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

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp827 uint32_t NEONCryptoInsn = Insn32; local
828 NEONCryptoInsn &= 0xF0FFFFFF; // Clear bits 27-24
829 NEONCryptoInsn |= (NEONCryptoInsn & 0x10000000) >> 4; // Move bit 28 to bit 24
830 NEONCryptoInsn |= 0x12000000; // Set bits 28 and 25
831 Result = decodeInstruction(DecoderTablev8Crypto32, MI, NEONCryptoInsn,

Completed in 46 milliseconds