Home
last modified time | relevance | path

Searched refs:IndexIs256 (Results 1 – 2 of 2) sorted by relevance

/external/capstone/arch/X86/
DX86Disassembler.c367 bool IndexIs512, IndexIs128, IndexIs256; in translateRMMemory() local
413 IndexIs256 = ( in translateRMMemory()
438 if (IndexIs128 || IndexIs256 || IndexIs512) { in translateRMMemory()
442 IndexIs256 ? SIB_INDEX_YMM0 : SIB_INDEX_XMM0; in translateRMMemory()
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp761 bool IndexIs256 = (Opcode == X86::VGATHERQPDYrm || in translateRMMemory() local
775 if (IndexIs128 || IndexIs256 || IndexIs512) { in translateRMMemory()
779 IndexIs256 ? SIB_INDEX_YMM0 : SIB_INDEX_XMM0; in translateRMMemory()