OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_XOP
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp
582
insn->vectorExtensionType =
TYPE_XOP
;
589
if (insn->vectorExtensionType ==
TYPE_XOP
) {
723
} else if (insn->vectorExtensionType ==
TYPE_XOP
) {
943
} else if (insn->vectorExtensionType ==
TYPE_XOP
) {
[
all
...]
X86DisassemblerDecoder.h
489
TYPE_XOP
= 0x4
Completed in 218 milliseconds