Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc13 tcg_gen_addi_ptr(r, tcg_env, avr_full_offset(reg));
29 tcg_gen_ld_i128(dst, tcg_env, avr_full_offset(regno));
34 tcg_gen_st_i128(src, tcg_env, avr_full_offset(regno));
136 bofs = avr_full_offset(rB(ctx->opcode));
210 avr_full_offset(rD(ctx->opcode)), \
211 avr_full_offset(rA(ctx->opcode)), \
212 avr_full_offset(rB(ctx->opcode)), \
686 gen_gvec(vece, avr_full_offset(a->vrt), avr_full_offset(a->vra),
687 avr_full_offset(a->vrb), 16, 16);
817 tcg_gen_gvec_3(avr_full_offset(a->vrt), avr_full_offset(a->vra),
[all …]
/openbmc/qemu/target/ppc/
H A Dcpu.h2969 static inline int avr_full_offset(int i) in avr_full_offset() function
2976 return (ppc_avr_t *)((uintptr_t)env + avr_full_offset(i)); in cpu_avr_ptr()