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

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 600 unsigned LoadOpcode, StoreOpcode;
601 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
615 unsigned LoadOpcode, StoreOpcode;
616 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
617 addFrameReference(BuildMI(MBB, MBBI, DL, get(LoadOpcode), DestReg),
814 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD;
817 get(LoadOpcode), Dest)
    [all...]
SystemZInstrInfo.h 213 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]

Completed in 70 milliseconds