OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVEX
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
462
// VEX_EVEX - Specifies that this instruction use
EVEX
form which provides
466
EVEX
= 3,
508
// - 11 LIG (but, in insn encoding, leave VEX.L and
EVEX
.L in zeros.
514
// EVEX_Z - Set if this instruction has
EVEX
.Z field set.
517
// EVEX_L2 - Set if this instruction has
EVEX
.L' field set.
520
// EVEX_B - Set if this instruction has
EVEX
.B field set.
X86MCCodeEmitter.cpp
188
assert((TSFlags & X86II::EncodingMask) >> X86II::EncodingShift == X86II::
EVEX
&&
189
"Compressed 8-bit displacement is only valid for
EVEX
inst.");
398
bool HasEVEX = (Encoding == X86II::
EVEX
);
525
// Try
EVEX
compressed 8-bit displacement first; if failed, fall back to
[
all
...]
/external/llvm/utils/TableGen/
X86RecognizableInstr.cpp
114
VEX = 1, XOP = 2,
EVEX
= 3
271
if (Encoding == X86Local::
EVEX
) {
358
/// eof
EVEX
[
all
...]
Completed in 508 milliseconds