OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasVEX_LPrefix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
64
bool
HasVEX_LPrefix
;
X86RecognizableInstr.cpp
254
HasVEX_LPrefix
= Rec->getValueAsBit("hasVEX_L");
309
if (
HasVEX_LPrefix
&& HasEVEX_L2Prefix) {
314
if (
HasVEX_LPrefix
&& HasVEX_WPrefix) {
324
} else if (
HasVEX_LPrefix
) {
383
if (
HasVEX_LPrefix
&& HasVEX_WPrefix) {
393
} else if (HasOpSizePrefix &&
HasVEX_LPrefix
)
399
else if (
HasVEX_LPrefix
&&
402
else if (
HasVEX_LPrefix
&& (Prefix == X86Local::XD ||
415
else if (
HasVEX_LPrefix
)
[
all
...]
Completed in 350 milliseconds