OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasREX_WPrefix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
53
/// The
hasREX_WPrefix
field from the record
54
bool
HasREX_WPrefix
;
146
/// @param
hasREX_WPrefix
- Indicates whether the instruction has a REX.W
155
bool
hasREX_WPrefix
,
X86RecognizableInstr.cpp
232
HasREX_WPrefix
= Rec->getValueAsBit("
hasREX_WPrefix
");
424
} else if (Is64Bit ||
HasREX_WPrefix
) {
425
if (
HasREX_WPrefix
&& HasOpSizePrefix)
438
else if (
HasREX_WPrefix
&&
441
else if (
HasREX_WPrefix
&& (Prefix == X86Local::XD ||
450
else if (
HasREX_WPrefix
)
604
HasREX_WPrefix
,
[
all
...]
Completed in 255 milliseconds