Searched defs:getLoadStoreRegOpcode (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp2245 static unsigned getLoadStoreRegOpcode(unsigned Reg, function
2316 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, TM, false);
2324 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, TM, true);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4607 static unsigned getLoadStoreRegOpcode(unsigned Reg, function
4744 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false);
4752 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true);

Completed in 89 milliseconds