Searched refs:INSN_STW (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/hppa/ |
D | tcg-target.c | 329 #define INSN_STW (INSN_OP(0x1a)) macro 406 tcg_out_ldst(s, ret, arg1, arg2, INSN_STW); in tcg_out_st() 649 tcg_out_ldst(s, arg1, TCG_REG_SP, STACK_TEMP_OFS, INSN_STW); in tcg_out_xmpyu() 650 tcg_out_ldst(s, arg2, TCG_REG_SP, STACK_TEMP_OFS + 4, INSN_STW); in tcg_out_xmpyu() 1117 tcg_out_ldst(s, datalo_reg, addr_reg, 0, INSN_STW); in tcg_out_qemu_st_direct() 1126 tcg_out_ldst(s, datahi_reg, addr_reg, 0, INSN_STW); in tcg_out_qemu_st_direct() 1127 tcg_out_ldst(s, datalo_reg, addr_reg, 4, INSN_STW); in tcg_out_qemu_st_direct() 1316 tcg_out_ldst(s, args[0], args[1], args[2], INSN_STW); in tcg_out_op()
|