Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c54 #define W_OP ((sljit_ins)1 << 31) macro
821 sljit_ins inv_bits = (flags & INT_OP) ? W_OP : 0; in emit_op_imm()
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()
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()
2228 inst ^= W_OP | (1 << 22); in sljit_emit_fcopy()
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()
[all …]

Completed in 12 milliseconds