Lines Matching refs:ebytes

11889                 Elem[D[d+r],e,esize] = MemU[address,ebytes];  in EmulateVLD1Multiple()
11890 address = address + ebytes; in EmulateVLD1Multiple()
11898 uint32_t ebytes; in EmulateVLD1Multiple() local
11952 ebytes = 1 << Bits32(opcode, 7, 6); in EmulateVLD1Multiple()
11953 esize = 8 * ebytes; in EmulateVLD1Multiple()
11954 elements = 8 / ebytes; in EmulateVLD1Multiple()
12017 uint64_t data = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1Multiple()
12026 address = address + ebytes; in EmulateVLD1Multiple()
12044 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1Single()
12045 Elem[D[d],index,esize] = MemU[address,ebytes]; in EmulateVLD1Single()
12051 uint32_t ebytes; in EmulateVLD1Single() local
12077 ebytes = 1; in EmulateVLD1Single()
12088 ebytes = 2; in EmulateVLD1Single()
12110 ebytes = 4; in EmulateVLD1Single()
12165 offset = ebytes; in EmulateVLD1Single()
12224 MemU[address,ebytes] = Elem[D[d+r],e,esize]; in EmulateVST1Multiple()
12225 address = address + ebytes; in EmulateVST1Multiple()
12233 uint32_t ebytes; in EmulateVST1Multiple() local
12281 ebytes = 1 << Bits32(opcode, 7, 6); in EmulateVST1Multiple()
12282 esize = 8 * ebytes; in EmulateVST1Multiple()
12283 elements = 8 / ebytes; in EmulateVST1Multiple()
12358 if (!MemUWrite(context, address, word, ebytes)) in EmulateVST1Multiple()
12362 address = address + ebytes; in EmulateVST1Multiple()
12377 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVST1Single()
12378 MemU[address,ebytes] = Elem[D[d],index,esize]; in EmulateVST1Single()
12384 uint32_t ebytes; in EmulateVST1Single() local
12411 ebytes = 1; in EmulateVST1Single()
12422 ebytes = 2; in EmulateVST1Single()
12444 ebytes = 4; in EmulateVST1Single()
12498 offset = ebytes; in EmulateVST1Single()
12522 if (!MemUWrite(context, address, word, ebytes)) in EmulateVST1Single()
12536 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1SingleAll()
12537 replicated_element = Replicate(MemU[address,ebytes], elements); in EmulateVLD1SingleAll()
12545 uint32_t ebytes; in EmulateVLD1SingleAll() local
12565 ebytes = 1 << size; in EmulateVLD1SingleAll()
12566 elements = 8 / ebytes; in EmulateVLD1SingleAll()
12576 alignment = ebytes; in EmulateVLD1SingleAll()
12623 offset = ebytes; in EmulateVLD1SingleAll()
12636 uint64_t word = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1SingleAll()
12641 uint32_t esize = ebytes * 8; in EmulateVLD1SingleAll()