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

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 734 SDValue(CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue,
757 Op = SDValue(CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue,
767 SDNode *AD = CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue,
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 314 #define ADDIC OPCD(12)
1181 tcg_out32 (s, ADDIC | RT (0) | RA (arg) | 0xffff);
1185 tcg_out32 (s, ADDIC | RT (arg0) | RA (arg) | 0xffff);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 302 #define ADDIC OPCD( 12)
1116 tcg_out32 (s, ADDIC | RT (0) | RA (arg) | 0xffff);
1120 tcg_out32 (s, ADDIC | RT (arg0) | RA (arg) | 0xffff);
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 605 TmpInst.setOpcode(PPC::ADDIC);
    [all...]

Completed in 48 milliseconds