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

/external/qemu/tcg/sparc/
H A Dtcg-target.c293 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(
[all...]
/external/qemu/tcg/hppa/
H A Dtcg-target.c432 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);
1333 tcg_out_arithi(s, args[0], args[2], args[1], INSN_SUBI);
1425 tcg_out_arithi(s, args[0], args[1], -1, INSN_SUBI);

Completed in 33 milliseconds