Searched refs:MemUWrite (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.h | 328 MemUWrite (EmulateInstruction::Context &context, in MemUWrite() function
|
D | EmulateInstructionARM.cpp | 1958 if (!MemUWrite (context, addr, reg_value, addr_byte_size)) in EmulateSTRRtSP() 1966 if (!MemUWrite (context, addr, pc, addr_byte_size)) in EmulateSTRRtSP() 4702 if (!MemUWrite (context, address, data, addr_byte_size)) in EmulateSTRThumb() 4894 if (!MemUWrite (context, address, data, addr_byte_size)) in EmulateSTRRegister() 5033 if (!MemUWrite (context, address, data, 1)) in EmulateSTRBThumb() 5208 if (!MemUWrite (context, address, Bits32 (Rt, 15, 0), 2)) in EmulateSTRHRegister() 9940 if (!MemUWrite (context, address, Bits32 (Rt, 7, 0), 1)) in EmulateSTRBImmARM() 10041 if (!MemUWrite (context, address, pc_value, addr_byte_size)) in EmulateSTRImmARM() 10046 if (!MemUWrite (context, address, Rt, addr_byte_size)) in EmulateSTRImmARM() 11765 if (!MemUWrite (context, address, word, ebytes)) in EmulateVST1Multiple() [all …]
|