Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 6 of 6) 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/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.c3043 unsigned ix = get_mmuidx(oi); in tcg_dump_ops() local
3053 s_at, s_al, s_op, ix); in tcg_dump_ops()
3056 col += ne_fprintf(f, ",$0x%x,%u", mop, ix); in tcg_dump_ops()
/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc1696 offsetof(CPUPPCState, vsr[a->xt].VsrW(0 + a->ix)));
1698 offsetof(CPUPPCState, vsr[a->xt].VsrW(2 + a->ix)));