Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1153 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
1214 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
1276 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
1367 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1609 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1921 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
2280 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
2330 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBIPSPImm()
2383 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPImm()
5964 ALUWritePC(result); in EmulateADR()
[all …]
H A DEmulateInstructionARM.h172 bool ALUWritePC(Context &context, uint32_t addr);