Searched refs:TCG_REG_O0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.h | 41 TCG_REG_O0, enumerator
|
H A D | tcg-target.c.inc | 108 TCG_REG_O0, 117 TCG_REG_O0, 129 return TCG_REG_O0 + slot; 984 tcg_out_movi_s13(s, TCG_REG_O0, 0); 1238 tcg_out_movi_s13(s, TCG_REG_O0, a0); 1245 tcg_out_arithi(s, TCG_REG_O0, TCG_REG_O1, tb_diff, ARITH_ADD); 1251 tcg_out_arithi(s, TCG_REG_O0, TCG_REG_O0, a0 & 0x3ff, ARITH_OR); 1651 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_O0);
|