Home
last modified time | relevance | path

Searched refs:future_VRegs (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dcpu.h97 MMVector future_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16); member
H A Dtranslate.c81 return offsetof(CPUHexagonState, future_VRegs[i]); in ctx_future_vreg_off()
86 offset = offsetof(CPUHexagonState, future_VRegs[ctx->future_vregs_idx]); in ctx_future_vreg_off()
H A DREADME278 future_VRegs Registers to be stored during packet commit
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def197 …((THREAD2STRUCT->VRegs_updated & (((VRegMask)1)<<VNUM)) ? THREAD2STRUCT->future_VRegs[VNUM] : mmve…