/openbmc/linux/arch/x86/include/asm/ |
H A D | rmwcc.h | 13 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \ argument 18 : clobbers : cc_label); \ 29 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \ argument 34 : __VA_ARGS__ : clobbers); \ 57 #define GEN_UNARY_SUFFIXED_RMWcc(op, suffix, var, cc, clobbers...) \ argument 59 __CLOBBERS_MEM(clobbers)) 61 #define GEN_BINARY_SUFFIXED_RMWcc(op, suffix, var, cc, vcon, _val, clobbers...)\ argument 63 __CLOBBERS_MEM(clobbers), [val] vcon (_val))
|
/openbmc/linux/arch/mips/kernel/ |
H A D | r2300_fpu.S | 43 fpu_save_single a0, t1 # clobbers t1 51 fpu_restore_single a0, t1 # clobbers t1
|
H A D | r4k_fpu.S | 47 fpu_save_double a0 t0 t1 # clobbers t1 59 fpu_restore_double a0 t0 t1 # clobbers t1
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 114 FAKE_RET_FROM_EXCPN ; clobbers r9 240 ; _SOFT clobbers r10 restored by _HARD hence the order
|
H A D | entry-compact.h | 189 FAKE_RET_FROM_EXCPN ; clobbers r9
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | fpu.S | 308 fpu_save_double a0 t1 # clobbers t1 309 fpu_save_cc a0 t1 t2 # clobbers t1, t2 318 fpu_restore_double a0 t1 # clobbers t1 320 fpu_restore_cc a0 t1 t2 # clobbers t1, t2
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | coding-style.rst | 894 : /* outputs */ : /* inputs */ : /* clobbers */);
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | coding-style.rst | 998 : /* outputs */ : /* inputs */ : /* clobbers */);
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 85 TBL = %rdi # clobbers CTX1 95 T1 = %r12 # clobbers CTX2
|
H A D | sha256-avx2-asm.S | 98 e = %edx # clobbers NUM_BLKS 99 y3 = %esi # clobbers INP
|
H A D | sha256-avx-asm.S | 102 SRND = %rsi # clobbers INP
|
H A D | sha256-ssse3-asm.S | 95 SRND = %rsi # clobbers INP
|
H A D | aesni-intel_asm.S | 194 # clobbers r12, and tmp xmm registers. 593 # clobbers r10-11, xmm14
|
/openbmc/linux/Documentation/livepatch/ |
H A D | reliable-stacktrace.rst | 245 before the BL clobbers the link register and branches to the trampoline. At the
|
/openbmc/linux/arch/sparc/lib/ |
H A D | M7memcpy.S | 544 mov %g1, %o3 ! save %g1 as VISEntryHalf clobbers it
|
/openbmc/linux/Documentation/translations/ko_KR/ |
H A D | memory-barriers.txt | 2393 foo() clobbers *waiter
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | coding-style.rst | 1140 : /* outputs */ : /* inputs */ : /* clobbers */);
|
/openbmc/linux/Documentation/process/ |
H A D | coding-style.rst | 1137 : /* outputs */ : /* inputs */ : /* clobbers */);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 2463 clobbers TCG_TMP1, TCG_TMP2. */
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | coding-style.rst | 1177 : /* outputs */ : /* inputs */ : /* clobbers */);
|
/openbmc/linux/Documentation/ |
H A D | memory-barriers.txt | 2429 foo() clobbers *waiter
|