Home
last modified time | relevance | path

Searched refs:EmulateSUBSPcLrEtc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1326 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateMOVRdRm()
1428 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateMOVRdImm()
1637 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateMVNImm()
2430 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateSUBSPImm()
5821 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateADCImm()
5900 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateADCReg()
6046 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateANDImm()
6127 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateANDReg()
6210 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateBICImm()
6291 return EmulateSUBSPcLrEtc(opcode, encoding); in EmulateBICReg()
[all …]
H A DEmulateInstructionARM.h771 bool EmulateSUBSPcLrEtc(const uint32_t opcode, const ARMEncoding encoding);