Searched refs:W_OP (Results 1 – 1 of 1) sorted by relevance
54 #define W_OP ((sljit_ins)1 << 31) macro526 return push_inst(compiler, (ORRI ^ W_OP) | RD(dst) | RN(TMP_ZERO) | bitmask); in load_immediate()610 sljit_ins inv_bits = (flags & INT_OP) ? W_OP : 0; in emit_op_imm()767 return push_inst(compiler, (UBFM ^ W_OP) | RD(dst) | RN(arg2) | (7 << 10)); in emit_op_imm()775 return push_inst(compiler, (UBFM ^ W_OP) | RD(dst) | RN(arg2) | (15 << 10)); in emit_op_imm()788 return push_inst(compiler, (ORR ^ W_OP) | RD(dst) | RN(TMP_ZERO) | RM(arg2)); in emit_op_imm()1209 sljit_ins inv_bits = (op & SLJIT_32) ? W_OP : 0; in sljit_emit_op0()1525 inv_bits |= W_OP; in sljit_emit_fop1_conv_sw_from_f64()1547 inv_bits |= W_OP; in sljit_emit_fop1_conv_f64_from_sw()1835 sljit_ins inv_bits = (type & SLJIT_32) ? W_OP : 0; in emit_cmp_to0()[all …]
Completed in 9 milliseconds