Searched refs:lr (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/Zend/asm/ |
H A D | jump_arm_aapcs_elf_gas.S | 49 push {lr} 51 push {a1,v1-v8,lr} 74 pop {a4,v1-v8,lr}
|
H A D | jump_arm_aapcs_macho_gas.S | 46 push {lr} 48 push {a1,v1-v8,lr} 85 pop {a4,v1-v8,lr}
|
H A D | jump_arm64_aapcs_macho_gas.S | 73 stp fp, lr, [sp, #0x90] 76 str lr, [sp, #0xa0] 96 ldp fp, lr, [sp, #0x90]
|
H A D | make_arm64_aapcs_macho_gas.S | 75 ret lr ; return pointer to context-data (x0)
|
H A D | make_arm_aapcs_macho_gas.S | 65 bx lr @ return pointer to context-data
|
H A D | make_arm_aapcs_elf_gas.S | 71 bx lr @ return pointer to context-data
|
H A D | make_arm64_aapcs_pe_armasm.asm | 97 stp fp, lr, [sp, #-0x10]!
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 474 SLJIT_S390X_RR(lr, 0x1800) 1076 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, tmp0) : lgr(dst_r, tmp0)); in emit_rr() 1812 FAIL_IF(push_inst(compiler, lr(tmp1, arg0))); in sljit_emit_op0() 1814 FAIL_IF(push_inst(compiler, lr(arg0, tmp1))); /* quotient */ in sljit_emit_op0() 1816 return push_inst(compiler, lr(arg1, tmp0)); /* remainder */ in sljit_emit_op0() 1822 FAIL_IF(push_inst(compiler, lr(tmp1, arg0))); in sljit_emit_op0() 1824 FAIL_IF(push_inst(compiler, lr(arg0, tmp1))); /* quotient */ in sljit_emit_op0() 1826 return push_inst(compiler, lr(arg1, tmp0)); /* remainder */ in sljit_emit_op0() 1901 ins = lr(dst_r, src_r); in sljit_emit_op1() 2116 FAIL_IF(push_inst(compiler, lr(dst_r, src_r))); in sljit_emit_op1() [all …]
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | dasm_arm.lua | 219 local map_archdef = { sp = "r13", lr = "r14", pc = "r15", }
|
H A D | dasm_arm64.lua | 221 local map_archdef = { xzr = "@x31", wzr = "@w31", lr = "x30", }
|
H A D | minilua.c | 4818 size_t lr=rs->tsv.len; 4824 if(len==lr) 4829 l+=len;ll-=len;r+=len;lr-=len;
|
/PHP-8.2/ext/hash/tests/ |
H A D | fnv1a32.phpt | 152 array( 'lr+A0&h05sk=^{4\'M#\\H"t{sh kESS', '0c39d6ad' ),
|
H A D | fnv1a64.phpt | 194 array( '..Zn``7l(2 3VG:e3#o)D(Y!$|_k&^85lr$MT<', '7aa3d56eb663566f' ),
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.c | 233 #define VERIFY_LDAP_RESULT_OPEN(lr) \ argument 235 if (!lr->result) { \
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 2540 | sub TMP1, lr, TMP1
|
Completed in 126 milliseconds