/openbmc/linux/arch/m68k/include/asm/ |
H A D | bootstd.h | 52 register long __res __asm__ ("%d0") = __BN_##name; \ 54 : "=g" (__res) \ 55 : "0" (__res) \ 57 __bsc_return(type,__res); \ 63 register long __res __asm__ ("%d0") = __BN_##name; \ 66 : "=g" (__res) \ 67 : "0" (__res), "d" (__a) \ 69 __bsc_return(type,__res); \ 75 register long __res __asm__ ("%d0") = __BN_##name; \ 79 : "=g" (__res) \ [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | sgiarcs.h | 379 ({ long __res; \ 381 __res = call_o32(__vec, O32_STK); \ 382 __res; \ 386 ({ long __res; \ 389 __res = call_o32(__vec, O32_STK, __a1); \ 390 __res; \ 394 ({ long __res; \ 398 __res = call_o32(__vec, O32_STK, __a1, __a2); \ 399 __res; \ 403 ({ long __res; \ [all …]
|
H A D | cmpxchg.h | 94 __typeof__(*(ptr)) __res; \ 104 __res = (__typeof__(*(ptr))) \ 109 __res; \ 186 __typeof__(*(ptr)) __res; \ 196 __res = arch_cmpxchg_local((ptr), (old), (new)); \ 206 __res; \ 302 __typeof__(*(ptr)) __res; \ 312 __res = __cmpxchg64((ptr), __old, __new); \ 315 __res = __cmpxchg64_unsupported(); \ 318 __res; \
|
H A D | elf.h | 282 int __res = 1; \ 286 __res = 0; \ 288 __res = 0; \ 292 __res = 0; \ 295 __res = 0; \ 298 __res = 0; \ 300 __res = 0; \ 302 __res; \ 310 int __res = 1; \ 314 __res = 0; \ [all …]
|
H A D | mipsmtregs.h | 287 unsigned long __res; \ 297 : "=r" (__res)); \ 299 __res; \ 304 unsigned long __res; \ 314 : "=r" (__res)); \ 316 __res; \ 321 unsigned long __res; \ 325 : "=r" (__res)); \ 327 __res; \
|
H A D | mipsregs.h | 1374 unsigned int __res; \ 1377 : "=r" (__res) \ 1380 __res; \ 1393 unsigned int __res; \ 1396 : "=r" (__res) \ 1399 __res; \ 1416 ({ unsigned int __res; \ 1420 : "=r" (__res)); \ 1427 : "=r" (__res)); \ 1428 __res; \ [all …]
|
H A D | cpu-features.h | 126 int __res; \ 133 __res = 1; \ 137 __res = 0; \ 140 __res; \ 369 int __res; \ 383 __res = 0; \ 387 __res = 1; \ 390 __res; \
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 19 long __res; \ 23 :"=r" (__res) : : "r0","lr"); \ 24 __syscall_return(type,__res); \ 29 long __res; \ 34 : "=r" (__res) \ 37 __syscall_return(type,__res); \ 42 long __res; \ 48 : "=r" (__res) \ 51 __syscall_return(type,__res); \ 57 long __res; \ [all …]
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | string_32.h | 32 register int __res; in strcmp() local 48 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 52 return __res; in strcmp() 58 register int __res; in strncmp() local 80 :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strncmp() 84 return __res; in strncmp()
|
/openbmc/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | loongson_regs.h | 21 u32 __res; in read_cpucfg() local 30 :"=r"(__res) in read_cpucfg() 34 return __res; in read_cpucfg() 144 u32 __res; in csr_readl() local 154 :"=r"(__res) in csr_readl() 158 return __res; in csr_readl() 163 u64 __res; in csr_readq() local 173 :"=r"(__res) in csr_readq() 177 return __res; in csr_readq()
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | string.h | 65 register int __res; in strcmp() local 78 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strcmp() 81 return __res; in strcmp() 87 register int __res; in strncmp() local 103 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strncmp() 106 return __res; in strncmp()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 211 int __res = 1; \ 215 __res = 0; \ 217 __res = 0; \ 219 __res; \ 227 int __res = 1; \ 231 __res = 0; \ 233 __res = 0; \ 235 __res; \
|
H A D | cmpxchg.h | 87 __typeof__(*(ptr)) __res; \ 89 __res = (__typeof__(*(ptr))) \ 92 __res; \ 194 __typeof__(*(ptr)) __res; \ 196 __res = arch_cmpxchg_local((ptr), (old), (new)); \ 198 __res; \
|
/openbmc/u-boot/arch/arm/mach-snapdragon/ |
H A D | misc.c | 20 u32 __res; \ 22 __res = resp[__off] >> __shft; \ 24 __res |= resp[__off - 1] << ((32 - __shft) % 32); \ 25 __res & __mask; \
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | mipsregs.h | 871 unsigned int __res; \ 874 : "=r" (__res) \ 877 __res; \ 890 unsigned int __res; \ 893 : "=r" (__res) \ 896 __res; \ 913 ({ unsigned int __res; \ 917 : "=r" (__res)); \ 923 : "=r" (__res)); \ 924 __res; \ [all …]
|
/openbmc/linux/arch/x86/lib/ |
H A D | strstr_32.c | 8 register char *__res; in strstr() local 28 : "=a" (__res), "=&c" (d0), "=&S" (d1) in strstr() 31 return __res; in strstr()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | div64.h | 28 register unsigned long long __res asm("r2"); in __div64_32() 34 : "+r" (__n), "=r" (__res) in __div64_32() 38 *n = __res; in __div64_32()
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 123 register unsigned long __res asm(__HYPERCALL_RETREG); \ 130 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT 164 (type)__res; \ 175 (type)__res; \ 186 (type)__res; \ 197 (type)__res; \ 208 (type)__res; \ 225 return (long)__res; in xen_single_call()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | string.h | 61 register int __res; in strcmp() local 77 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 81 return __res; in strcmp()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | vm86_32.c | 453 __u8 __res; \ 454 if (get_user(__res, base + ptr) < 0) \ 457 __res; \ 462 __u16 __res; \ 463 if (get_user(val_byte(__res, 0), base + ptr) < 0) \ 466 if (get_user(val_byte(__res, 1), base + ptr) < 0) \ 469 __res; \ 474 __u32 __res; \ 475 if (get_user(val_byte(__res, 0), base + ptr) < 0) \ 478 if (get_user(val_byte(__res, 1), base + ptr) < 0) \ [all …]
|
/openbmc/linux/arch/m68k/math-emu/ |
H A D | fp_emu.h | 110 register int __res asm ("d0"); \ 113 : "=d" (__res) : "a" (__src) \ 115 __res; \
|
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
H A D | 00_arches.patch | 35 +register long __res __asm__ ("%d0") = __NR_##sname; \ 38 + : "+d" (__res) \ 40 +return (type) __res; \ 46 +register long __res __asm__ ("%d0") = __NR_##sname; \ 50 + : "+d" (__res) \ 53 +return (type) __res; \ 59 +register long __res __asm__ ("%d0") = __NR_##sname; \ 64 + : "+d" (__res) \ 68 +return (type) __res; \ 74 +register long __res __asm__ ("%d0") = __NR_##sname; \ [all …]
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | bitops.h | 38 unsigned long __res, __mask; \ 42 : "=r" (__res), "+A" (addr[BIT_WORD(nr)]) \ 45 ((__res & __mask) != 0); \
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | hello-i386.c | 5 int __res; in exit() local 8 : "=a" (__res) : "0" (__NR_exit),"c" ((long)(status))); in exit()
|
/openbmc/u-boot/lib/ |
H A D | string.c | 187 register signed char __res; in strcmp() local 190 if ((__res = *cs - *ct++) != 0 || !*cs++) in strcmp() 194 return __res; in strcmp() 207 register signed char __res = 0; in strncmp() local 210 if ((__res = *cs - *ct++) != 0 || !*cs++) in strncmp() 215 return __res; in strncmp()
|