Home
last modified time | relevance | path

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

/qemu/target/hexagon/mmvec/
H A Dmacros.h283 #define fLOADMMV(EA, DST) gen_vreg_load(ctx, DST##_off, EA, true)
286 #define fLOADMMVU(EA, DST) gen_vreg_load(ctx, DST##_off, EA, false)
/qemu/target/hexagon/
H A Dgen_tcg_hvx.h583 gen_vreg_load(ctx, DSTOFF, EA, true); \
H A Dgenptr.c1232 static void gen_vreg_load(DisasContext *ctx, intptr_t dstoff, TCGv src, in gen_vreg_load() function