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
547
insn->vectorExtensionType =
TYPE_VEX_2B
;
552
if (insn->vectorExtensionType ==
TYPE_VEX_2B
) {
720
} else if (insn->vectorExtensionType ==
TYPE_VEX_2B
) {
928
} else if (insn->vectorExtensionType ==
TYPE_VEX_2B
) {
[
all
...]
X86DisassemblerDecoder.h
486
TYPE_VEX_2B
= 0x1,
Completed in 50 milliseconds