Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp11283 Elem[D[d+r],e,esize] = MemU[address,ebytes]; in EmulateVLD1Multiple()
11284 address = address + ebytes; in EmulateVLD1Multiple()
11293 uint32_t ebytes; in EmulateVLD1Multiple() local
11353 ebytes = 1 << Bits32 (opcode, 7, 6); in EmulateVLD1Multiple()
11354 esize = 8 * ebytes; in EmulateVLD1Multiple()
11355 elements = 8 / ebytes; in EmulateVLD1Multiple()
11421 uint64_t data = MemURead (context, address, ebytes, 0, &success); in EmulateVLD1Multiple()
11428 address = address + ebytes; in EmulateVLD1Multiple()
11446 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1Single()
11447 Elem[D[d],index,esize] = MemU[address,ebytes]; in EmulateVLD1Single()
[all …]