Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dint_helper.c2955 void helper_vshasigmaw(ppc_avr_t *r, ppc_avr_t *a, uint32_t st_six) in helper_vshasigmaw() argument
2957 int st = (st_six & 0x10) != 0; in helper_vshasigmaw()
2958 int six = st_six & 0xF; in helper_vshasigmaw()
2986 void helper_vshasigmad(ppc_avr_t *r, ppc_avr_t *a, uint32_t st_six) in helper_vshasigmad() argument
2988 int st = (st_six & 0x10) != 0; in helper_vshasigmad()
2989 int six = st_six & 0xF; in helper_vshasigmad()
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc2635 TCGv_i32 st_six; \
2642 st_six = tcg_constant_i32(rB(ctx->opcode)); \
2643 gen_helper_##op(rd, ra, st_six); \