HomeSort by: relevance | last modified time | path
    Searched defs:TMP_REG3 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 98 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
958 FAIL_IF(push_inst(compiler, ADDI | D(TMP_REG3) | A(TMP_REG3) | (imm & 0x3))); \
986 tmp_r = TMP_REG3;
991 tmp_r = TMP_REG3;
1034 tmp_r = TMP_REG3;
1040 tmp_r = TMP_REG3;
1052 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(TMP_REG3) | IMM(diff));
1061 tmp_r = TMP_REG3;
1072 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(TMP_REG3) | IMM(diff))
    [all...]
sljitNativeSPARC_common.c 94 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
586 arg2 = TMP_REG3;
591 arg2 = TMP_REG3;
604 FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3)));
607 arg2 = TMP_REG3;
612 arg2 = TMP_REG3;
655 TMP_REG3 can be used for caching
656 result goes to TMP_REG2, so put result can use TMP_REG1 and TMP_REG3. *
    [all...]
sljitNativeX86_common.c 90 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
sljitNativeARM_64.c 41 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
934 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
961 other_r = TMP_REG3;
964 else if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) {
967 other_r = TMP_REG3;
973 FAIL_IF(load_immediate(compiler, TMP_REG3, argw));
976 other_r = TMP_REG3;
998 | RT(reg) | RN(TMP_REG3) | ((diff & 0x1ff) << 12));
999 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, diff) != SLJIT_ERR_UNSUPPORTED)
    [all...]
sljitNativeMIPS_common.c 51 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
775 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) | D(TMP_REG3), DR(TMP_REG3)));
782 return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay_slot);
784 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | DA(tmp_ar), tmp_ar));
792 FAIL_IF(push_inst(compiler, SLL_W | T(OFFS_REG(arg)) | D(TMP_REG3) | SH_IMM(argw), DR(TMP_REG3)));
798 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | D(TMP_REG3), DR(TMP_REG3)))
    [all...]
sljitNativeTILEGX_64.c 50 #define TMP_REG3 (SLJIT_NUMBER_OF_REGISTERS + 4)
1416 FAIL_IF(ADD(TMP_REG3_mapped, reg_map[base], reg_map[!argw ? OFFS_REG(arg) : TMP_REG3]));
1419 FAIL_IF(ADD(tmp_ar, reg_map[base], reg_map[!argw ? OFFS_REG(arg) : TMP_REG3]));
1427 FAIL_IF(ADD(reg_map[base], reg_map[base], reg_map[!argw ? OFFS_REG(arg) : TMP_REG3]));
1965 TMP_REG3 can be used for caching.
1966 result goes to TMP_REG2, so put result can use TMP_REG1 and TMP_REG3. */

Completed in 20 milliseconds