OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasVEX_WPrefix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
61
/// The
hasVEX_WPrefix
field from the record
62
bool
HasVEX_WPrefix
;
X86RecognizableInstr.cpp
236
HasVEX_WPrefix
= Rec->getValueAsBit("
hasVEX_WPrefix
");
314
if (HasVEX_LPrefix &&
HasVEX_WPrefix
) {
336
else if (HasEVEX_L2Prefix &&
HasVEX_WPrefix
) {
359
else if (
HasVEX_WPrefix
) {
383
if (HasVEX_LPrefix &&
HasVEX_WPrefix
) {
395
else if (HasOpSizePrefix &&
HasVEX_WPrefix
)
406
else if (
HasVEX_WPrefix
&&
409
else if (
HasVEX_WPrefix
&& (Prefix == X86Local::XD ||
413
else if (
HasVEX_WPrefix
)
[
all
...]
Completed in 95 milliseconds