Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dcpu.h74 #define VECTOR_TEMPS_MAX 4 macro
96 MMVector future_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16);
97 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.c90 g_assert(ctx->future_vregs_idx <= VECTOR_TEMPS_MAX); in ctx_future_vreg_off()
112 g_assert(ctx->tmp_vregs_idx <= VECTOR_TEMPS_MAX); in ctx_tmp_vreg_off()