Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h160 void CPSRWriteByInstr(uint32_t value, uint32_t bytemask,
H A DEmulateInstructionARM.cpp8685 CPSRWriteByInstr(MemA[address+4,4], '1111', TRUE); in EmulateRFE()
8788 CPSRWriteByInstr(data, 15, true); in EmulateRFE()
12677 CPSRWriteByInstr(SPSR[], '1111', TRUE); in EmulateSUBSPcLrEtc()
12827 CPSRWriteByInstr(spsr, 15, true); in EmulateSUBSPcLrEtc()
14023 void EmulateInstructionARM::CPSRWriteByInstr(uint32_t value, uint32_t bytemask, in CPSRWriteByInstr() function in EmulateInstructionARM