Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h160 void CPSRWriteByInstr(uint32_t value, uint32_t bytemask,
H A DEmulateInstructionARM.cpp8665 CPSRWriteByInstr(MemA[address+4,4], '1111', TRUE); in EmulateRFE()
8768 CPSRWriteByInstr(data, 15, true); in EmulateRFE()
12647 CPSRWriteByInstr(SPSR[], '1111', TRUE); in EmulateSUBSPcLrEtc()
12797 CPSRWriteByInstr(spsr, 15, true); in EmulateSUBSPcLrEtc()
13993 void EmulateInstructionARM::CPSRWriteByInstr(uint32_t value, uint32_t bytemask, in CPSRWriteByInstr() function in EmulateInstructionARM