Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1578 if (compiler->shift_imm == 0x20) { in emit_single_op()
1582 compiler->shift_imm = (sljit_uw)(-(sljit_sw)compiler->shift_imm) & 0x1f; in emit_single_op()
1597 if (compiler->shift_imm != 0x20) { in emit_single_op()
1600 if (compiler->shift_imm != 0) in emit_single_op()
1602 RD(dst) | (compiler->shift_imm << 7) | (shift_type << 5) | RM(src2)); in emit_single_op()
2206 compiler->shift_imm = src2w & 0x1f; in sljit_emit_op2()
2209 compiler->shift_imm = 0x20; in sljit_emit_op2()
H A DsljitLir.h473 sljit_uw shift_imm; member

Completed in 32 milliseconds