Home
last modified time | relevance | path

Searched refs:VRegs (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dgdbstub.c83 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] = ldtul_p(mem_buf); in gdb_put_vreg()
H A Dop_helper.c1351 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()
1400 env->VRegs[vindex].uh[elindex] = in HELPER()
1416 env->VRegs[vindex].uh[elindex] = in HELPER()
1432 env->VRegs[vindex].uw[elindex] = in HELPER()
1433 env->VRegs[vindex].uw[elindex] + weight; in HELPER()
1448 env->VRegs[vindex].uw[elindex] = in HELPER()
1465 env->VRegs[vindex].uw[elindex] = in HELPER()
[all …]
H A Dcpu.c126 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 Dcpu.h96 MMVector VRegs[NUM_VREGS] QEMU_ALIGNED(16); member
H A Dtranslate.c75 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 DREADME277 VRegs Vector registers
H A Dgenptr.c1188 intptr_t offset = offsetof(CPUHexagonState, VRegs[num]); in vreg_src_off()