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

  /prebuilts/go/darwin-x86/src/math/
frexp_386.s 12 SAHF
expm1_386.s 14 SAHF
  /prebuilts/go/linux-x86/src/math/
frexp_386.s 12 SAHF
expm1_386.s 14 SAHF
  /external/v8/src/
globals.h 732 SAHF,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 485 SAHF,
    [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/v8/src/x64/
assembler-x64.cc 83 // SAHF is not generally available in long mode.
84 if (cpu.has_sahf() && FLAG_enable_sahf) supported_ |= 1u << SAHF;
108 "SSE3=%d SSE4_1=%d SAHF=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d "
111 CpuFeatures::IsSupported(SAHF), CpuFeatures::IsSupported(AVX),
2558 void Assembler::sahf() { function in class:v8::internal::Assembler
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 600 #define SAHF CHOICE(sahf, sahf, sahf)
    [all...]

Completed in 775 milliseconds