Searched refs:SLJIT_NOT (Results 1 – 15 of 15) sorted by relevance
801 #define SLJIT_NOT (SLJIT_OP1_BASE + 16) macro802 #define SLJIT_INOT (SLJIT_NOT | SLJIT_INT_OP)
77 case SLJIT_NOT: in emit_single_op()
85 case SLJIT_NOT: in emit_single_op()
200 case SLJIT_NOT: in emit_single_op()
118 case SLJIT_NOT: in emit_single_op()
1316 if (op < SLJIT_NOT) { in sljit_emit_op1()1399 case SLJIT_NOT: in sljit_emit_op1()1400 return emit_op(compiler, SLJIT_NOT, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
210 case SLJIT_NOT: in emit_single_op()
553 case SLJIT_NOT: in emit_op_imm()702 case SLJIT_NOT: in emit_op_imm()
538 case SLJIT_NOT: in emit_op_imm()715 case SLJIT_NOT: in emit_op_imm()
1098 if ((op & SLJIT_INT_OP) && GET_OPCODE(op) >= SLJIT_NOT) { in sljit_emit_op1()1166 case SLJIT_NOT: in sljit_emit_op1()
1642 case SLJIT_NOT: in emit_single_op()2245 case SLJIT_NOT: in sljit_emit_op1()
1044 case SLJIT_NOT: in emit_single_op()1915 case SLJIT_NOT: in sljit_emit_op1()
864 case SLJIT_NOT: in sljit_emit_op1()
630 case SLJIT_NOT: \
1404 case SLJIT_NOT: in sljit_emit_op1()
Completed in 72 milliseconds