Lines Matching refs:ebytes

11897                 Elem[D[d+r],e,esize] = MemU[address,ebytes];  in EmulateVLD1Multiple()
11898 address = address + ebytes; in EmulateVLD1Multiple()
11906 uint32_t ebytes; in EmulateVLD1Multiple() local
11960 ebytes = 1 << Bits32(opcode, 7, 6); in EmulateVLD1Multiple()
11961 esize = 8 * ebytes; in EmulateVLD1Multiple()
11962 elements = 8 / ebytes; in EmulateVLD1Multiple()
12025 uint64_t data = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1Multiple()
12034 address = address + ebytes; in EmulateVLD1Multiple()
12052 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1Single()
12053 Elem[D[d],index,esize] = MemU[address,ebytes]; in EmulateVLD1Single()
12059 uint32_t ebytes; in EmulateVLD1Single() local
12085 ebytes = 1; in EmulateVLD1Single()
12096 ebytes = 2; in EmulateVLD1Single()
12118 ebytes = 4; in EmulateVLD1Single()
12173 offset = ebytes; in EmulateVLD1Single()
12232 MemU[address,ebytes] = Elem[D[d+r],e,esize]; in EmulateVST1Multiple()
12233 address = address + ebytes; in EmulateVST1Multiple()
12241 uint32_t ebytes; in EmulateVST1Multiple() local
12289 ebytes = 1 << Bits32(opcode, 7, 6); in EmulateVST1Multiple()
12290 esize = 8 * ebytes; in EmulateVST1Multiple()
12291 elements = 8 / ebytes; in EmulateVST1Multiple()
12366 if (!MemUWrite(context, address, word, ebytes)) in EmulateVST1Multiple()
12370 address = address + ebytes; in EmulateVST1Multiple()
12385 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVST1Single()
12386 MemU[address,ebytes] = Elem[D[d],index,esize]; in EmulateVST1Single()
12392 uint32_t ebytes; in EmulateVST1Single() local
12419 ebytes = 1; in EmulateVST1Single()
12430 ebytes = 2; in EmulateVST1Single()
12452 ebytes = 4; in EmulateVST1Single()
12506 offset = ebytes; in EmulateVST1Single()
12530 if (!MemUWrite(context, address, word, ebytes)) in EmulateVST1Single()
12544 if wback then R[n] = R[n] + (if register_index then R[m] else ebytes); in EmulateVLD1SingleAll()
12545 replicated_element = Replicate(MemU[address,ebytes], elements); in EmulateVLD1SingleAll()
12553 uint32_t ebytes; in EmulateVLD1SingleAll() local
12573 ebytes = 1 << size; in EmulateVLD1SingleAll()
12574 elements = 8 / ebytes; in EmulateVLD1SingleAll()
12584 alignment = ebytes; in EmulateVLD1SingleAll()
12631 offset = ebytes; in EmulateVLD1SingleAll()
12644 uint64_t word = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1SingleAll()
12649 uint32_t esize = ebytes * 8; in EmulateVLD1SingleAll()