HomeSort by: relevance | last modified time | path
    Searched refs:asm (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_syscall_linux_aarch64.inc 17 register u64 x8 asm("x8") = nr;
18 register u64 x0 asm("x0");
19 asm volatile("svc 0"
29 register u64 x8 asm("x8") = nr;
30 register u64 x0 asm("x0") = arg1;
31 asm volatile("svc 0"
41 register u64 x8 asm("x8") = nr;
42 register u64 x0 asm("x0") = arg1;
43 register u64 x1 asm("x1") = arg2;
44 asm volatile("svc 0
    [all...]
sanitizer_syscall_linux_arm.inc 17 register u32 r8 asm("r7") = nr;
18 register u32 r0 asm("r0");
19 asm volatile("swi #0"
29 register u32 r8 asm("r7") = nr;
30 register u32 r0 asm("r0") = arg1;
31 asm volatile("swi #0"
41 register u32 r8 asm("r7") = nr;
42 register u32 r0 asm("r0") = arg1;
43 register u32 r1 asm("r1") = arg2;
44 asm volatile("swi #0
    [all...]
sanitizer_syscall_linux_x86_64.inc 18 asm volatile("syscall" : "=a"(retval) : "a"(nr) : "rcx", "r11",
26 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) :
34 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
42 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
50 asm volatile("mov %5, %%r10;"
61 asm volatile("mov %5, %%r10;"
74 asm volatile("mov %5, %%r10;"
  /src/tests/share/examples/
t_asm.sh 31 # Verifies if a particular asm example is implemented for the current
33 # of the examples/asm/ subtree that includes the code for the example
41 local implemented=$(cd /usr/share/examples/asm/${name}/ && \
56 cp /usr/share/examples/asm/${name}/* .
61 atf_set "descr" "Builds, runs and validates the 'hello' asm example"
62 atf_set "require.files" "/usr/share/examples/asm/hello/"
  /src/share/examples/asm/
Makefile 9 FILESDIR= /usr/share/examples/asm
  /src/share/examples/
Makefile 3 SUBDIR= amd apm asm devpubd disktab emul fstab ftpd getdate hostapd \
  /src/usr.sbin/cpuctl/
Makefile 18 .if exists(${.CURDIR}/arch/${MACHINE_ARCH}-asm.S)
19 SRCS+= ${MACHINE_ARCH}-asm.S
  /src/share/examples/asm/hello/
Makefile 7 FILESDIR= /usr/share/examples/asm/hello
  /src/sys/arch/luna68k/dev/xplx/
Makefile 7 ZASM?= zasm # see "used language" comments in xplx.asm
12 xplx.rom xplx.lst: xplx.asm
13 ${ZASM} -uwy xplx.asm || (rm -f xplx.rom xplx.lst ; exit 1)
  /src/sys/arch/aarch64/include/
Makefile 5 INCS= ansi.h aout_machdep.h armreg.h asm.h \
  /src/sys/arch/algor/include/
Makefile 5 INCS= ansi.h asm.h autoconf.h \
  /src/sys/arch/alpha/include/
Makefile 5 INCS= alpha_cpu.h ansi.h aout_machdep.h asm.h autoconf.h \
  /src/sys/arch/amiga/include/
Makefile 5 INCS= ansi.h aout_machdep.h asm.h \
  /src/sys/arch/arc/include/
Makefile 7 INCS= ansi.h asm.h \
  /src/sys/arch/arm/include/
Makefile 5 INCS= aeabi.h ansi.h aout_machdep.h apmvar.h armreg.h asm.h \
  /src/sys/arch/atari/include/
Makefile 5 INCS= ahdilabel.h ansi.h aout_machdep.h asm.h \
  /src/sys/arch/cesfic/include/
Makefile 5 INCS= ansi.h aout_machdep.h asm.h \
  /src/sys/arch/cobalt/include/
Makefile 5 INCS= ansi.h asm.h autoconf.h \
  /src/sys/arch/dreamcast/include/
Makefile 5 INCS= ansi.h aout_machdep.h asm.h \
  /src/sys/arch/emips/include/
Makefile 5 INCS= ansi.h asm.h autoconf.h \
  /src/sys/arch/evbcf/include/
Makefile 5 INCS= ansi.h aout_machdep.h asm.h autoconf.h \
  /src/sys/arch/evbmips/include/
Makefile 5 INCS= ansi.h asm.h \
  /src/sys/arch/evbsh3/include/
Makefile 5 INCS= ansi.h aout_machdep.h asm.h \
  /src/sys/arch/ews4800mips/include/
Makefile 5 INCS= ansi.h aout_machdep.h asm.h \
  /src/sys/arch/hp300/include/
Makefile 5 INCS= ansi.h aout_machdep.h asm.h \

Completed in 27 milliseconds

1 2 3