Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp124 static unsigned getADDrrOpcode(unsigned isLP64) { in getADDrrOpcode() function
274 isSub ? getSUBrrOpcode(Is64Bit) : getADDrrOpcode(Is64Bit); in emitSPUpdate()