Searched refs:NEONv8Insn (Results 1 – 1 of 1) sorted by relevance
1245 uint32_t NEONv8Insn = Insn32; in getThumbInstruction() local1246 NEONv8Insn &= 0xF3FFFFFF; // Clear bits 27-26 in getThumbInstruction()1247 Result = decodeInstruction(DecoderTablev8NEON32, MI, NEONv8Insn, Address, in getThumbInstruction()