Searched refs:gen_vreg_load (Results 1 – 3 of 3) sorted by relevance
/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 283 #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 D | gen_tcg_hvx.h | 583 gen_vreg_load(ctx, DSTOFF, EA, true); \
|
H A D | genptr.c | 1232 static void gen_vreg_load(DisasContext *ctx, intptr_t dstoff, TCGv src, in gen_vreg_load() function
|