Searched refs:NEONCryptoInsn (Results 1 – 1 of 1) sorted by relevance
1231 uint32_t NEONCryptoInsn = Insn32; in getThumbInstruction() local1232 NEONCryptoInsn &= 0xF0FFFFFF; // Clear bits 27-24 in getThumbInstruction()1233 NEONCryptoInsn |= (NEONCryptoInsn & 0x10000000) >> 4; // Move bit 28 to bit 24 in getThumbInstruction()1234 NEONCryptoInsn |= 0x12000000; // Set bits 28 and 25 in getThumbInstruction()1235 Result = decodeInstruction(DecoderTablev8Crypto32, MI, NEONCryptoInsn, in getThumbInstruction()