Home
last modified time | relevance | path

Searched refs:gen_vreg_masked_store (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h294 gen_vreg_masked_store(ctx, EA, SRC##_off, MASK##_off, insn->slot, false)
298 gen_vreg_masked_store(ctx, EA, SRC##_off, MASK##_off, insn->slot, true)
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1273 static void gen_vreg_masked_store(DisasContext *ctx, TCGv EA, intptr_t srcoff, in gen_vreg_masked_store() function