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

  /external/qemu/tcg/ppc64/
tcg-target.h 51 TCG_REG_R20,
tcg-target.c 93 TCG_REG_R20,
147 TCG_REG_R20,
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.h 51 TCG_REG_R20,
tcg-target.c 94 TCG_REG_R20,
156 TCG_REG_R20,
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 556 tcg_out_arithi(s, TCG_REG_R20, creg, 31, INSN_SUBI);
557 tcg_out_mtctl_sar(s, TCG_REG_R20);
580 tcg_out_arithi(s, TCG_REG_R20, creg, 31, INSN_SUBI);
581 tcg_out_mtctl_sar(s, TCG_REG_R20);
593 tcg_out_arithi(s, TCG_REG_R20, creg, 32, INSN_SUBI);
594 tcg_out_vshd(s, ret, arg, arg, TCG_REG_R20);
638 tcg_out32(s, INSN_LDIL | INSN_R2(TCG_REG_R20) | reassemble_21(hi));
639 tcg_out32(s, INSN_BLE_SR4 | INSN_R2(TCG_REG_R20)
679 int tmp = (destl == ah || destl == bh ? TCG_REG_R20 : destl);
694 int tmp = (destl == ah || destl == bh ? TCG_REG_R20 : destl)
    [all...]
tcg-target.h 58 TCG_REG_R20,

Completed in 1319 milliseconds