OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasEVEX_KZ
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h
196
/// The
hasEVEX_KZ
field from the record
197
bool
HasEVEX_KZ
;
X86RecognizableInstr.cpp
91
HasEVEX_KZ
= Rec->getValueAsBit("hasEVEX_Z");
153
#define EVEX_KB(n) (
HasEVEX_KZ
&& HasEVEX_B ? n##_KZ_B : \
155
(
HasEVEX_KZ
? n##_KZ : \
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026