Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h203 CPSRWriteByInstr (uint32_t value, uint32_t bytemask, bool affect_execstate);
DEmulateInstructionARM.cpp8115 CPSRWriteByInstr(MemA[address+4,4], '1111', TRUE); in EmulateRFE()
8218 CPSRWriteByInstr (data, 15, true); in EmulateRFE()
12094 CPSRWriteByInstr(SPSR[], �1111�, TRUE); in EmulateSUBSPcLrEtc()
12247 CPSRWriteByInstr (spsr, 15, true); in EmulateSUBSPcLrEtc()
13093 EmulateInstructionARM::CPSRWriteByInstr (uint32_t value, uint32_t bytemask, bool affect_execstate) in CPSRWriteByInstr() function in EmulateInstructionARM