Searched refs:isLP64 (Results 1 – 1 of 1) sorted by relevance
112 static unsigned getSUBrrOpcode(unsigned isLP64) { in getSUBrrOpcode() argument113 return isLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()116 static unsigned getADDrrOpcode(unsigned isLP64) { in getADDrrOpcode() argument117 return isLP64 ? X86::ADD64rr : X86::ADD32rr; in getADDrrOpcode()