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

  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 38 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
1014 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
    [all...]
sljitNativeARM_64.c 39 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
922 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
947 other_r = TMP_REG3;
950 else if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) {
953 other_r = TMP_REG3;
959 FAIL_IF(load_immediate(compiler, TMP_REG3, argw));
962 other_r = TMP_REG3;
994 | RT(reg) | RN(TMP_REG3) | ((diff & 0x1ff) << 12));
995 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, diff) != SLJIT_ERR_UNSUPPORTED)
    [all...]
sljitNativeMIPS_common.c 49 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
773 return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot);
778 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(TMP_REG3), DR(TMP_REG3)));
779 return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot);
781 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | DA(tmp_ar), tmp_ar));
787 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base)));
796 FAIL_IF(push_inst(compiler, SLL_W | T(OFFS_REG(arg)) | D(TMP_REG3) | SH_IMM(argw), DR(TMP_REG3)));
    [all...]
sljitNativeARM_32.c 41 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
    [all...]
sljitNativePPC_common.c 96 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
941 FAIL_IF(push_inst(compiler, ADDI | D(TMP_REG3) | A(TMP_REG3) | (imm & 0x3))); \
969 tmp_r = TMP_REG3;
974 tmp_r = TMP_REG3;
    [all...]
sljitNativeX86_64.c 50 SLJIT_COMPILE_ASSERT(reg_map[TMP_REG3] == 9, tmp3_is_9_first);
77 SLJIT_COMPILE_ASSERT(reg_map[TMP_REG3] == 9, tmp3_is_9_second);
390 if (emit_load_imm64(compiler, TMP_REG3, immb))
394 b |= TO_OFFS_REG(TMP_REG3);
396 b |= TMP_REG3;
sljitNativeSPARC_common.c 92 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
574 arg2 = TMP_REG3;
579 arg2 = TMP_REG3;
592 FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3)));
595 arg2 = TMP_REG3;
600 arg2 = TMP_REG3;
643 TMP_REG3 can be used for caching
644 result goes to TMP_REG2, so put result can use TMP_REG1 and TMP_REG3. *
    [all...]
sljitNativeTILEGX_64.c 48 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
    [all...]
sljitNativeX86_common.c 85 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
    [all...]

Completed in 518 milliseconds