Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp112 static unsigned getSUBrrOpcode(unsigned isLP64) { in getSUBrrOpcode() argument
113 return isLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
116 static unsigned getADDrrOpcode(unsigned isLP64) { in getADDrrOpcode() argument
117 return isLP64 ? X86::ADD64rr : X86::ADD32rr; in getADDrrOpcode()