Home
last modified time | relevance | path

Searched refs:TCG_REG_TMP2 (Results 1 – 6 of 6) sorted by relevance

/qemu/tcg/riscv/
H A Dtcg-target.c.inc671 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP2, TCG_REG_TMP2, addr);
674 addr = TCG_REG_TMP2;
1189 .ntmp = 3, .tmp = { TCG_REG_TMP0, TCG_REG_TMP1, TCG_REG_TMP2 }
1267 tcg_out_opc_imm(s, OPC_SRLI, TCG_REG_TMP2, addr_reg,
1269 tcg_out_opc_reg(s, OPC_AND, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP0);
1270 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP1);
1294 tcg_out_ld(s, addr_type, TCG_REG_TMP0, TCG_REG_TMP2,
1297 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP2, TCG_REG_TMP2,
1309 addr_reg, TCG_REG_TMP2);
1313 TCG_REG_TMP0, TCG_REG_TMP2);
[all …]
H A Dtcg-target.h71 TCG_REG_TMP2 = TCG_REG_T4, enumerator
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc690 tcg_out_opc_masknez(s, TCG_REG_TMP2, v2, t); /* t ? 0 : v2 */
692 tcg_out_opc_or(s, ret, TCG_REG_TMP1, TCG_REG_TMP2);
786 tcg_out_opc_add_d(s, TCG_REG_TMP2, TCG_REG_TMP2, addr);
789 addr = TCG_REG_TMP2;
995 tcg_out_opc_srli_d(s, TCG_REG_TMP2, addr_reg,
997 tcg_out_opc_and(s, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP0);
998 tcg_out_opc_add_d(s, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP1);
1002 tcg_out_ld(s, addr_type, TCG_REG_TMP0, TCG_REG_TMP2,
1005 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP2, TCG_REG_TMP2,
1028 h->index = TCG_REG_TMP2;
[all …]
H A Dtcg-target.h86 TCG_REG_TMP2 = TCG_REG_T6, enumerator
/qemu/tcg/ppc/
H A Dtcg-target.c.inc80 #define TCG_REG_TMP2 TCG_REG_R11
1221 tcg_out_addpcis(s, TCG_REG_TMP2, hi);
1222 tcg_out32(s, ADDI | TAI(ret, TCG_REG_TMP2, lo));
1246 tcg_out_addpcis(s, TCG_REG_TMP2, 0);
1248 tcg_out32(s, LD | TAI(ret, TCG_REG_TMP2, 0));
2376 .tmp = { TCG_REG_TMP1, TCG_REG_TMP2, TCG_REG_R0 }
2502 tcg_out32(s, LDUX | TAB(TCG_REG_TMP2,
2507 tcg_out_ld(s, TCG_TYPE_I64, TCG_REG_TMP2,
2511 tcg_out32(s, LWZUX | TAB(TCG_REG_TMP2,
2584 tcg_out_cmp(s, TCG_COND_EQ, addrhi, TCG_REG_TMP2,
[all …]
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc77 #define TCG_REG_TMP2 TCG_REG_X30
1803 addr_adj = TCG_REG_TMP2;
1810 tcg_out_logicali(s, I3404_ANDI, addr_type, TCG_REG_TMP2,
1814 tcg_out_cmp(s, addr_type, TCG_COND_NE, TCG_REG_TMP0, TCG_REG_TMP2, 0);
1952 base = TCG_REG_TMP2;
1994 tcg_out_mov(s, TCG_TYPE_REG, TCG_REG_TMP2, base);
1995 base = TCG_REG_TMP2;
3188 tcg_regset_set_reg(s->reserved_regs, TCG_REG_TMP2);