Home
last modified time | relevance | path

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

/qemu/target/hexagon/mmvec/
H A Dmacros.h290 gen_vreg_store(ctx, EA, SRC##_off, insn->slot, true)
302 gen_vreg_store(ctx, EA, SRC##_off, insn->slot, false)
/qemu/target/hexagon/
H A Dgen_tcg_hvx.h711 gen_vreg_store(ctx, EA, OsN_off, insn->slot, true); \
748 gen_vreg_store(ctx, EA, SRCOFF, insn->slot, ALIGN); \
H A Dgenptr.c1246 static void gen_vreg_store(DisasContext *ctx, TCGv EA, intptr_t srcoff, in gen_vreg_store() function