Searched refs:TCG_REG_TMP2 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 657 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP2, TCG_REG_TMP2, addr); 660 addr = TCG_REG_TMP2; 1175 .ntmp = 3, .tmp = { TCG_REG_TMP0, TCG_REG_TMP1, TCG_REG_TMP2 } 1253 tcg_out_opc_imm(s, OPC_SRLI, TCG_REG_TMP2, addr_reg, 1255 tcg_out_opc_reg(s, OPC_AND, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP0); 1256 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP1); 1280 tcg_out_ld(s, addr_type, TCG_REG_TMP0, TCG_REG_TMP2, 1283 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP2, TCG_REG_TMP2, 1295 addr_reg, TCG_REG_TMP2); 1299 TCG_REG_TMP0, TCG_REG_TMP2); [all …]
|
H A D | tcg-target.h | 73 TCG_REG_TMP2 = TCG_REG_T4, enumerator
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.h | 86 TCG_REG_TMP2 = TCG_REG_T6, enumerator
|
H A D | tcg-target.c.inc | 704 tcg_out_opc_masknez(s, TCG_REG_TMP2, v2, t); /* t ? 0 : v2 */ 706 tcg_out_opc_or(s, ret, TCG_REG_TMP1, TCG_REG_TMP2); 800 tcg_out_opc_add_d(s, TCG_REG_TMP2, TCG_REG_TMP2, addr); 803 addr = TCG_REG_TMP2; 1011 tcg_out_opc_srli_d(s, TCG_REG_TMP2, addr_reg, 1013 tcg_out_opc_and(s, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP0); 1014 tcg_out_opc_add_d(s, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP1); 1018 tcg_out_ld(s, addr_type, TCG_REG_TMP0, TCG_REG_TMP2, 1021 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP2, TCG_REG_TMP2, 1044 h->index = TCG_REG_TMP2; [all …]
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 80 #define TCG_REG_TMP2 TCG_REG_R11 1223 tcg_out_addpcis(s, TCG_REG_TMP2, hi); 1248 tcg_out_addpcis(s, TCG_REG_TMP2, 0); 1250 tcg_out32(s, LD | TAI(ret, TCG_REG_TMP2, 0)); 2375 .tmp = { TCG_REG_TMP1, TCG_REG_TMP2, TCG_REG_R0 } 2501 tcg_out32(s, LDUX | TAB(TCG_REG_TMP2, 2506 tcg_out_ld(s, TCG_TYPE_I64, TCG_REG_TMP2, 2510 tcg_out32(s, LWZUX | TAB(TCG_REG_TMP2, 2620 tcg_out_ext32u(s, TCG_REG_TMP2, addrlo); 2621 h->index = TCG_REG_TMP2; [all …]
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 77 #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);
|