Home
last modified time | relevance | path

Searched refs:other_r (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c913 sljit_si tmp_r, other_r; in getput_arg() local
926 other_r = OFFS_REG(arg); in getput_arg()
927 if (!other_r) { in getput_arg()
928 other_r = arg & REG_MASK; in getput_arg()
931 FAIL_IF(push_inst(compiler, ADDI | RD(other_r) | RN(other_r) | ((argw & 0xfff) << 10))); in getput_arg()
947 other_r = TMP_REG3; in getput_arg()
953 other_r = TMP_REG3; in getput_arg()
962 other_r = TMP_REG3; in getput_arg()
984 other_r = OFFS_REG(arg); in getput_arg()
1554 sljit_si other_r; in emit_fop_mem() local
[all …]
H A DsljitNativeARM_T2_32.c893 sljit_si other_r, shift; in getput_arg_fast() local
922 other_r = OFFS_REG(arg); in getput_arg_fast()
925 if (!argw && IS_3_LO_REGS(reg, arg, other_r)) in getput_arg_fast()
1005 sljit_si tmp_r, other_r; in getput_arg() local
1019 other_r = OFFS_REG(arg); in getput_arg()
1023 if (!other_r) { in getput_arg()
1031 other_r = TMP_REG3; in getput_arg()
1037 other_r = TMP_REG3; in getput_arg()
1046 other_r = TMP_REG3; in getput_arg()
1052 if (!argw && IS_3_LO_REGS(reg, arg, other_r)) { in getput_arg()
[all …]

Completed in 16 milliseconds