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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 356 // SpecialFP - Special instruction forms. Dispatch by opcode explicitly.
357 SpecialFP = 7 << FPTypeShift,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
Target.cpp 63 case llvm::X86II::SpecialFP:
64 return llvm::make_error<BenchmarkFailure>("Unsupported x87 SpecialFP");
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 382 FPInstClass = X86II::SpecialFP;
385 FPInstClass = X86II::SpecialFP;
389 FPInstClass = X86II::SpecialFP;
392 FPInstClass = X86II::SpecialFP;
420 case X86II::SpecialFP: handleSpecialFP(I); break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FloatingPoint.cpp 418 FPInstClass = X86II::SpecialFP;
421 FPInstClass = X86II::SpecialFP;
425 FPInstClass = X86II::SpecialFP;
428 FPInstClass = X86II::SpecialFP;
456 case X86II::SpecialFP: handleSpecialFP(I); break;
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 446 // SpecialFP - Special instruction forms. Dispatch by opcode explicitly.
447 SpecialFP = 7 << FPTypeShift,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 419 FPInstClass = X86II::SpecialFP;
422 FPInstClass = X86II::SpecialFP;
426 FPInstClass = X86II::SpecialFP;
454 case X86II::SpecialFP: handleSpecialFP(I); break;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 499 // SpecialFP - Special instruction forms. Dispatch by opcode explicitly.
500 SpecialFP = 7 << FPTypeShift,

Completed in 127 milliseconds