Home
last modified time | relevance | path

Searched defs:CLFSH (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/hypervisor/src/haxm/haxm_sys/
Dcpuid.rs80 const CLFSH = feature_bit(19); /* 0x00080000 CLFLUSH Instruction */ constant
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp74 bool CLFSH(void) { return CPU_Rep.f_1_EDX_[19]; } in CLFSH() function in InstructionSet