Searched refs:LIBC_INLINE_ASM (Results 1 – 9 of 9) sorted by relevance
19 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()
21 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()
39 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()
19 LIBC_INLINE_ASM(R"(31 LIBC_INLINE_ASM("svc 0" : "=r"(r0) : input_constraint : "memory", "cc")
21 LIBC_INLINE_ASM("nanosleep.u32 64;" ::: "memory"); in sleep_briefly()
28 #define LIBC_INLINE_ASM __asm__ __volatile__ macro
44 LIBC_INLINE_ASM("ecall\n\t" : "=r"(a0) : input_constraint : "memory")
46 LIBC_INLINE_ASM("svc 0x80" : "=r"(x0) : input_constraint : "memory", "cc")
44 LIBC_INLINE_ASM("svc 0" : "=r"(x0) : input_constraint : "memory", "cc")