Lines Matching refs:TCG_REG_TMP0
740 tcg_out_opc_imm(s, OPC_SLTIU, TCG_REG_TMP0, al, bl);
743 tcg_out_opc_reg(s, OPC_SLTU, TCG_REG_TMP0, al, bl);
746 tcg_out_opc_reg(s, opc_sub, rh, th, TCG_REG_TMP0);
750 tcg_out_opc_imm(s, OPC_SLTIU, TCG_REG_TMP0, rl, bl);
758 tcg_out_opc_imm(s, OPC_SLTI, TCG_REG_TMP0, al, 0);
762 tcg_out_opc_reg(s, OPC_SLTU, TCG_REG_TMP0,
765 tcg_out_opc_reg(s, opc_add, rh, th, TCG_REG_TMP0);
847 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_TMP0, arg2);
848 arg2 = TCG_REG_TMP0;
1005 tcg_out_opc_reg(s, OPC_CZERO_EQZ, TCG_REG_TMP0, val1, test_ne);
1006 tcg_out_opc_reg(s, OPC_OR, ret, TCG_REG_TMP0, TCG_REG_TMP1);
1075 tmpflags = tcg_out_setcond_int(s, cond, TCG_REG_TMP0, cmp1, cmp2, c_cmp2);
1119 tcg_out_opc_upper(s, OPC_AUIPC, TCG_REG_TMP0, 0);
1120 tcg_out_opc_imm(s, OPC_JALR, link, TCG_REG_TMP0, 0);
1127 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_TMP0, base);
1128 tcg_out_opc_imm(s, OPC_JALR, link, TCG_REG_TMP0, imm);
1175 .ntmp = 3, .tmp = { TCG_REG_TMP0, TCG_REG_TMP1, TCG_REG_TMP2 }
1250 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP0, TCG_AREG0, mask_ofs);
1255 tcg_out_opc_reg(s, OPC_AND, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP0);
1266 addr_adj = TCG_REG_TMP0;
1280 tcg_out_ld(s, addr_type, TCG_REG_TMP0, TCG_REG_TMP2,
1288 tcg_out_opc_branch(s, OPC_BNE, TCG_REG_TMP0, TCG_REG_TMP1, 0);
1292 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP0, addr_reg, TCG_REG_TMP2);
1294 tcg_out_opc_reg(s, OPC_ADD_UW, TCG_REG_TMP0,
1297 tcg_out_ext32u(s, TCG_REG_TMP0, addr_reg);
1298 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP0,
1299 TCG_REG_TMP0, TCG_REG_TMP2);
1301 *pbase = TCG_REG_TMP0;
1320 base = TCG_REG_TMP0;
1334 base = TCG_REG_TMP0;
1455 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP0, TCG_REG_ZERO,
1457 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, TCG_REG_TMP0, 0);
2120 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP0);