Home | History | Annotate | Download | only in x64

Lines Matching refs:sahf

111     // Get the sahf supported flag, from CPUID(0x80000001)
120 __ and_(rcx, rax); // Bit 0 is set if SAHF instruction supported.
2496 void Assembler::sahf() {
2497 // TODO(X64): Test for presence. Not all 64-bit intel CPU's have sahf