Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c54 sljit_u8 reg_map_b; in emit_x86_instruction() local
167 reg_map_b = reg_map[b & REG_MASK]; in emit_x86_instruction()
170 if (immb != 0 || reg_map_b == 5) { in emit_x86_instruction()
178 *buf_ptr++ |= reg_map_b; in emit_x86_instruction()
181 buf_ptr[1] = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3)); in emit_x86_instruction()
185 if (immb != 0 || reg_map_b == 5) { in emit_x86_instruction()
194 if (reg_map_b == 5) in emit_x86_instruction()
198 buf_ptr[1] = U8(reg_map_b | (reg_map[OFFS_REG(b)] << 3) | (immb << 6)); in emit_x86_instruction()
201 if (reg_map_b == 5) in emit_x86_instruction()

Completed in 7 milliseconds