Searched refs:TCG_REG_I5 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 385 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, offset); in tcg_out_ldst() 386 tcg_out32(s, op | INSN_RD(ret) | INSN_RS1(TCG_REG_I5) | in tcg_out_ldst() 394 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, offset); in tcg_out_ldst_asi() 395 tcg_out32(s, op | INSN_RD(ret) | INSN_RS1(TCG_REG_I5) | in tcg_out_ldst_asi() 433 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_I5, val); in tcg_out_addi() 434 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_ADD); in tcg_out_addi() 445 tcg_out_movi(s, TCG_TYPE_I32, TCG_REG_I5, val); in tcg_out_andi() 446 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_AND); in tcg_out_andi() 458 tcg_out_arithi(s, TCG_REG_I5, rs1, 31, SHIFT_SRA); in tcg_out_div32() 459 tcg_out_sety(s, TCG_REG_I5); in tcg_out_div32() [all …]
|
D | tcg-target.h | 66 TCG_REG_I5, enumerator
|