Home
last modified time | relevance | path

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

/third_party/musl/arch/i386/
Dsyscall_arch.h12 #define SYSCALL_INSNS_12 "xchg %%ebx,%%edx ; " SYSCALL_INSNS " ; xchg %%ebx,%%edx" macro
25 __asm__ __volatile__ (SYSCALL_INSNS_12 : "=a"(__ret) : "a"(n), "d"(a1) : "memory"); in __syscall1()
32 __asm__ __volatile__ (SYSCALL_INSNS_12 : "=a"(__ret) : "a"(n), "d"(a1), "c"(a2) : "memory"); in __syscall2()