HomeSort by relevance Sort by last modified time
    Searched refs:IsLP64 (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 46 IsLP64 = STI.isTarget64BitLP64();
98 static unsigned getSUBriOpcode(unsigned IsLP64, int64_t Imm) {
99 if (IsLP64) {
110 static unsigned getADDriOpcode(unsigned IsLP64, int64_t Imm) {
111 if (IsLP64) {
122 static unsigned getSUBrrOpcode(unsigned isLP64) {
123 return isLP64 ? X86::SUB64rr : X86::SUB32rr;
126 static unsigned getADDrrOpcode(unsigned isLP64) {
127 return isLP64 ? X86::ADD64rr : X86::ADD32rr;
130 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm)
    [all...]
X86FrameLowering.h 41 bool IsLP64;
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.cpp 46 IsLP64 = STI.isTarget64BitLP64();
96 static unsigned getSUBriOpcode(unsigned IsLP64, int64_t Imm) {
97 if (IsLP64) {
108 static unsigned getADDriOpcode(unsigned IsLP64, int64_t Imm) {
109 if (IsLP64) {
120 static unsigned getSUBrrOpcode(unsigned isLP64) {
121 return isLP64 ? X86::SUB64rr : X86::SUB32rr;
124 static unsigned getADDrrOpcode(unsigned isLP64) {
125 return isLP64 ? X86::ADD64rr : X86::ADD32rr;
128 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm)
    [all...]
X86FrameLowering.h 42 bool IsLP64;

Completed in 84 milliseconds