Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1163 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
1224 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
1286 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
1375 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1617 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1929 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
2288 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
2338 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBIPSPImm()
2391 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPImm()
5972 ALUWritePC(result); in EmulateADR()
[all …]
H A DEmulateInstructionARM.h173 bool ALUWritePC(Context &context, uint32_t addr);