OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasEVEX_K
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
71
/// The
hasEVEX_K
field from the record
72
bool
HasEVEX_K
;
X86RecognizableInstr.cpp
203
HasEVEX_K
= Rec->getValueAsBit("
hasEVEX_K
");
264
(
HasEVEX_K
&& HasEVEX_B ? n##_K_B : \
266
(
HasEVEX_K
? n##_K : (HasEVEX_B ? n##_B : n)))))
596
if (
HasEVEX_K
)
623
if (
HasEVEX_K
)
659
if (
HasEVEX_K
)
692
unsigned kOp = (
HasEVEX_K
) ? 1:0;
700
if (
HasEVEX_K
)
718
unsigned kOp = (
HasEVEX_K
) ? 1:0
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
618
bool
HasEVEX_K
= ((TSFlags >> X86II::VEXShift) & X86II::EVEX_K);
711
if (
HasEVEX_K
&& ((TSFlags >> X86II::VEXShift) & X86II::EVEX_Z))
760
if (
HasEVEX_K
)
795
if (
HasEVEX_K
)
837
if (
HasEVEX_K
)
863
if (
HasEVEX_K
)
[
all
...]
X86BaseInfo.h
648
bool
HasEVEX_K
= ((TSFlags >> X86II::VEXShift) & X86II::EVEX_K);
672
if (
HasEVEX_K
)
694
if (
HasEVEX_K
)
Completed in 39 milliseconds