Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c615 POP_REG(reg_map[SLJIT_S0]); in emit_stack_frame_release()
617 POP_REG(reg_map[SLJIT_S1]); in emit_stack_frame_release()
619 POP_REG(reg_map[SLJIT_S2]); in emit_stack_frame_release()
622 POP_REG(reg_map[TMP_REG1]); in emit_stack_frame_release()
H A DsljitNativeX86_64.c712 POP_REG(reg_lmap[i]); in emit_stack_frame_release()
723 POP_REG(reg_lmap[i]); in emit_stack_frame_release()
946 POP_REG(reg_lmap[dst]); in emit_fast_enter()
H A DsljitNativeX86_common.c371 #define POP_REG(r) (*inst++ = U8(POP_r + (r))) macro

Completed in 26 milliseconds