Home
last modified time | relevance | path

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

/external/qemu/tcg/sparc/
Dtcg-target.c194 #define INSN_RS2(x) (x) macro
290 INSN_RS2(rs2)); in tcg_out_arith()
304 | (val2const ? INSN_IMM13(val2) : INSN_RS2(val2))); in tcg_out_arithc()
387 INSN_RS2(addr)); in tcg_out_ldst()
396 INSN_ASI(asi) | INSN_RS2(addr)); in tcg_out_ldst_asi()
419 tcg_out32(s, WRY | INSN_RS1(TCG_REG_G0) | INSN_RS2(rs)); in tcg_out_sety()
699 INSN_RS2(TCG_REG_G0)); in tcg_target_qemu_prologue()
785 INSN_RS2(TCG_REG_G0)); in tcg_out_qemu_ld()
997 INSN_RS2(TCG_REG_G0)); in tcg_out_qemu_st()
1127 INSN_RS2(TCG_REG_G0)); in tcg_out_op()
[all …]