OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEX_5M
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
569
//
VEX_5M
(VEX m-mmmmm field):
578
unsigned char
VEX_5M
= 0x1;
639
VEX_5M
= 0x2;
642
VEX_5M
= 0x3;
646
VEX_5M
= 0x2;
650
VEX_5M
= 0x2;
654
VEX_5M
= 0x3;
663
VEX_5M
= 0x8;
666
VEX_5M
= 0x9;
905
if (VEX_B && VEX_X && !VEX_W && !XOP && (
VEX_5M
== 1)) { // 2 byte VEX prefi
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
845
//
VEX_5M
(VEX m-mmmmm field):
854
unsigned char
VEX_5M
= 0x1;
893
VEX_5M
= 0x2;
896
VEX_5M
= 0x3;
900
VEX_5M
= 0x2;
[
all
...]
Completed in 38 milliseconds