Searched refs:VECTOR_TEMPS_MAX (Results 1 – 3 of 3) sorted by relevance
69 #define VECTOR_TEMPS_MAX 4 macro97 MMVector future_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16);98 MMVector tmp_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16);
48 int future_vregs_num[VECTOR_TEMPS_MAX];50 int tmp_vregs_num[VECTOR_TEMPS_MAX];
91 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()