HomeSort by relevance Sort by last modified time
    Searched refs:tcg_out_arith (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/sparc/
tcg-target.c 274 static inline void tcg_out_arith(TCGContext *s, int rd, int rs1, int rs2, function
290 tcg_out_arith(s, ret, arg, TCG_REG_G0, ARITH_OR);
322 tcg_out_arith(s, ret, ret, TCG_REG_I4, ARITH_OR);
410 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_ADD);
422 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_AND);
485 tcg_out_arith(s, TCG_REG_G0, TCG_REG_G0, arg1, ARITH_ORCC);
488 tcg_out_arith(s, TCG_REG_G0, arg1, arg2, ARITH_SUBCC);
500 tcg_out_arith(s, TCG_REG_G0, TCG_REG_G0, arg1, ARITH_ORCC);
503 tcg_out_arith(s, TCG_REG_G0, arg1, arg2, ARITH_SUBCC);
595 tcg_out_arith(s, arg1, TCG_AREG0, arg1, ARITH_ADD)
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 288 static inline void tcg_out_arith(TCGContext *s, int t, int r1, int r2, int op) function
297 tcg_out_arith(s, t, r1, TCG_REG_R20, op);
410 tcg_out_arith(s, r1, r1, TCG_AREG0, ARITH_ADD);
484 tcg_out_arith(s, r0, r0, TCG_REG_R20, ARITH_ADD);
583 tcg_out_arith(s, r1, r1, TCG_AREG0, ARITH_ADD);
676 tcg_out_arith(s, r0, r0, TCG_REG_R20, ARITH_ADD);
887 tcg_out_arith(s, args[0], args[1], args[2], c);

Completed in 9 milliseconds