Home
last modified time | relevance | path

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

/php-src/Zend/asm/
H A Djump_arm_aapcs_elf_gas.S49 push {lr}
51 push {a1,v1-v8,lr}
74 pop {a4,v1-v8,lr}
H A Djump_arm_aapcs_macho_gas.S46 push {lr}
48 push {a1,v1-v8,lr}
85 pop {a4,v1-v8,lr}
H A Djump_arm64_aapcs_macho_gas.S73 stp fp, lr, [sp, #0x90]
76 str lr, [sp, #0xa0]
96 ldp fp, lr, [sp, #0x90]
H A Dmake_arm64_aapcs_macho_gas.S75 ret lr ; return pointer to context-data (x0)
H A Dmake_arm_aapcs_macho_gas.S65 bx lr @ return pointer to context-data
H A Dmake_arm_aapcs_elf_gas.S71 bx lr @ return pointer to context-data
H A Dmake_arm64_aapcs_pe_armasm.asm97 stp fp, lr, [sp, #-0x10]!
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c456 SLJIT_S390X_RR(lr, 0x1800)
1041 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, src_r) : lgr(dst_r, src_r)); in emit_move()
1078 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, tmp0) : lgr(dst_r, tmp0)); in emit_rr()
1226 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, tmp0) : lgr(dst_r, tmp0)); in emit_rx()
1917 FAIL_IF(push_inst(compiler, lr(tmp1, arg0))); in sljit_emit_op0()
1919 FAIL_IF(push_inst(compiler, lr(arg0, tmp1))); /* quotient */ in sljit_emit_op0()
1921 return push_inst(compiler, lr(arg1, tmp0)); /* remainder */ in sljit_emit_op0()
1927 FAIL_IF(push_inst(compiler, lr(tmp1, arg0))); in sljit_emit_op0()
1929 FAIL_IF(push_inst(compiler, lr(arg0, tmp1))); /* quotient */ in sljit_emit_op0()
1931 return push_inst(compiler, lr(arg1, tmp0)); /* remainder */ in sljit_emit_op0()
[all …]
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua219 local map_archdef = { sp = "r13", lr = "r14", pc = "r15", }
H A Ddasm_arm64.lua221 local map_archdef = { xzr = "@x31", wzr = "@w31", lr = "x30", }
H A Dminilua.c4819 size_t lr=rs->tsv.len;
4825 if(len==lr)
4830 l+=len;ll-=len;r+=len;lr-=len;
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt152 array( 'lr+A0&h05sk=^{4\'M#\\H"t{sh kESS', '0c39d6ad' ),
H A Dfnv1a64.phpt194 array( '..Zn``7l(2 3VG:e3#o)D(Y!$|_k&^85lr$MT<', '7aa3d56eb663566f' ),
/php-src/ext/ldap/
H A Dldap.c229 #define VERIFY_LDAP_RESULT_OPEN(lr) \ argument
231 if (!lr->result) { \
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc6358 | sub Rx(IR_REG_INT_TMP), lr, Rx(IR_REG_INT_TMP)

Completed in 107 milliseconds