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

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 150 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
154 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
159 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
163 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 306 #define ORIS OPCD( 25)
477 if (h16) tcg_out32 (s, ORIS | RS (ret) | RA (ret) | h16);
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 318 #define ORIS OPCD(25)
    [all...]

Completed in 126 milliseconds