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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 633 bool isTwoAddr = NumOps > 1 &&
637 unsigned i = isTwoAddr ? 1 : 0;
655 i = isTwoAddr ? 2 : 1;
667 i = isTwoAddr ? 2 : 1;
683 unsigned e = (isTwoAddr ? X86::AddrNumOperands+1 : X86::AddrNumOperands);
684 i = isTwoAddr ? 1 : 0;
703 i = isTwoAddr ? 2 : 1;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 161 bool isTwoAddr = NumOps > 1 &&
165 unsigned i = isTwoAddr ? 1 : 0;
183 i = isTwoAddr ? 2 : 1;
195 i = isTwoAddr ? 2 : 1;
211 unsigned e = (isTwoAddr ? X86::AddrNumOperands+1 : X86::AddrNumOperands);
212 i = isTwoAddr ? 1 : 0;
229 i = isTwoAddr ? 2 : 1;
    [all...]
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1RegisterInfo.cpp 177 bool isTwoAddr = false;
190 isTwoAddr = true;
220 isTwoAddr = true;
259 if (isTwoAddr) {
284 NeedCC = isTwoAddr = true;
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 217 milliseconds