Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1151 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
1212 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
1274 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
1365 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1607 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1919 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
2277 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
2327 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBIPSPImm()
2380 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPImm()
5942 ALUWritePC(result); in EmulateADR()
[all …]
H A DEmulateInstructionARM.h169 bool ALUWritePC(Context &context, uint32_t addr);