OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVEX
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
470
// - 11 LIG (but, in insn encoding, leave VEX.L and
EVEX
.L in zeros.
473
// VEX_EVEX - Specifies that this instruction use
EVEX
form which provides
477
EVEX
= 1U << 7,
482
// EVEX_Z - Set if this instruction has
EVEX
.Z field set.
485
// EVEX_L2 - Set if this instruction has
EVEX
.L' field set.
488
// EVEX_B - Set if this instruction has
EVEX
.B field set.
613
bool HasEVEX = (TSFlags >> X86II::VEXShift) & X86II::
EVEX
;
X86MCCodeEmitter.cpp
166
assert(((TSFlags >> X86II::VEXShift) & X86II::
EVEX
) &&
167
"Compressed 8-bit displacement is only valid for
EVEX
inst.");
375
bool HasEVEX = (TSFlags >> X86II::VEXShift) & X86II::
EVEX
;
442
// Try
EVEX
compressed 8-bit displacement first; if failed, fall back to
533
bool HasEVEX = (TSFlags >> X86II::VEXShift) & X86II::
EVEX
;
916
//
EVEX
opcode prefix can have 4 bytes
[
all
...]
Completed in 29 milliseconds