Searched defs:CPSRWriteByInstr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 149 milliseconds