OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_VEX_2B
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp
554
insn->vectorExtensionType =
TYPE_VEX_2B
;
560
if (insn->vectorExtensionType ==
TYPE_VEX_2B
) {
736
else if (insn->vectorExtensionType ==
TYPE_VEX_2B
) {
931
else if (insn->vectorExtensionType ==
TYPE_VEX_2B
) {
[
all
...]
X86DisassemblerDecoder.h
471
TYPE_VEX_2B
= 0x1,
Completed in 72 milliseconds