Searched refs:ARITH_SUBCC (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 233 #define ARITH_SUBCC (INSN_OP(2) | INSN_OP3(0x14)) macro 520 tcg_out_arithc(s, TCG_REG_G0, c1, c2, c2const, ARITH_SUBCC); in tcg_out_cmp() 788 tcg_out_arith(s, TCG_REG_G0, arg0, arg2, ARITH_SUBCC); in tcg_out_qemu_ld() 1000 tcg_out_arith(s, TCG_REG_G0, arg0, arg2, ARITH_SUBCC); in tcg_out_qemu_st() 1298 ARITH_SUBCC); in tcg_out_op()
|