OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasEVEX_L2Prefix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
71
/// The
hasEVEX_L2Prefix
field from the record
72
bool
HasEVEX_L2Prefix
;
X86RecognizableInstr.cpp
240
HasEVEX_L2Prefix
= Rec->getValueAsBit("hasEVEX_L2");
309
if (HasVEX_LPrefix &&
HasEVEX_L2Prefix
) {
336
else if (
HasEVEX_L2Prefix
&& HasVEX_WPrefix) {
347
} else if (
HasEVEX_L2Prefix
) {
[
all
...]
Completed in 24 milliseconds