OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEX_W
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
647
//
VEX_W
: opcode specific (use like REX.W, or used for
649
unsigned char
VEX_W
= 0;
703
if ((TSFlags >> X86II::VEXShift) & X86II::
VEX_W
)
704
VEX_W
= 1;
[
all
...]
X86BaseInfo.h
475
///
VEX_W
- Has a opcode specific functionality, but is used in the same
477
VEX_W
= 1U << 0,
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
777
//
VEX_W
: opcode specific (use like REX.W, or used for
779
unsigned char
VEX_W
= 0;
814
if ((TSFlags >> X86II::VEXShift) & X86II::
VEX_W
)
815
VEX_W
= 1;
[
all
...]
Completed in 96 milliseconds