Lines Matching refs:ebytes

11884                 Elem[D[d+r],e,esize] = MemU[address,ebytes];  in EmulateVLD1Multiple()
11885 address = address + ebytes; in EmulateVLD1Multiple()
11893 uint32_t ebytes; in EmulateVLD1Multiple() local
11947 ebytes = 1 << Bits32(opcode, 7, 6); in EmulateVLD1Multiple()
11948 esize = 8 * ebytes; in EmulateVLD1Multiple()
11949 elements = 8 / ebytes; in EmulateVLD1Multiple()
12012 uint64_t data = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1Multiple()
12021 address = address + ebytes; in EmulateVLD1Multiple()
12039 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1Single()
12040 Elem[D[d],index,esize] = MemU[address,ebytes]; in EmulateVLD1Single()
12046 uint32_t ebytes; in EmulateVLD1Single() local
12072 ebytes = 1; in EmulateVLD1Single()
12083 ebytes = 2; in EmulateVLD1Single()
12105 ebytes = 4; in EmulateVLD1Single()
12160 offset = ebytes; in EmulateVLD1Single()
12219 MemU[address,ebytes] = Elem[D[d+r],e,esize]; in EmulateVST1Multiple()
12220 address = address + ebytes; in EmulateVST1Multiple()
12228 uint32_t ebytes; in EmulateVST1Multiple() local
12276 ebytes = 1 << Bits32(opcode, 7, 6); in EmulateVST1Multiple()
12277 esize = 8 * ebytes; in EmulateVST1Multiple()
12278 elements = 8 / ebytes; in EmulateVST1Multiple()
12353 if (!MemUWrite(context, address, word, ebytes)) in EmulateVST1Multiple()
12357 address = address + ebytes; in EmulateVST1Multiple()
12372 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVST1Single()
12373 MemU[address,ebytes] = Elem[D[d],index,esize]; in EmulateVST1Single()
12379 uint32_t ebytes; in EmulateVST1Single() local
12406 ebytes = 1; in EmulateVST1Single()
12417 ebytes = 2; in EmulateVST1Single()
12439 ebytes = 4; in EmulateVST1Single()
12493 offset = ebytes; in EmulateVST1Single()
12517 if (!MemUWrite(context, address, word, ebytes)) in EmulateVST1Single()
12531 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1SingleAll()
12532 replicated_element = Replicate(MemU[address,ebytes], elements); in EmulateVLD1SingleAll()
12540 uint32_t ebytes; in EmulateVLD1SingleAll() local
12560 ebytes = 1 << size; in EmulateVLD1SingleAll()
12561 elements = 8 / ebytes; in EmulateVLD1SingleAll()
12571 alignment = ebytes; in EmulateVLD1SingleAll()
12618 offset = ebytes; in EmulateVLD1SingleAll()
12631 uint64_t word = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1SingleAll()
12636 uint32_t esize = ebytes * 8; in EmulateVLD1SingleAll()