Searched refs:OP_NOT (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 195 OP_NOT,/* A B R(A) := not R(B) */ enumerator
|
| H A D | lcode.c | 611 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond() 689 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
|
| H A D | lvm.c | 709 vmcase(OP_NOT, in luaV_execute()
|
| /freebsd/contrib/lua/src/ |
| H A D | lopcodes.h | 264 OP_NOT,/* A B R[A] := not R[B] */ enumerator
|
| H A D | luac.c | 542 case OP_NOT: in PrintCode()
|
| H A D | lcode.c | 1127 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond() 1213 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
|
| H A D | lvm.c | 1573 vmcase(OP_NOT) { in luaV_execute()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 104 def OP_NOT : Op<(op "~", $p0)>; 704 def VMVN : LOpInst<"vmvn", "..", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;
|