Searched refs:SLJIT_NOT (Results 1 – 15 of 15) sorted by relevance
953 #define SLJIT_NOT (SLJIT_OP1_BASE + 8) macro954 #define SLJIT_NOT32 (SLJIT_NOT | SLJIT_I32_OP)
85 case SLJIT_NOT: in emit_single_op()
77 case SLJIT_NOT: in emit_single_op()
1219 if (op < SLJIT_NOT && FAST_IS_REG(src) && src == dst) { in sljit_emit_op1()1226 if (op < SLJIT_NOT) { in sljit_emit_op1()1274 case SLJIT_NOT: in sljit_emit_op1()1275 return emit_op(compiler, SLJIT_NOT, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
197 case SLJIT_NOT: in emit_single_op()
122 case SLJIT_NOT: in emit_single_op()
646 case SLJIT_NOT: in emit_op_imm()787 case SLJIT_NOT: in emit_op_imm()
213 case SLJIT_NOT: in emit_single_op()
1198 case SLJIT_NOT: in check_sljit_emit_op1()1221 if (GET_OPCODE(op) >= SLJIT_NOT) { in check_sljit_emit_op1()
1624 case SLJIT_NOT: in emit_single_op()2229 case SLJIT_NOT: in sljit_emit_op1()
1340 if ((op & SLJIT_I32_OP) && GET_OPCODE(op) >= SLJIT_NOT) in sljit_emit_op1()1375 case SLJIT_NOT: in sljit_emit_op1()
604 case SLJIT_NOT: in emit_op_imm()792 case SLJIT_NOT: in emit_op_imm()
1112 case SLJIT_NOT: in emit_single_op()1720 case SLJIT_NOT: in sljit_emit_op1()
921 case SLJIT_NOT: in sljit_emit_op1()
1559 case SLJIT_NOT: in sljit_emit_op1()
Completed in 123 milliseconds