Home
last modified time | relevance | path

Searched refs:getADDrrOpcode (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp126 static unsigned getADDrrOpcode(unsigned isLP64) { in getADDrrOpcode() function
276 : getADDrrOpcode(Is64Bit); in emitSPUpdate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp123 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() function
273 isSub ? getSUBrrOpcode(Is64Bit) : getADDrrOpcode(Is64Bit); in emitSPUpdate()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() function
242 isSub ? getSUBrrOpcode(Is64Bit) : getADDrrOpcode(Is64Bit); in emitSPUpdate()