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

/external/qemu/tcg/hppa/
H A Dtcg-target.c302 #define INSN_SUBI (INSN_OP(0x25)) macro
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);
701 tcg_out_arithi(s, tmp, bl, al, INSN_SUBI);
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 38 milliseconds