Lines Matching refs:TCG_REG_TMP0

469         tcg_out_movi(s, type, TCG_REG_TMP0, imm);
471 tcg_out_opc_add_w(s, rd, rs, TCG_REG_TMP0);
473 tcg_out_opc_add_d(s, rd, rs, TCG_REG_TMP0);
552 tcg_out32(s, encode_dj_insn(opc, TCG_REG_TMP0, a1));
554 tcg_out_opc_maskeqz(s, TCG_REG_TMP0, TCG_REG_TMP0, a1);
556 tcg_out_opc_or(s, a0, TCG_REG_TMP0, a0);
641 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_TMP0, arg2);
642 arg2 = TCG_REG_TMP0;
690 int tmpflags = tcg_out_setcond_int(s, cond, TCG_REG_TMP0, c1, c2, const2);
765 tcg_out_opc_pcaddu18i(s, TCG_REG_TMP0, hi >> 18);
766 tcg_out_opc_jirl(s, link, TCG_REG_TMP0, lo >> 2);
771 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_TMP0, hi);
772 tcg_out_opc_jirl(s, link, TCG_REG_TMP0, lo >> 2);
854 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_TMP0, offset);
855 tcg_out_opc_vldx(s, dest, base, TCG_REG_TMP0);
862 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_TMP0, offset);
863 tcg_out_opc_xvldx(s, dest, base, TCG_REG_TMP0);
894 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_TMP0, offset);
895 tcg_out_opc_vstx(s, src, base, TCG_REG_TMP0);
902 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_TMP0, offset);
903 tcg_out_opc_xvstx(s, src, base, TCG_REG_TMP0);
932 .ntmp = 1, .tmp = { TCG_REG_TMP0 }
1008 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP0, TCG_AREG0, mask_ofs);
1013 tcg_out_opc_and(s, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP0);
1018 tcg_out_ld(s, addr_type, TCG_REG_TMP0, TCG_REG_TMP2,
1042 tcg_out_opc_bne(s, TCG_REG_TMP0, TCG_REG_TMP1, 0);
1069 h->base = TCG_REG_TMP0;
1196 base = TCG_REG_TMP0;
1246 tcg_out_opc_pcaddu2i(s, TCG_REG_TMP0, i_disp >> 2);
1249 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP0, TCG_REG_TMP0, 0);
1250 tcg_out_opc_jirl(s, TCG_REG_ZERO, TCG_REG_TMP0, 0);
1267 insn = encode_dsj20_insn(OPC_PCADDU2I, TCG_REG_TMP0, i_disp >> 2);
1475 tcg_out_opc_sub_w(s, TCG_REG_TMP0, TCG_REG_ZERO, a2);
1476 tcg_out_opc_rotr_w(s, a0, a1, TCG_REG_TMP0);
1484 tcg_out_opc_sub_w(s, TCG_REG_TMP0, TCG_REG_ZERO, a2);
1485 tcg_out_opc_rotr_d(s, a0, a1, TCG_REG_TMP0);
1715 tcg_out_addi(s, TCG_TYPE_I64, TCG_REG_TMP0, base, offset);
1716 base = TCG_REG_TMP0;
1774 tcg_out_movi(s, TCG_TYPE_I64, TCG_REG_TMP0, value);
1775 tcg_out_dup_vec(s, type, vece, rd, TCG_REG_TMP0);
2503 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP0);