OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasVEX_4VOp3Prefix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
61
/// The
hasVEX_4VOp3Prefix
field from the record
62
bool
HasVEX_4VOp3Prefix
;
X86RecognizableInstr.cpp
232
HasVEX_4VOp3Prefix
= Rec->getValueAsBit("
hasVEX_4VOp3Prefix
");
298
if (HasVEX_4VPrefix ||
HasVEX_4VOp3Prefix
|| HasVEXPrefix) {
664
if (HasVEX_4VPrefix ||
HasVEX_4VOp3Prefix
)
683
if (
HasVEX_4VOp3Prefix
)
697
if (HasVEX_4VPrefix ||
HasVEX_4VOp3Prefix
)
716
if (
HasVEX_4VOp3Prefix
)
[
all
...]
Completed in 330 milliseconds