OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEX_L
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86MCCodeEmitter.cpp
428
//
VEX_L
(Vector Length):
433
unsigned char
VEX_L
= 0;
452
if ((TSFlags >> X86II::VEXShift) & X86II::
VEX_L
)
453
VEX_L
= 1;
486
VEX_L
= 1;
571
unsigned char LastByte = VEX_PP | (
VEX_L
<< 2) | (VEX_4V << 3);
[
all
...]
X86InstrInfo.h
475
///
VEX_L
- Stands for a bit in the VEX opcode prefix meaning the current
479
VEX_L
= 1U << 4,
[
all
...]
Completed in 414 milliseconds