Searched refs:CPSRWriteByInstr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.h | 160 void CPSRWriteByInstr(uint32_t value, uint32_t bytemask,
|
H A D | EmulateInstructionARM.cpp | 8665 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
|