HomeSort by relevance Sort by last modified time
    Searched defs:sahf (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ia32/
assembler-ia32.cc 1988 void Assembler::sahf() { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 92 // Get the sahf supported flag, from CPUID(0x80000001)
101 __ and_(rcx, rax); // Bit 0 is set if SAHF instruction supported.
2332 void Assembler::sahf() { function in class:v8::internal::Assembler
    [all...]

Completed in 131 milliseconds