Home
last modified time | relevance | path

Searched refs:spacing (Results 1 – 6 of 6) sorted by relevance

/qemu/scripts/coccinelle/
H A Ddevice-reset.cocci9 // --keep-comments --smpl-spacing --in-place --include-headers --dir hw
H A Dcpu-reset.cocci8 // --keep-comments --smpl-spacing --in-place --include-headers --dir target
H A Dreset-type.cocci11 // --keep-comments --smpl-spacing --in-place --include-headers \
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1133 uint32_t spacing = (env->CP0_IntCtl >> CP0IntCtl_VS) & 0x1f; in mips_cpu_do_interrupt() local
1135 if ((env->CP0_Status & (1 << CP0St_BEV)) || spacing == 0) { in mips_cpu_do_interrupt()
1158 offset = 0x200 + (vector * (spacing << 5)); in mips_cpu_do_interrupt()
/qemu/target/arm/tcg/
H A Dtranslate-neon.c433 int spacing; member
469 int nregs, interleave, spacing, reg, n; in trans_VLDST_multiple() local
504 spacing = neon_ls_element_type[a->itype].spacing; in trans_VLDST_multiple()
505 if (size == 3 && (interleave | spacing) != 1) { in trans_VLDST_multiple()
547 int tt = a->vd + reg + spacing * xs; in trans_VLDST_multiple()
/qemu/scripts/
H A Dcheckpatch.pl2460 my $spacing = $1;
2477 } elsif ($spacing !~ /\s+/) {