Home
last modified time | relevance | path

Searched refs:LIBC_INLINE_ASM (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/i386/
H A Dsyscall.h19 LIBC_INLINE_ASM("int $128" : "=a"(ret) : "a"(num) : "memory"); in syscall_impl()
25 LIBC_INLINE_ASM("int $128" : "=a"(ret) : "a"(num), "b"(arg1) : "memory"); in syscall_impl()
31 LIBC_INLINE_ASM("int $128" in syscall_impl()
40 LIBC_INLINE_ASM("int $128" in syscall_impl()
50 LIBC_INLINE_ASM("int $128" in syscall_impl()
60 LIBC_INLINE_ASM("int $128" in syscall_impl()
71 LIBC_INLINE_ASM(R"( in syscall_impl()
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/x86_64/
H A Dsyscall.h21 LIBC_INLINE_ASM("syscall" in syscall_impl()
30 LIBC_INLINE_ASM("syscall" in syscall_impl()
39 LIBC_INLINE_ASM("syscall" in syscall_impl()
49 LIBC_INLINE_ASM("syscall" in syscall_impl()
60 LIBC_INLINE_ASM("syscall" in syscall_impl()
73 LIBC_INLINE_ASM("syscall" in syscall_impl()
88 LIBC_INLINE_ASM("syscall" in syscall_impl()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h39 LIBC_INLINE_ASM("frrm %0\n\t" : "=r"(rm)); in get_frm()
44 LIBC_INLINE_ASM("fsrm %0, %0\n\t" : "+r"(rm)); in set_frm()
49 LIBC_INLINE_ASM("frflags %0\n\t" : "=r"(flags)); in get_fflags()
54 LIBC_INLINE_ASM("fsflags %0, %0\n\t" : "+r"(flags)); in set_fflags()
59 LIBC_INLINE_ASM("frcsr %0\n\t" : "=r"(fcsr)); in get_fcsr()
64 LIBC_INLINE_ASM("fscsr %0, %0\n\t" : "+r"(fcsr)); in set_fcsr()
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/arm/
H A Dsyscall.h19 LIBC_INLINE_ASM(R"(
31 LIBC_INLINE_ASM("svc 0" : "=r"(r0) : input_constraint : "memory", "cc")
/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dsleep.h21 LIBC_INLINE_ASM("nanosleep.u32 64;" ::: "memory"); in sleep_briefly()
/freebsd/contrib/llvm-project/libc/src/__support/macros/
H A Dattributes.h28 #define LIBC_INLINE_ASM __asm__ __volatile__ macro
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/riscv/
H A Dsyscall.h44 LIBC_INLINE_ASM("ecall\n\t" : "=r"(a0) : input_constraint : "memory")
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/darwin/aarch64/
H A Dsyscall.h46 LIBC_INLINE_ASM("svc 0x80" : "=r"(x0) : input_constraint : "memory", "cc")
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/aarch64/
H A Dsyscall.h44 LIBC_INLINE_ASM("svc 0" : "=r"(x0) : input_constraint : "memory", "cc")