Searched refs:ARMV6_ABOVE (Results 1 – 1 of 1) sorted by relevance
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 149 #define ARMV6_ABOVE (ARMv6|ARMv6K|ARMv6T2|ARMv7|ARMv7S|ARMv8) macro 12459 …{ 0x0ff00ff0, 0x01800f90, ARMV6_ABOVE, eEncodingA1, No_VFP, eSize32, &EmulateInstructionARM::Emu… in GetARMOpcodeForInstruction() 12474 …{ 0x0fff00f0, 0x06af00f0, ARMV6_ABOVE, eEncodingA1, No_VFP, eSize32, &EmulateInstructionARM::Emul… in GetARMOpcodeForInstruction() 12475 …{ 0x0fff00f0, 0x06bf0070, ARMV6_ABOVE, eEncodingA1, No_VFP, eSize32, &EmulateInstructionARM::Emul… in GetARMOpcodeForInstruction() 12476 …{ 0x0fff00f0, 0x06ef0070, ARMV6_ABOVE, eEncodingA1, No_VFP, eSize32, &EmulateInstructionARM::Emul… in GetARMOpcodeForInstruction() 12477 …{ 0x0fff00f0, 0x06ff0070, ARMV6_ABOVE, eEncodingA1, No_VFP, eSize32, &EmulateInstructionARM::Emul… in GetARMOpcodeForInstruction() 12478 …{ 0xfe500000, 0xf8100000, ARMV6_ABOVE, eEncodingA1, No_VFP, eSize32, &EmulateInstructionARM::Emul… in GetARMOpcodeForInstruction() 12797 …{ 0xffffffc0, 0x0000b240, ARMV6_ABOVE, eEncodingT1, No_VFP, eSize16, &EmulateInstructionARM::Emu… in GetThumbOpcodeForInstruction() 12798 …{ 0xfffff080, 0xfa4ff080, ARMV6_ABOVE, eEncodingT2, No_VFP, eSize32, &EmulateInstructionARM::Emu… in GetThumbOpcodeForInstruction() 12799 …{ 0xffffffc0, 0x0000b200, ARMV6_ABOVE, eEncodingT1, No_VFP, eSize16, &EmulateInstructionARM::Emu… in GetThumbOpcodeForInstruction() [all …]
|