Searched refs:TCG_REG_G0 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 309 tcg_out_arith(s, ret, arg, TCG_REG_G0, ARITH_OR); in tcg_out_mov() 319 tcg_out_arithi(s, ret, TCG_REG_G0, arg, ARITH_OR); in tcg_out_movi_imm13() 419 tcg_out32(s, WRY | INSN_RS1(TCG_REG_G0) | INSN_RS2(rs)); in tcg_out_sety() 456 tcg_out_sety(s, TCG_REG_G0); in tcg_out_div32() 468 tcg_out_sethi(s, TCG_REG_G0, 0); in tcg_out_nop() 520 tcg_out_arithc(s, TCG_REG_G0, c1, c2, c2const, ARITH_SUBCC); in tcg_out_cmp() 602 c1 = TCG_REG_G0, c2 = ret, c2const = 0; in tcg_out_setcond_i32() 639 tcg_out_arithi(s, ret, TCG_REG_G0, 0, ARITH_ADDX); in tcg_out_setcond_i32() 641 tcg_out_arithi(s, ret, TCG_REG_G0, -1, ARITH_SUBX); in tcg_out_setcond_i32() 698 tcg_out32(s, JMPL | INSN_RD(TCG_REG_G0) | INSN_RS1(TCG_REG_I0) | in tcg_target_qemu_prologue() [all …]
|
D | tcg-target.h | 37 TCG_REG_G0 = 0, enumerator
|