Home
last modified time | relevance | path

Searched refs:OP_NOT (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h194 OP_NOT,/* A B R(A) := not R(B) */ enumerator
H A Dlcode.c610 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 Dlvm.c708 vmcase(OP_NOT, in luaV_execute()
/freebsd/contrib/lua/src/
H A Dlopcodes.h264 OP_NOT,/* A B R[A] := not R[B] */ enumerator
H A Dluac.c542 case OP_NOT: in PrintCode()
H A Dlcode.c1125 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 Dlvm.c1572 vmcase(OP_NOT) { in luaV_execute()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td104 def OP_NOT : Op<(op "~", $p0)>;
655 def VMVN : LOpInst<"vmvn", "..", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;