Searched refs:ix (Results 1 – 6 of 6) sorted by relevance
/qemu/tests/tcg/s390x/ |
H A D | vxeh2_vlstr.c | 99 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 D | vxeh2_vs.c | 73 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 D | insn64.decode | 42 &8RR_D_IX xt ix si 44 ...... ..... ... ix:1 . ................ \
|
/qemu/scripts/ |
H A D | kernel-doc | 1911 for (my $ix = 0; $ix < $len; $ix++) { 1912 if (substr($prototype, $ix, 1) eq ',') { 1915 substr($prototype, $ix, 1) = ' ';
|
/qemu/tcg/ |
H A D | tcg.c | 3043 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 D | vsx-impl.c.inc | 1696 offsetof(CPUPPCState, vsr[a->xt].VsrW(0 + a->ix))); 1698 offsetof(CPUPPCState, vsr[a->xt].VsrW(2 + a->ix)));
|