Lines Matching refs:SLJIT_32
1268 sljit_s32 int_op = op & SLJIT_32; in sljit_emit_op0()
1362 if (op_flags & SLJIT_32) { in sljit_emit_op1()
1419 …return emit_op(compiler, op, flags | (!(op_flags & SLJIT_32) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1… in sljit_emit_op1()
1466 …|| (op & (SLJIT_32 | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_32 | SLJIT_SET_Z | SLJIT_SET_CAR…
1469 || (op & (SLJIT_32 | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_32 | SLJIT_SET_Z))
1472 || (op & (SLJIT_32 | SLJIT_SET_Z)) == (SLJIT_32 | SLJIT_SET_Z))
1496 if (op & SLJIT_32) { in sljit_emit_op2()
1546 if ((op & (SLJIT_32 | SLJIT_SET_Z)) == (SLJIT_32 | SLJIT_SET_Z)) { in sljit_emit_op2()
1643 if (op & SLJIT_32) in sljit_emit_op2()
1704 if (op & SLJIT_32) in sljit_emit_op2()
1739 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into()
1740 sljit_sw bit_length = (op & SLJIT_32) ? 32 : 64; in sljit_emit_shift_into()
1753 …return sljit_emit_op2(compiler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), src_dst, 0… in sljit_emit_shift_into()
1779 if (!(op & SLJIT_32)) { in sljit_emit_shift_into()
1802 if (!(op & SLJIT_32)) { in sljit_emit_shift_into()
1882 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_32) >> 6))
1883 #define SELECT_FOP(op, single, double) ((sljit_ins)((op & SLJIT_32) ? single : double))
1991 if (op & SLJIT_32) in sljit_emit_fop1_conv_f64_from_sw()
2029 if (op & SLJIT_32) in sljit_emit_fop1_conv_f64_from_sw()
2075 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100) && !(DOUBLE_DATA & 0x4), float_transfer_bit_error); in sljit_emit_fop1()
2079 op ^= SLJIT_32; in sljit_emit_fop1()
2090 op ^= SLJIT_32; in sljit_emit_fop1()
2091 if (op & SLJIT_32) { in sljit_emit_fop1()
2430 sljit_s32 input_flags = ((op & SLJIT_32) || op == SLJIT_MOV32) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags()
2697 if (!(type & SLJIT_MEM_STORE) && !(type & SLJIT_32)) { in sljit_emit_mem_update()