Home
last modified time | relevance | path

Searched refs:VECTOR_TEMPS_MAX (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dcpu.h69 #define VECTOR_TEMPS_MAX 4 macro
97 MMVector future_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16);
98 MMVector tmp_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16);
H A Dtranslate.h48 int future_vregs_num[VECTOR_TEMPS_MAX];
50 int tmp_vregs_num[VECTOR_TEMPS_MAX];
H A Dtranslate.c91 g_assert(ctx->future_vregs_idx <= VECTOR_TEMPS_MAX); in ctx_future_vreg_off()
113 g_assert(ctx->tmp_vregs_idx <= VECTOR_TEMPS_MAX); in ctx_tmp_vreg_off()