Home
last modified time | relevance | path

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

/PHP-8.2/Zend/asm/
H A Djump_x86_64_sysv_macho_gas.S39 movq %r13, 0x10(%rsp) /* save R13 */
59 movq 0x10(%rsp), %r13 /* restore R13 */
H A Djump_x86_64_sysv_elf_gas.S61 movq %r13, 0x18(%rsp) /* save R13 */
112 movq 0x18(%rsp), %r13 /* restore R13 */
H A Djump_x86_64_ms_pe_masm.asm127 mov [rsp+0d8h], r13 ; save R13
177 mov r13, [rsp+0d8h] ; restore R13
H A Djump_ppc32_sysv_macho_gas.S104 stw r13, 152(r1) ; save R13
161 lwz r13, 152(r1) ; restore R13
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua222 local map_reg_rev = { r13 = "sp", r14 = "lr", r15 = "pc", }
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c85 static const sljit_gpr r13 = 13; /* reg_map[12]: Literal Pool pointer */ variable
1647 SLJIT_ASSERT(gpr(SLJIT_FIRST_SAVED_REG) == r6 && gpr(SLJIT_S0) == r13); in sljit_emit_enter()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_x86.dasc115 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",

Completed in 46 milliseconds