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

/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp496 bool IndexIs256 = (Opcode == X86::VGATHERQPDYrm || local
510 if (IndexIs128 || IndexIs256 || IndexIs512) {
514 IndexIs256 ? SIB_INDEX_YMM0 : SIB_INDEX_XMM0;

Completed in 82 milliseconds