Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp600 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
659 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
724 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
810 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1050 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1111 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNReg()
1287 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPImm()
1338 if (!ALUWritePC (context, addr)) in EmulateADDSPImm()
1372 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPRm()
1697 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
[all …]
DEmulateInstructionARM.h215 ALUWritePC(Context &context, uint32_t addr);