Home
last modified time | relevance | path

Searched refs:xcr0_eax_ (Results 1 – 1 of 1) sorted by relevance

/external/cpu_features/test/
Dcpuinfo_x86_test.cc41 uint32_t GetXCR0Eax() const { return xcr0_eax_; } in GetXCR0Eax()
48 xcr0_eax_ = os_backups_extended_registers ? -1 : 0; in SetOsBackupsExtendedRegisters()
79 uint32_t xcr0_eax_; member in cpu_features::FakeCpu