Searched refs:tcg_out_arith (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/sparc/
H A Dtcg-target.c286 static inline void tcg_out_arith(TCGContext *s, int rd, int rs1, int rs2, function
309 tcg_out_arith(s, ret, arg, TCG_REG_G0, ARITH_OR);
353 tcg_out_arith(s, ret, ret, TCG_REG_I4, ARITH_OR);
434 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_ADD);
446 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_AND);
667 tcg_out_arith(s, ret, ret, TCG_REG_I5, ARITH_AND);
673 tcg_out_arith(s, ret, ret, TCG_REG_I5, ARITH_OR);
781 tcg_out_arith(s, arg1, TCG_AREG0, arg1, ARITH_ADD);
788 tcg_out_arith(s, TCG_REG_G0, arg0, arg2, ARITH_SUBCC);
880 tcg_out_arith(
[all...]
/external/qemu/tcg/hppa/
H A Dtcg-target.c427 static inline void tcg_out_arith(TCGContext *s, int t, int r1, int r2, int op) function
441 tcg_out_arith(s, TCG_REG_R0, TCG_REG_R0, TCG_REG_R0, INSN_OR);
684 tcg_out_arith(s, tmp, al, bl, INSN_ADD);
686 tcg_out_arith(s, desth, ah, bh, INSN_ADDC);
705 tcg_out_arith(s, tmp, al, bl, INSN_SUB);
707 tcg_out_arith(s, desth, ah, bh, INSN_SUBB);
914 tcg_out_arith(s, r1, r1, TCG_AREG0, INSN_ADDL);
999 tcg_out_arith(s, TCG_REG_R20, addr_reg, addend_reg, INSN_ADD);
1161 tcg_out_arith(s, TCG_REG_R31, addrlo_reg, TCG_REG_R20, INSN_ADDL);
1216 tcg_out_arith(
[all...]

Completed in 107 milliseconds