Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c564 POP_REG(reg_map[SLJIT_S0]); in emit_stack_frame_release()
566 POP_REG(reg_map[SLJIT_S1]); in emit_stack_frame_release()
568 POP_REG(reg_map[SLJIT_S2]); in emit_stack_frame_release()
571 POP_REG(reg_map[TMP_REG1]); in emit_stack_frame_release()
1161 POP_REG(reg_map[dst]); in sljit_emit_fast_enter()
H A DsljitNativeX86_64.c637 POP_REG(reg_lmap[i]); in emit_stack_frame_release()
648 POP_REG(reg_lmap[i]); in emit_stack_frame_release()
879 POP_REG(reg_lmap[dst]); in sljit_emit_fast_enter()
887 POP_REG(reg_lmap[dst]); in sljit_emit_fast_enter()
H A DsljitNativeX86_common.c289 #define POP_REG(r) (*inst++ = U8(POP_r + (r))) macro

Completed in 22 milliseconds