HomeSort by relevance Sort by last modified time
    Searched refs:other_r (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/sljit/
sljitNativeARM_64.c 914 sljit_si tmp_r, other_r; local
927 other_r = OFFS_REG(arg);
928 if (!other_r) {
929 other_r = arg & REG_MASK;
930 if (other_r != reg && argw >= 0 && argw <= 0xffffff) {
932 FAIL_IF(push_inst(compiler, ADDI | RD(other_r) | RN(other_r) | ((argw & 0xfff) << 10)));
934 FAIL_IF(push_inst(compiler, ADDI | (1 << 22) | RD(other_r) | RN(other_r) | ((argw >> 12) << 10)));
935 return push_inst(compiler, sljit_mem_imm[flags & 0x3] | (shift << 30) | RT(reg) | RN(other_r));
1522 sljit_si other_r; local
    [all...]
sljitNativeARM_T2_32.c 893 sljit_si other_r, shift; local
922 other_r = OFFS_REG(arg);
925 if (!argw && IS_3_LO_REGS(reg, arg, other_r))
926 FAIL_IF(push_inst16(compiler, sljit_mem16[flags] | RD3(reg) | RN3(arg) | RM3(other_r)));
928 FAIL_IF(push_inst32(compiler, sljit_mem32[flags] | RT4(reg) | RN4(arg) | RM4(other_r) | (argw << 4)));
1005 sljit_si tmp_r, other_r; local
1019 other_r = OFFS_REG(arg);
1023 if (!other_r) {
1031 other_r = TMP_REG3;
    [all...]

Completed in 42 milliseconds