HomeSort by relevance Sort by last modified time
    Searched refs:SpecialFP (Results 1 - 4 of 4) 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/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/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...]

Completed in 121 milliseconds