Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/mmvec/
H A Dsystem_ext_mmvec.c29 memcpy(&env->vstore[slot].data.ub[0], &env->tmp_VRegs[0], size); in mem_gather_store()
H A Dmacros.h171 env->tmp_VRegs[0].ub[ELEMENT_SIZE * IDX + i0] = B; \
/openbmc/qemu/target/hexagon/
H A Dop_helper.c1327 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1342 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1360 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1375 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1392 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1407 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1424 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1439 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1456 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1473 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
H A Dcpu.h98 MMVector tmp_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16); member
H A Dtranslate.c103 return offsetof(CPUHexagonState, tmp_VRegs[i]); in ctx_tmp_vreg_off()
108 offset = offsetof(CPUHexagonState, tmp_VRegs[ctx->tmp_vregs_idx]); in ctx_tmp_vreg_off()
H A DREADME279 tmp_VRegs Temporary registers *not* stored during commit
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def339 THREAD2STRUCT->tmp_VRegs[0].ub[ELEMENT_SIZE*IDX+i0] = B;