Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dvxeh2_vlstr.c99 int ix; in main() local
125 for (ix = 0; ix < 4; ix++) { in main()
126 if (vd.w[ix] != (ix != 1 ? 0 : 0xBEAD0BCE)) { in main()
132 for (ix = 0; ix < 8; ix++) { in main()
133 if (0xAD0B != vd.h[ix]) { in main()
H A Dvxeh2_vs.c73 for (int ix = 0; ix < 16; ix++) { in main() local
74 vsi.b[ix] = (1 + (5 ^ ~ix)) & 7; in main()
/qemu/hw/display/
H A Dblizzard.c57 int ix[2]; member
172 s->ix[1] < s->ix[0] || s->iy[1] < s->iy[0]) in blizzard_transfer_setup()
177 s->data.x = s->ix[0]; in blizzard_transfer_setup()
179 s->data.dx = s->ix[1] - s->ix[0] + 1; in blizzard_transfer_setup()
221 s->ix[0] = 0; in blizzard_reset()
222 s->ix[1] = 0; in blizzard_reset()
652 s->ix[0] &= 0x300; in blizzard_reg_write()
656 s->ix[0] &= 0x0ff; in blizzard_reg_write()
668 s->ix[1] &= 0x300; in blizzard_reg_write()
672 s->ix[1] &= 0x0ff; in blizzard_reg_write()
[all …]
/qemu/target/ppc/
H A Dinsn64.decode42 &8RR_D_IX xt ix si
44 ...... ..... ... ix:1 . ................ \
/qemu/scripts/
H A Dkernel-doc1911 for (my $ix = 0; $ix < $len; $ix++) {
1912 if (substr($prototype, $ix, 1) eq ',') {
1915 substr($prototype, $ix, 1) = ' ';
/qemu/tcg/
H A Dtcg.c2676 unsigned ix = get_mmuidx(oi); in tcg_dump_ops() local
2686 s_at, s_al, s_op, ix); in tcg_dump_ops()
2689 col += ne_fprintf(f, ",$0x%x,%u", mop, ix); in tcg_dump_ops()
/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc1732 offsetof(CPUPPCState, vsr[a->xt].VsrW(0 + a->ix)));
1734 offsetof(CPUPPCState, vsr[a->xt].VsrW(2 + a->ix)));