Home
last modified time | relevance | path

Searched refs:TCG_REG_G0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc251 #define NOP (SETHI | INSN_RD(TCG_REG_G0) | 0)
374 tcg_out_arith(s, ret, arg, TCG_REG_G0, ARITH_OR);
382 tcg_out_arith(s, ret, arg, TCG_REG_G0, ARITH_OR);
396 tcg_out_arithi(s, ret, TCG_REG_G0, arg, ARITH_OR);
584 tcg_out_st(s, type, TCG_REG_G0, base, ofs);
592 tcg_out32(s, WRY | INSN_RS1(TCG_REG_G0) | INSN_RS2(rs));
600 tcg_out_sety(s, TCG_REG_G0);
654 tcg_out_arithc(s, TCG_REG_G0, c1, c2, c2const,
746 c1 = TCG_REG_G0, c2const = 0;
754 c1 = TCG_REG_G0;
[all …]
H A Dtcg-target.h33 TCG_REG_G0 = 0, enumerator