Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dop_helper.c1156 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1171 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1189 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1204 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1221 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1236 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1253 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1268 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1285 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
1302 MMVector *input = &env->tmp_VRegs[0]; in HELPER()
H A Dcpu.h97 MMVector tmp_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16); member
H A Dtranslate.c102 return offsetof(CPUHexagonState, tmp_VRegs[i]); in ctx_tmp_vreg_off()
107 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
/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.h173 env->tmp_VRegs[0].ub[ELEMENT_SIZE * IDX + i0] = B; \
/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def339 THREAD2STRUCT->tmp_VRegs[0].ub[ELEMENT_SIZE*IDX+i0] = B;