OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_XOP
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp
579
insn->vectorExtensionType =
TYPE_XOP
;
586
if (insn->vectorExtensionType ==
TYPE_XOP
) {
720
} else if (insn->vectorExtensionType ==
TYPE_XOP
) {
940
} else if (insn->vectorExtensionType ==
TYPE_XOP
) {
[
all
...]
X86DisassemblerDecoder.h
496
TYPE_XOP
= 0x4
/external/capstone/arch/X86/
X86DisassemblerDecoder.c
810
insn->vectorExtensionType =
TYPE_XOP
;
817
if (insn->vectorExtensionType ==
TYPE_XOP
) {
967
} else if (insn->vectorExtensionType ==
TYPE_XOP
) {
[
all
...]
X86DisassemblerDecoder.h
512
TYPE_XOP
= 0x4
Completed in 77 milliseconds