Searched refs:VRegs (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | gdbstub.c | 83 for (i = 0; i < ARRAY_SIZE(env->VRegs[n].uw); i++) { in gdb_get_vreg() 84 total += gdb_get_regl(mem_buf, env->VRegs[n].uw[i]); in gdb_get_vreg() 119 for (i = 0; i < ARRAY_SIZE(env->VRegs[n].uw); i++) { in gdb_put_vreg() 120 env->VRegs[n].uw[i] = ldl_le_p(mem_buf); in gdb_put_vreg()
|
H A D | op_helper.c | 1335 env->VRegs[regno].uh[(sizeof(MMVector) / 16) * lane + element]++; in HELPER() 1351 env->VRegs[regno].uh[ in HELPER() 1368 env->VRegs[vindex].uh[elindex] = in HELPER() 1369 env->VRegs[vindex].uh[elindex] + weight; in HELPER() 1384 env->VRegs[vindex].uh[elindex] = in HELPER() 1385 env->VRegs[vindex].uh[elindex] + weight; in HELPER() 1400 env->VRegs[vindex].uh[elindex] = in HELPER() 1401 fVSATUH(env->VRegs[vindex].uh[elindex] + weight); in HELPER() 1416 env->VRegs[vindex].uh[elindex] = in HELPER() 1417 fVSATUH(env->VRegs[vindex].uh[elindex] + weight); in HELPER() [all …]
|
H A D | cpu.c | 126 if (env->VRegs[regnum].ub[i] != 0) { in print_vreg() 137 qemu_fprintf(f, "0x%02x", env->VRegs[regnum].ub[MAX_VEC_SIZE_BYTES - 1]); in print_vreg() 139 qemu_fprintf(f, ", 0x%02x", env->VRegs[regnum].ub[i]); in print_vreg()
|
H A D | cpu.h | 96 MMVector VRegs[NUM_VREGS] QEMU_ALIGNED(16); member
|
H A D | translate.c | 75 return offsetof(CPUHexagonState, VRegs[regnum]); in ctx_future_vreg_off() 521 intptr_t src_off = offsetof(CPUHexagonState, VRegs[i]); in gen_start_packet() 534 intptr_t src_off = offsetof(CPUHexagonState, VRegs[i]); in gen_start_packet() 801 intptr_t dstoff = offsetof(CPUHexagonState, VRegs[rnum]); in gen_commit_hvx()
|
H A D | README | 277 VRegs Vector registers
|
H A D | genptr.c | 1188 intptr_t offset = offsetof(CPUHexagonState, VRegs[num]); in vreg_src_off()
|