| /linux/arch/microblaze/lib/ | 
| H A D | fastcopy.S | 75 	andi	r9, r6, 3		/* t1 = s & 3 */ 80 	lwi	r9, r6, 0		/* t1 = *(s + 0) */ 84 	swi	r9, r5, 0		/* *(d + 0) = t1 */ 88 	lwi	r9, r6, 16		/* t1 = *(s + 16) */ 92 	swi	r9, r5, 16		/* *(d + 16) = t1 */ 108 	beqi	r9, a_block_u1		/* t1 was 1 => 1 byte offset */ 110 	beqi	r9, a_block_u2		/* t1 was 2 => 2 byte offset */ 116 	bsrli	r9, r12, 8	/* t1 = v >> 8 */ 117 	or	r9, r11, r9	/* t1 = h | t1 */ 118 	swi	r9, r5, 0	/* *(d + 0) = t1 */ [all …] 
 | 
| /linux/arch/loongarch/kernel/ | 
| H A D | lbt.S | 27 	movscr2gr	t1, $scr0		# save scr 28 	stptr.d		t1, a0, THREAD_SCR0 29 	movscr2gr	t1, $scr1 30 	stptr.d		t1, a0, THREAD_SCR1 31 	movscr2gr	t1, $scr2 32 	stptr.d		t1, a0, THREAD_SCR2 33 	movscr2gr	t1, $scr3 34 	stptr.d		t1, a0, THREAD_SCR3 36 	x86mfflag	t1, 0x3f		# save eflags 37 	stptr.d		t1, a0, THREAD_EFLAGS [all …] 
 | 
| H A D | fpu.S | 308 	fpu_save_csr	a0 t1 309 	fpu_save_double	a0 t1			# clobbers t1 310 	fpu_save_cc	a0 t1 t2		# clobbers t1, t2 319 	fpu_restore_double	a0 t1		# clobbers t1 320 	fpu_restore_csr		a0 t1 t2 321 	fpu_restore_cc		a0 t1 t2	# clobbers t1, t2 331 	lsx_save_all	a0 t1 t2 340 	lsx_restore_all	a0 t1 t2 345 	lsx_save_all_upper a0 t0 t1 350 	lsx_restore_all_upper a0 t0 t1 [all …] 
 | 
| /linux/tools/testing/kunit/test_data/ | 
| H A D | test_multiple_prefixes.log | 1 [    0.060000][    T1] printk: console [mc-1] enabled 2 [    0.060000][    T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0 3 [    0.060000][    T1] TAP version 14 4 [    0.060000][    T1] 1..3 5 [    0.060000][    T1] 	# Subtest: kunit-resource-test 6 [    0.060000][    T1] 	1..5 7 [    0.060000][    T1] 	ok 1 - kunit_resource_test_init_resources 8 [    0.060000][    T1] 	ok 2 - kunit_resource_test_alloc_resource 9 [    0.060000][    T1] 	ok 3 - kunit_resource_test_destroy_resource 10 [    0.060000][    T1] 	ok 4 - kunit_resource_test_cleanup_resources [all …] 
 | 
| /linux/tools/testing/selftests/net/netfilter/ | 
| H A D | nft_audit.sh | 86 for table in t1 t2; do 127 do_test "nft add set t1 s $setblock" \ 128 "table=t1 family=2 entries=4 op=nft_register_set" 130 do_test "nft add set t1 s2 $setblock; add set t1 s3 { $settype; }" \ 131 "table=t1 family=2 entries=5 op=nft_register_set" 133 do_test "nft add element t1 s3 $setelem" \ 134 "table=t1 family=2 entries=3 op=nft_register_setelem" 138 do_test 'nft add counter t1 c1' \ 139 'table=t1 family=2 entries=1 op=nft_register_obj' 152 do_test 'nft add quota t1 q1 { 10 bytes }' \ [all …] 
 | 
| /linux/arch/riscv/lib/ | 
| H A D | strlen.S | 22 	 *   t0, t1 24 	mv	t1, a0 26 	lbu	t0, 0(t1) 28 	addi	t1, t1, 1 31 	sub	a0, t1, a0 59 	 *   t0, t1, t2, t3 73 	REG_L	t1, 0(t0) 80 	SHIFT	t1, t1, t2 83 	orc.b	t1, t1 86 	not	t1, t1 [all …] 
 | 
| H A D | strncmp.S | 24 	 *   t0, t1, t2 30 	lbu	t1, 0(a1) 33 	bne	t0, t1, 3f 44 	sub	a0, t0, t1 66 	 *   t0, t1, t2, t3, t4, t5, t6 83 	REG_L	t1, 0(a1) 86 	orc.b	t3, t1 90 	beq	t0, t1, 1b 98 	rev8	t1, t1 101 	/* Synthesize (t0 >= t1) ? 1 : -1 in a branchless sequence.  */ [all …] 
 | 
| /linux/arch/mips/kernel/ | 
| H A D | octeon_switch.S | 26 	mfc0	t1, CP0_STATUS 27 	LONG_S	t1, THREAD_STATUS(a0) 41 	li	t1, -32768	/* Base address of CVMSEG */ 46 	LONG_L	t8, 0(t1)	/* Load from CVMSEG */ 48 	LONG_L	t9, LONGSIZE(t1)/* Load from CVMSEG */ 49 	LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */ 77 	set_saved_sp	t0, t1, t2 79 	mfc0	t1, CP0_STATUS		/* Do we really need this? */ 81 	and	t1, a3 85 	or	a2, t1 [all …] 
 | 
| H A D | bmips_5xxx_init.S | 30 	addu		t1, kva, size	;	\ 34 	addiu		t1, t1, -1	;	\ 35 	and		t1, t2		;	\ 37 	bne		t0, t1, 9b	;	\ 324  * Trashes:	a0, v0, v1, t0, t1, t2, t8 411  * Trashes:	t0, t1 421 	li	t1, 0x4 422 	or	t0, t1 427 	li	t1, 0x4 428 	or	t0, t1 [all …] 
 | 
| /linux/arch/csky/abiv2/ | 
| H A D | strcmp.S | 13 	andi	t1, a0, 0x3 14 	bnez	t1, 5f 19 	ldw	t1, (a1, 0) 21 	cmpne   t0, t1 29 	ldw	t1, (a1, 4) 30 	cmpne	t0, t1 36 	ldw	t1, (a1, 8) 37 	cmpne	t0, t1 43 	ldw	t1, (a1, 12) 44 	cmpne	t0, t1 [all …] 
 | 
| /linux/arch/alpha/lib/ | 
| H A D | stxcpy.S | 44 	   t1 == the first source word.  */ 49 	mskqh	t1, a1, t3	# e0    : 50 	ornot	t1, t2, t2	# .. e1 : 53 	or	t0, t3, t1	# e0    : 58 	   t1 == a source word not containing a null.  */ 61 	stq_u	t1, 0(a0)	# e0    : 63 	ldq_u	t1, 0(a1)	# e0    : 65 	cmpbge	zero, t1, t8	# e0 (stall) 70 	   t1 == the source word containing the null 85 	zapnot	t1, t6, t1	# e0    : clear src bytes >= null [all …] 
 | 
| H A D | ev6-stxcpy.S | 55 	   t1 == the first source word.  */ 60 	mskqh	t1, a1, t3	# U : 61 	ornot	t1, t2, t2	# E : (stall) 65 	or	t0, t3, t1	# E : (stall) 70 	   t1 == a source word not containing a null.  */ 74 	stq_u	t1, 0(a0)	# L : 79 	ldq_u	t1, 0(a1)	# L : Latency=3 81 	cmpbge	zero, t1, t8	# E : (3 cycle stall) 86 	   t1 == the source word containing the null 100 	zapnot	t1, t6, t1	# U : clear src bytes >= null (stall) [all …] 
 | 
| H A D | stxncpy.S | 52 	   t1 == the first source word.  */ 57 	mskqh	t1, a1, t3	# e0    : 58 	ornot	t1, t2, t2	# .. e1 : 96 	ldq_u	t1, 0(a0)	# e0    : 101 	zap	t1, t8, t1	# .. e1 : clear dst bytes <= null 102 	or	t0, t1, t0	# e1    : 122 	xor	a0, a1, t1	# e0    : 124 	and	t1, 7, t1	# e0    : 131 	bne	t1, $unaligned	# .. e1 : 135 	ldq_u	t1, 0(a1)	# e0    : load first src word [all …] 
 | 
| H A D | ev6-stxncpy.S | 63 	   t1 == the first source word.  */ 68 	mskqh	t1, a1, t3	# U : 69 	ornot	t1, t2, t2	# E : (stall) 122 	ldq_u	t1, 0(a0)	# L : 127 	zap	t1, t8, t1	# .. e1 : clear dst bytes <= null 128 	or	t0, t1, t0	# e1    : (stall) 154 	xor	a0, a1, t1	# E : 156 	and	t1, 7, t1	# E : (stall) 165 	bne	t1, $unaligned	# U : 167 	ldq_u	t1, 0(a1)	# L : load first src word [all …] 
 | 
| /linux/lib/crypto/x86/ | 
| H A D | sha256-avx2-asm.S | 109 T1 = %r12d  define 164 	rorx	$13, a, T1	# T1 = a >> 13				# S0B 178 	xor	T1, y1		# y1 = (a>>22) ^ (a>>13)		# S0 179 	rorx	$2, a, T1	# T1 = (a >> 2)				# S0 183 	xor	T1, y1		# y1 = (a>>22) ^ (a>>13) ^ (a>>2)	# S0 184 	mov	a, T1		# T1 = a                                # MAJB 185 	and	c, T1		# T1 = a&c                              # MAJB 189 	or	T1, y3		# y3 = MAJ = (a|c)&b)|(a&c)             # MAJ 192 	add	y2, d		# d = k + w + h + d + S1 + CH = d + t1  # -- 196 	add	y2, h		# h = k + w + h + S0 + S1 + CH = t1 + S0# -- [all …] 
 | 
| H A D | sha512-avx2-asm.S | 94 T1    = %r12 # clobbers CTX2  define 187 	rorx	$34, a, T1	# T1 = a >> 34				# S0B 199 	xor	T1, y1		# y1 = (a>>39) ^ (a>>34)		# S0 200 	rorx	$28, a, T1	# T1 = (a >> 28)			# S0 203 	xor	T1, y1		# y1 = (a>>39) ^ (a>>34) ^ (a>>28)	# S0 204 	mov	a, T1		# T1 = a                                # MAJB 205 	and	c, T1		# T1 = a&c                              # MAJB 208 	or	T1, y3		# y3 = MAJ = (a|c)&b)|(a&c)             # MAJ 211 	add	y2, d		# d = k + w + h + d + S1 + CH = d + t1  # -- 213 	add	y2, h		# h = k + w + h + S0 + S1 + CH = t1 + S0# -- [all …] 
 | 
| /linux/lib/crypto/arm/ | 
| H A D | sha512-armv4.pl | 74 $t1="r10"; 99 	mov	$t1,$Ehi,lsr#14 103 	eor	$t1,$t1,$Elo,lsl#18 106 	eor	$t1,$t1,$Ehi,lsr#18 108 	eor	$t1,$t1,$Elo,lsl#14 110 	eor	$t1,$t1,$Elo,lsr#9 112 	eor	$t1,$t1,$Ehi,lsl#23	@ Sigma1(e) 115 	adc	$Thi,$Thi,$t1		@ T += Sigma1(e) 116 	ldr	$t1,[sp,#$Foff+4]	@ f.hi 124 	eor	$t1,$t1,$t3 [all …] 
 | 
| /linux/arch/mips/include/asm/mach-cavium-octeon/ | 
| H A D | kernel-entry-init.h | 47 	and	t1, v1, 0xfff8 48 	xor	t1, t1, 0x9000		# 63-P1 49 	beqz	t1, 4f 50 	and	t1, v1, 0xfff8 51 	xor	t1, t1, 0x9008		# 63-P2 52 	beqz	t1, 4f 53 	and	t1, v1, 0xfff8 54 	xor	t1, t1, 0x9100		# 68-P1 55 	beqz	t1, 4f 56 	and	t1, v1, 0xff00 [all …] 
 | 
| /linux/drivers/soc/bcm/brcmstb/pm/ | 
| H A D | s2-mips.S | 52 	addiu	t1, s3, -1 53 	not	t1 56 	and	t0, t1 59 	and	t2, t1 68 2:	move	t1, s4 69 	cache 	0x1c, 0(t1) 70 	addu	t1, s3 89 	li	t1, ~(ST0_IM | ST0_IE) 90 	and	t0, t1 121 	lw	t1, TIMER_TIMER1_STAT(s2) [all …] 
 | 
| H A D | s3-mips.S | 40 	mfc0	t1, CP0_STATUS 41 	sw	t1, 48(t0) 44 	addiu	t1, a1, -1 45 	not	t1 46 	and	t0, t1 50 	and	t2, t1 57 	li	t1, PM_WARM_CONFIG 60 	sw	t1, AON_CTRL_PM_CTRL(a0) 61 	lw	t1, AON_CTRL_PM_CTRL(a0) 63 	li	t1, (PM_WARM_CONFIG | PM_PWR_DOWN) [all …] 
 | 
| /linux/arch/arm/crypto/ | 
| H A D | aes-neonbs-core.S | 141 	.macro		mul_gf4, x0, x1, y0, y1, t0, t1  argument 145 	vand		\t1, \x1, \y0 147 	veor		\x1, \t1, \t0 148 	veor		\x0, \x0, \t1 151 	.macro		mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1  argument 153 	veor 		\t1, \y2, \y3 155 	vand		\t1, \t1, \x2 165 	veor		\x3, \x3, \t1 169 				    y0, y1, y2, y3, t0, t1, t2, t3 171 	veor		\t1, \x1, \x3 [all …] 
 | 
| /linux/arch/mips/dec/ | 
| H A D | int-handler.S | 133 		mfc0	t1,CP0_STATUS 138 		and	t0,t1			# isolate allowed ones 150 		# open coded PTR_LA t1, cpu_mask_nr_tbl 152 		# open coded la t1, cpu_mask_nr_tbl 153 		lui	t1, %hi(cpu_mask_nr_tbl) 154 		addiu	t1, %lo(cpu_mask_nr_tbl) 158 1:		lw	t2,(t1) 162 		 addu	t1,2*PTRSIZE		# delay slot 167 		lw	a0,(-PTRSIZE)(t1) 186 		andi	t1,t0,KN02_IRQ_ALL [all …] 
 | 
| /linux/arch/powerpc/crypto/ | 
| H A D | ghashp10-ppc.pl | 57 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12)); 88 	vsldoi		$t1,$zero,$t0,1		# ...1 91 	vor		$xC2,$xC2,$t1		# 0xc2....01 92 	vspltb		$t1,$H,0		# most significant byte 94 	vsrab		$t1,$t1,$t2		# broadcast carry bit 95 	vand		$t1,$t1,$xC2 96 	vxor		$H,$H,$t1		# twisted H 130 	vsldoi		$t1,$zero,$t0,1		# ...1 133 	vor		$xC2,$xC2,$t1		# 0xc2....01 134 	vspltb		$t1,$H,0		# most significant byte [all …] 
 | 
| /linux/arch/loongarch/kvm/ | 
| H A D | switch.S | 47  * t0, t1: temp register 68 	csrrd		t1, LOONGARCH_CSR_GSTAT 69 	bstrpick.w	t1, t1, CSR_GSTAT_GID_SHIFT_END, CSR_GSTAT_GID_SHIFT 71 	bstrins.w	t0, t1, CSR_GTLBC_TGID_SHIFT_END, CSR_GTLBC_TGID_SHIFT 133 	ld.d	t1, a2, KVM_ARCH_HECFG 134 	or	t0, t0, t1 222 	fpu_save_csr	a0 t1 223 	fpu_save_double a0 t1 224 	fpu_save_cc	a0 t1 t2 229 	fpu_restore_double a0 t1 [all …] 
 | 
| /linux/arch/parisc/lib/ | 
| H A D | lusercopy.S | 93 	t1  = r19  define 101 	a1 = t1 119 	extru	t0,31,2,t1 120 	cmpib,<>,n  0,t1,.Lunaligned_copy 124 	extru	t0,31,3,t1 125 	cmpib,<>,n  0,t1,.Lalign_loop32 129 	extru	dst,31,3,t1 130 	cmpib,=,n	0,t1,.Lcopy_loop_16_start 131 20:	ldb,ma	1(srcspc,src),t1 132 21:	stb,ma	t1,1(dstspc,dst) [all …] 
 |