Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dtranslate.c101 for (int i = 0; i < ctx->tmp_vregs_idx; i++) { in ctx_tmp_vreg_off()
108 offset = offsetof(CPUHexagonState, tmp_VRegs[ctx->tmp_vregs_idx]); in ctx_tmp_vreg_off()
110 ctx->tmp_vregs_num[ctx->tmp_vregs_idx + i] = regnum++; in ctx_tmp_vreg_off()
112 ctx->tmp_vregs_idx += num; in ctx_tmp_vreg_off()
113 g_assert(ctx->tmp_vregs_idx <= VECTOR_TEMPS_MAX); in ctx_tmp_vreg_off()
438 ctx->tmp_vregs_idx = 0; in gen_start_packet()
H A Dtranslate.h49 int tmp_vregs_idx; member
H A Dgen_tcg_hvx.h40 g_assert(ctx->tmp_vregs_idx == 1); in assert_vhist_tmp()