reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/Disassembler/ARMDisassembler.cpp
 1070     NEONCryptoInsn &= 0xF0FFFFFF; // Clear bits 27-24
 1071     NEONCryptoInsn |= (NEONCryptoInsn & 0x10000000) >> 4; // Move bit 28 to bit 24
 1071     NEONCryptoInsn |= (NEONCryptoInsn & 0x10000000) >> 4; // Move bit 28 to bit 24
 1072     NEONCryptoInsn |= 0x12000000; // Set bits 28 and 25
 1073     Result = decodeInstruction(DecoderTablev8Crypto32, MI, NEONCryptoInsn,