Lines Matching refs:W_OP
54 #define W_OP ((sljit_ins)1 << 31) macro
731 return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | (((sljit_ins)~imm & 0xffff) << 5)); in load_immediate()
733 …return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | (((sljit_ins)~imm & 0xffff0000u) >> (16 - 5))… in load_immediate()
737 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()
821 sljit_ins inv_bits = (flags & INT_OP) ? W_OP : 0; in emit_op_imm()
1023 return push_inst(compiler, (MOV ^ W_OP) | RD(dst) | RM(arg2)); in emit_op_imm()
1532 sljit_ins inv_bits = (op & SLJIT_32) ? W_OP : 0; in sljit_emit_op0()
1774 inv_bits = (op & SLJIT_32) ? W_OP : 0; in sljit_emit_shift_into()
1971 inv_bits |= W_OP; in sljit_emit_fop1_conv_sw_from_f64()
1992 emit_op_mem(compiler, (ins & W_OP) ? WORD_SIZE : INT_SIZE, TMP_REG1, src, srcw, TMP_REG1); in sljit_emit_fop1_conv_f64_from_w()
2013 inv_bits |= W_OP; in sljit_emit_fop1_conv_f64_from_sw()
2029 inv_bits |= W_OP; in sljit_emit_fop1_conv_f64_from_uw()
2147 …FAIL_IF(push_inst(compiler, (FMOV_R ^ ((op & SLJIT_32) ? (W_OP | (1 << 22)) : 0)) | VN(src2) | RD(… in sljit_emit_fop2()
2173 return push_inst(compiler, (FMOV_R ^ (W_OP | (1 << 22))) | RN(TMP_ZERO) | VD(freg) | (1 << 16)); in sljit_emit_fset32()
2183 return push_inst(compiler, (FMOV_R ^ (W_OP | (1 << 22))) | RN(TMP_REG1) | VD(freg) | (1 << 16)); in sljit_emit_fset32()
2228 inst ^= W_OP | (1 << 22); in sljit_emit_fcopy()
2388 sljit_ins inv_bits = (type & SLJIT_32) ? W_OP : 0; in emit_cmp_to0()
2530 sljit_ins inv_bits = (type & SLJIT_32) ? W_OP : 0; in sljit_emit_select()
3316 sljit_ins inv_bits = W_OP; in sljit_emit_atomic_store()
3323 cmp = (SUBS ^ W_OP) | RD(TMP_ZERO); in sljit_emit_atomic_store()
3340 cmp ^= W_OP; in sljit_emit_atomic_store()
3360 cmp = (SUBI ^ W_OP) | (1 << 29); in sljit_emit_atomic_store()