Home
last modified time | relevance | path

Searched refs:TCG_REG_R0 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc1019 TCGReg tmp = dst == src ? TCG_REG_R0 : dst;
1051 TCGReg tmp = dst == src ? TCG_REG_R0 : dst;
1086 TCGReg t0 = dst == src ? TCG_REG_R0 : dst;
1087 TCGReg t1 = dst == src ? dst : TCG_REG_R0;
1448 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_R0, c);
1449 tcg_out32(s, AND | SAB(src, dst, TCG_REG_R0));
1471 tcg_out_movi(s, TCG_TYPE_I64, TCG_REG_R0, c);
1472 tcg_out32(s, AND | SAB(src, dst, TCG_REG_R0));
1505 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R0, (uintptr_t)target);
1506 tcg_out32(s, MTSPR | RS(TCG_REG_R0) | CTR);
[all …]
H A Dtcg-target.h36 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3, enumerator
/openbmc/qemu/tcg/tci/
H A Dtcg-target.h127 TCG_REG_R0 = 0, enumerator
H A Dtcg-target.c.inc198 TCG_REG_R0,
208 return TCG_REG_R0 + slot;
943 MAKE_64BIT_MASK(TCG_REG_R0, 128 / TCG_TARGET_REG_BITS);
/openbmc/qemu/tcg/arm/
H A Dtcg-target.h37 TCG_REG_R0 = 0, enumerator
H A Dtcg-target.c.inc57 TCG_REG_R0,
80 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3
87 return TCG_REG_R0 + slot;
1453 tcg_out_ldrd_8(s, COND_AL, TCG_REG_R0, TCG_AREG0, fast_off);
1456 tcg_out_dat_reg(s, COND_AL, ARITH_AND, TCG_REG_R0, TCG_REG_R0, addrlo,
1467 TCG_REG_R1, TCG_REG_R0);
1470 TCG_REG_R1, TCG_REG_R0);
1474 TCG_REG_R1, TCG_REG_R1, TCG_REG_R0, 0);
1500 t_addr = TCG_REG_R0;
1748 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_R0, arg);
[all …]
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.h34 TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3, enumerator
H A Dtcg-target.c.inc45 rather than TCG_REG_R0. */
352 TCG_REG_R0,
1270 tcg_out_insn(s, RRFa, NRK, TCG_REG_R0, r1, c2);
1272 tcg_out_insn(s, RRFa, NGRK, TCG_REG_R0, r1, c2);
1289 tgen_andi_risbg(s, TCG_REG_R0, r1, c2);
1517 tcg_out_insn(s, RRE, FLOGR, TCG_REG_R0, a1);
1520 tcg_out_mov(s, TCG_TYPE_I64, dest, TCG_REG_R0);
1529 tgen_movcond_int(s, TCG_TYPE_I64, dest, a2, a2const, TCG_REG_R0, 8, 2);
1902 tgen_andi_risbg(s, TCG_REG_R0, addr_reg, tlb_mask);
1904 tcg_out_insn(s, RX, LA, TCG_REG_R0, addr_reg, TCG_REG_NONE, a_off);
[all …]
/openbmc/qemu/tcg/
H A Dtci.c423 regs[TCG_REG_R0] = (uint32_t)stack[0]; in tcg_qemu_tb_exec()
425 regs[TCG_REG_R0] = *(uint32_t *)stack; in tcg_qemu_tb_exec()
433 memcpy(&regs[TCG_REG_R0], stack, 8); in tcg_qemu_tb_exec()
436 memcpy(&regs[TCG_REG_R0], stack, 16); in tcg_qemu_tb_exec()