Home
last modified time | relevance | path

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

/freebsd/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()
1668 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNReg()
1836 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPImm()
1919 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
1948 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPRm()
2277 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
[all …]
H A DEmulateInstructionARM.h169 bool ALUWritePC(Context &context, uint32_t addr);