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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRExpandPseudoInsts.cpp 851 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr;
860 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 708 unsigned LoadOpcode, StoreOpcode;
709 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
710 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
723 unsigned LoadOpcode, StoreOpcode;
724 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]

Completed in 106 milliseconds