Lines Matching refs:ebytes

11856                 Elem[D[d+r],e,esize] = MemU[address,ebytes];  in EmulateVLD1Multiple()
11857 address = address + ebytes; in EmulateVLD1Multiple()
11865 uint32_t ebytes; in EmulateVLD1Multiple() local
11919 ebytes = 1 << Bits32(opcode, 7, 6); in EmulateVLD1Multiple()
11920 esize = 8 * ebytes; in EmulateVLD1Multiple()
11921 elements = 8 / ebytes; in EmulateVLD1Multiple()
11984 uint64_t data = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1Multiple()
11993 address = address + ebytes; in EmulateVLD1Multiple()
12011 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1Single()
12012 Elem[D[d],index,esize] = MemU[address,ebytes]; in EmulateVLD1Single()
12018 uint32_t ebytes; in EmulateVLD1Single() local
12044 ebytes = 1; in EmulateVLD1Single()
12055 ebytes = 2; in EmulateVLD1Single()
12077 ebytes = 4; in EmulateVLD1Single()
12129 offset = ebytes; in EmulateVLD1Single()
12190 MemU[address,ebytes] = Elem[D[d+r],e,esize]; in EmulateVST1Multiple()
12191 address = address + ebytes; in EmulateVST1Multiple()
12199 uint32_t ebytes; in EmulateVST1Multiple() local
12247 ebytes = 1 << Bits32(opcode, 7, 6); in EmulateVST1Multiple()
12248 esize = 8 * ebytes; in EmulateVST1Multiple()
12249 elements = 8 / ebytes; in EmulateVST1Multiple()
12324 if (!MemUWrite(context, address, word, ebytes)) in EmulateVST1Multiple()
12328 address = address + ebytes; in EmulateVST1Multiple()
12343 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVST1Single()
12344 MemU[address,ebytes] = Elem[D[d],index,esize]; in EmulateVST1Single()
12350 uint32_t ebytes; in EmulateVST1Single() local
12377 ebytes = 1; in EmulateVST1Single()
12388 ebytes = 2; in EmulateVST1Single()
12410 ebytes = 4; in EmulateVST1Single()
12464 offset = ebytes; in EmulateVST1Single()
12488 if (!MemUWrite(context, address, word, ebytes)) in EmulateVST1Single()
12502 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1SingleAll()
12503 replicated_element = Replicate(MemU[address,ebytes], elements); in EmulateVLD1SingleAll()
12511 uint32_t ebytes; in EmulateVLD1SingleAll() local
12531 ebytes = 1 << size; in EmulateVLD1SingleAll()
12532 elements = 8 / ebytes; in EmulateVLD1SingleAll()
12542 alignment = ebytes; in EmulateVLD1SingleAll()
12586 offset = ebytes; in EmulateVLD1SingleAll()
12601 uint64_t word = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1SingleAll()
12606 uint32_t esize = ebytes * 8; in EmulateVLD1SingleAll()