Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlopcodes.h195 OP_NOT,/* A B R(A) := not R(B) */ enumerator
HDlcode.c611 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
689 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
HDlvm.c709 vmcase(OP_NOT, in luaV_execute()
/freebsd-13-stable/contrib/lua/src/
HDlopcodes.h263 OP_NOT,/* A B R[A] := not R[B] */ enumerator
HDluac.c543 case OP_NOT: in PrintCode()
HDlcode.c1105 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
1191 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
HDlvm.c1517 vmcase(OP_NOT) { in luaV_execute()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_neon.td104 def OP_NOT : Op<(op "~", $p0)>;
655 def VMVN : LOpInst<"vmvn", "..", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;