Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1148 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
1209 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
1271 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
1362 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1604 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1916 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
2275 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
2325 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBIPSPImm()
2378 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPImm()
5959 ALUWritePC(result); in EmulateADR()
[all …]
H A DEmulateInstructionARM.h169 bool ALUWritePC(Context &context, uint32_t addr);