Searched refs:TCG_REG_T1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 77 #define TCG_REG_T1 TCG_REG_G1 563 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_T1, offset); 564 tcg_out_ldst_rr(s, ret, addr, TCG_REG_T1, op); 602 tcg_out_arithi(s, TCG_REG_T1, rs1, 31, SHIFT_SRA); 603 tcg_out_sety(s, TCG_REG_T1); 741 tcg_out_arithc(s, TCG_REG_T1, c1, c2, c2const, ARITH_XOR); 742 c2 = TCG_REG_T1; 753 tcg_out_arithc(s, TCG_REG_T1, c1, c2, c2const, ARITH_AND); 755 c2 = TCG_REG_T1, c2const = 0; 840 TCGReg tmp = TCG_REG_T1; [all …]
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.h | 45 TCG_REG_T1, enumerator
|
H A D | tcg-target.c.inc | 114 TCG_REG_T1, 129 TCG_REG_T1, 2599 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_T1);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.h | 53 TCG_REG_T1, enumerator
|
H A D | tcg-target.c.inc | 119 TCG_REG_T1,
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.h | 36 TCG_REG_TP, TCG_REG_T0, TCG_REG_T1, TCG_REG_T2, enumerator
|
H A D | tcg-target.c.inc | 63 TCG_REG_T1,
|