Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp29 bool EmulationStateARM::StorePseudoRegisterValue(uint32_t reg_num, in StorePseudoRegisterValue() function in EmulationStateARM
213 return pseudo_state->StorePseudoRegisterValue(dwarf_reg_num, in WritePseudoRegister()
272 StorePseudoRegisterValue(first_reg + i, reg_value); in LoadRegistersStateFromDictionary()
334 StorePseudoRegisterValue(dwarf_cpsr, value_sp->GetUInt64Value()); in LoadStateFromDictionary()
H A DEmulationStateARM.h23 bool StorePseudoRegisterValue(uint32_t reg_num, uint64_t value);