Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c54 sljit_u8 reg_map_b; in emit_x86_instruction() local
173 reg_map_b = reg_map[b & REG_MASK]; in emit_x86_instruction()
176 if (immb != 0 || reg_map_b == 5) { in emit_x86_instruction()
184 *buf_ptr++ |= reg_map_b; in emit_x86_instruction()
187 *buf_ptr++ = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3)); in emit_x86_instruction()
190 if (immb != 0 || reg_map_b == 5) { in emit_x86_instruction()
200 if (reg_map_b == 5) in emit_x86_instruction()
204 *buf_ptr++ = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3) | (immb << 6)); in emit_x86_instruction()
206 if (reg_map_b == 5) in emit_x86_instruction()

Completed in 7 milliseconds