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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 344 // TwoArgFP - 2 arg FP instructions which implicitly read ST(0), and an
347 TwoArgFP = 4 << FPTypeShift,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 434 // TwoArgFP - 2 arg FP instructions which implicitly read ST(0), and an
437 TwoArgFP = 4 << FPTypeShift,
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 417 case X86II::TwoArgFP: handleTwoArgFP(I); break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 451 case X86II::TwoArgFP: handleTwoArgFP(I); break;
    [all...]

Completed in 515 milliseconds