Searched refs:SLJIT_NOT (Results 1 – 15 of 15) sorted by relevance
969 #define SLJIT_NOT (SLJIT_OP1_BASE + 8) macro970 #define SLJIT_NOT32 (SLJIT_NOT | SLJIT_I32_OP)
77 case SLJIT_NOT: in emit_single_op()
85 case SLJIT_NOT: in emit_single_op()
1220 if (op < SLJIT_NOT && FAST_IS_REG(src) && src == dst) { in sljit_emit_op1()1227 if (op < SLJIT_NOT) { in sljit_emit_op1()1275 case SLJIT_NOT: in sljit_emit_op1()1276 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()
213 case SLJIT_NOT: in emit_single_op()
1212 case SLJIT_NOT: in check_sljit_emit_op1()1235 if (GET_OPCODE(op) >= SLJIT_NOT) { in check_sljit_emit_op1()
637 case SLJIT_NOT: in emit_op_imm()779 case SLJIT_NOT: in emit_op_imm()
1341 if ((op & SLJIT_I32_OP) && GET_OPCODE(op) >= SLJIT_NOT) in sljit_emit_op1()1376 case SLJIT_NOT: in sljit_emit_op1()
1186 case SLJIT_NOT: in emit_single_op()1799 case SLJIT_NOT: in sljit_emit_op1()
606 case SLJIT_NOT: in emit_op_imm()796 case SLJIT_NOT: in emit_op_imm()
922 case SLJIT_NOT: in sljit_emit_op1()
2006 case SLJIT_NOT: in sljit_emit_op1()
1556 case SLJIT_NOT: in sljit_emit_op1()
Completed in 127 milliseconds