Searched refs:W_OP (Results 1 – 1 of 1) sorted by relevance
54 #define W_OP (1u << 31) macro514 return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | ((~imm & 0xffff) << 5)); in load_immediate()604 sljit_ins inv_bits = (flags & INT_OP) ? W_OP : 0; in emit_op_imm()755 return push_inst(compiler, (UBFM ^ W_OP) | RD(dst) | RN(arg2) | (7 << 10)); in emit_op_imm()763 return push_inst(compiler, (UBFM ^ W_OP) | RD(dst) | RN(arg2) | (15 << 10)); in emit_op_imm()773 return push_inst(compiler, (ORR ^ W_OP) | RD(dst) | RN(TMP_ZERO) | RM(arg2)); in emit_op_imm()1129 sljit_ins inv_bits = (op & SLJIT_I32_OP) ? W_OP : 0; in sljit_emit_op0()1435 inv_bits |= W_OP; in sljit_emit_fop1_conv_sw_from_f64()1457 inv_bits |= W_OP; in sljit_emit_fop1_conv_f64_from_sw()1727 sljit_ins inv_bits = (type & SLJIT_I32_OP) ? W_OP : 0; in emit_cmp_to0()[all …]
Completed in 9 milliseconds