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

  /external/qemu/tcg/sparc/
tcg-target.c 293 static inline void tcg_out_arithi(TCGContext *s, int rd, int rs1, function
319 tcg_out_arithi(s, ret, TCG_REG_G0, arg, ARITH_OR);
329 tcg_out_arithi(s, ret, ret, arg & 0x3ff, ARITH_OR);
348 tcg_out_arithi(s, ret, ret, (arg & 0x3ff) | -0x400, ARITH_XOR);
351 tcg_out_arithi(s, TCG_REG_I4, TCG_REG_I4, 32, SHIFT_SLLX);
431 tcg_out_arithi(s, reg, reg, val, ARITH_ADD);
443 tcg_out_arithi(s, reg, reg, val, ARITH_AND);
458 tcg_out_arithi(s, TCG_REG_I5, rs1, 31, SHIFT_SRA);
639 tcg_out_arithi(s, ret, TCG_REG_G0, 0, ARITH_ADDX);
641 tcg_out_arithi(s, ret, TCG_REG_G0, -1, ARITH_SUBX)
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 432 static inline void tcg_out_arithi(TCGContext *s, int t, int r1, function
556 tcg_out_arithi(s, TCG_REG_R20, creg, 31, INSN_SUBI);
580 tcg_out_arithi(s, TCG_REG_R20, creg, 31, INSN_SUBI);
593 tcg_out_arithi(s, TCG_REG_R20, creg, 32, INSN_SUBI);
682 tcg_out_arithi(s, tmp, al, bl, INSN_ADDI);
701 tcg_out_arithi(s, tmp, bl, al, INSN_SUBI);
703 tcg_out_arithi(s, tmp, al, -bl, INSN_ADDI);
    [all...]

Completed in 814 milliseconds