Lines Matching refs:ebytes
11283 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()
11454 uint32_t ebytes; in EmulateVLD1Single() local
11482 ebytes = 1; in EmulateVLD1Single()
11494 ebytes = 2; in EmulateVLD1Single()
11515 ebytes = 4; in EmulateVLD1Single()
11572 offset = ebytes; in EmulateVLD1Single()
11625 MemU[address,ebytes] = Elem[D[d+r],e,esize]; in EmulateVST1Multiple()
11626 address = address + ebytes; in EmulateVST1Multiple()
11635 uint32_t ebytes; in EmulateVST1Multiple() local
11688 ebytes = 1 << Bits32 (opcode,7, 6); in EmulateVST1Multiple()
11689 esize = 8 * ebytes; in EmulateVST1Multiple()
11690 elements = 8 / ebytes; in EmulateVST1Multiple()
11765 if (!MemUWrite (context, address, word, ebytes)) in EmulateVST1Multiple()
11769 address = address + ebytes; in EmulateVST1Multiple()
11785 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVST1Single()
11786 MemU[address,ebytes] = Elem[D[d],index,esize]; in EmulateVST1Single()
11793 uint32_t ebytes; in EmulateVST1Single() local
11822 ebytes = 1; in EmulateVST1Single()
11834 ebytes = 2; in EmulateVST1Single()
11855 ebytes = 4; in EmulateVST1Single()
11911 offset = ebytes; in EmulateVST1Single()
11932 if (!MemUWrite (context, address, word, ebytes)) in EmulateVST1Single()
11947 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1SingleAll()
11948 replicated_element = Replicate(MemU[address,ebytes], elements); in EmulateVLD1SingleAll()
11957 uint32_t ebytes; in EmulateVLD1SingleAll() local
11978 ebytes = 1 << size; in EmulateVLD1SingleAll()
11979 elements = 8 / ebytes; in EmulateVLD1SingleAll()
11989 alignment = ebytes; in EmulateVLD1SingleAll()
12037 offset = ebytes; in EmulateVLD1SingleAll()
12049 uint64_t word = MemURead (context, address, ebytes, 0, &success); in EmulateVLD1SingleAll()
12054 uint32_t esize = ebytes * 8; in EmulateVLD1SingleAll()