Home
last modified time | relevance | path

Searched refs:W_OP (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c54 #define W_OP ((sljit_ins)1 << 31) macro
526 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