Searched refs:OP_NOT (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 194 OP_NOT,/* A B R(A) := not R(B) */ enumerator
|
H A D | lcode.c | 610 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond() 688 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
|
H A D | lvm.c | 708 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 | 1125 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond() 1211 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
|
H A D | lvm.c | 1572 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)>; 655 def VMVN : LOpInst<"vmvn", "..", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;
|