/Linux-v6.6/arch/sparc/lib/ |
D | fls.S | 29 sra %o0, 0, %o0 39 sra %o0, 0, %o0 51 sra %o1, 0, %o0 55 sra %o0, 0, %o0 59 sra %o0, 0, %o0
|
D | ashrdi3.S | 22 sra %o0, %o2, %o4 24 sra %o0, 31, %o4 27 sra %o0, %g2, %o5
|
D | atomic_64.S | 46 sra %g1, 0, %o0; \ 61 sra %g1, 0, %o0; \
|
D | fls64.S | 59 sra %g1, 0, %o0
|
D | muldi3.S | 15 sra %i3, 0x1f, %g2
|
D | strncmp_32.S | 19 sra %o2, 2, %o4
|
D | udivdi3.S | 191 sra %o3,31,%g2 ! Do not move this insn
|
D | divdi3.S | 204 sra %o4,31,%g2 ! Do not move this insn
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | asm.h | 80 #define INT_SRAV sra.w 94 #define INT_SRAV sra.d 111 #define LONG_SRAV sra.w 132 #define LONG_SRAV sra.d 157 #define PTR_SRAV sra.w 180 #define PTR_SRAV sra.d
|
/Linux-v6.6/arch/xtensa/lib/ |
D | ashrdi3.S | 20 sra uh, uh 24 sra ul, uh
|
/Linux-v6.6/arch/riscv/lib/ |
D | tishift.S | 41 sra a2,a1,a2 49 sra a0,a1,a0
|
/Linux-v6.6/arch/mips/include/asm/ |
D | asm.h | 183 #define INT_SRA sra 223 #define LONG_SRA sra 283 #define PTR_SRA sra
|
/Linux-v6.6/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 36 sra $4,32,$4 # e0 : 74 sra $19,32,$19 # e0 : proto complete
|
D | memset.S | 72 sra $18,3,$3 /* E0 */
|
D | ev6-memset.S | 103 sra $18,3,$3 # U : Number of remaining quads to write 281 sra $18,3,$3 # U : Number of remaining quads to write 469 sra $18,3,$3 # U : Number of remaining quads to write
|
/Linux-v6.6/arch/sparc/kernel/ |
D | una_asm_64.S | 95 sra %g2, 0, %g2 124 sra %g7, 0, %g7
|
D | una_asm_32.S | 101 sra %g1, 16, %g1
|
D | hvcalls.S | 255 sra %o1, 0, %o0 266 sra %o0, 0, %o0
|
D | syscalls.S | 234 sra %o0, 0, %o0
|
/Linux-v6.6/drivers/ipack/devices/ |
D | scc2698.h | 49 u8 d1, sra; /* Status register (a) */ member
|
/Linux-v6.6/sound/soc/atmel/ |
D | mchp-i2s-mcc.c | 261 u32 sra, imra, srb, imrb, pendinga, pendingb, idra = 0, idrb = 0; in mchp_i2s_mcc_interrupt() local 265 regmap_read(dev->regmap, MCHP_I2SMCC_ISRA, &sra); in mchp_i2s_mcc_interrupt() 266 pendinga = imra & sra; in mchp_i2s_mcc_interrupt()
|
/Linux-v6.6/arch/arm/ |
D | Makefile | 60 KBUILD_CFLAGS += $(call cc-option,-fno-ipa-sra)
|
/Linux-v6.6/arch/mips/net/ |
D | bpf_jit_comp32.c | 354 emit(ctx, sra, hi(dst), hi(dst), imm); in emit_shift_i64() 357 emit(ctx, sra, lo(dst), hi(dst), imm - 32); in emit_shift_i64() 358 emit(ctx, sra, hi(dst), hi(dst), 31); in emit_shift_i64() 407 emit(ctx, sra, hi(dst), hi(dst), 31); /* dh = dh >>a 31 */ in emit_shift_r64()
|
/Linux-v6.6/arch/mips/lib/ |
D | memcpy.S | 196 #define SRA sra
|
/Linux-v6.6/rust/ |
D | Makefile | 287 -femit-struct-debug-baseonly -fno-ipa-cp-clone -fno-ipa-sra \
|