Searched refs:i3 (Results 1 - 35 of 35) sorted by relevance

/linux-4.4.14/arch/sparc/lib/
H A Dmuldi3.S26 sra %i3, 0x1f, %g2
29 mulscc %g1, %i3, %g1
30 mulscc %g1, %i3, %g1
31 mulscc %g1, %i3, %g1
32 mulscc %g1, %i3, %g1
33 mulscc %g1, %i3, %g1
34 mulscc %g1, %i3, %g1
35 mulscc %g1, %i3, %g1
36 mulscc %g1, %i3, %g1
37 mulscc %g1, %i3, %g1
38 mulscc %g1, %i3, %g1
39 mulscc %g1, %i3, %g1
40 mulscc %g1, %i3, %g1
41 mulscc %g1, %i3, %g1
42 mulscc %g1, %i3, %g1
43 mulscc %g1, %i3, %g1
44 mulscc %g1, %i3, %g1
45 mulscc %g1, %i3, %g1
46 mulscc %g1, %i3, %g1
47 mulscc %g1, %i3, %g1
48 mulscc %g1, %i3, %g1
49 mulscc %g1, %i3, %g1
50 mulscc %g1, %i3, %g1
51 mulscc %g1, %i3, %g1
52 mulscc %g1, %i3, %g1
53 mulscc %g1, %i3, %g1
54 mulscc %g1, %i3, %g1
55 mulscc %g1, %i3, %g1
56 mulscc %g1, %i3, %g1
57 mulscc %g1, %i3, %g1
58 mulscc %g1, %i3, %g1
59 mulscc %g1, %i3, %g1
60 mulscc %g1, %i3, %g1
70 mov %i3, %o1
H A DNGmemcpy.S95 or %o0, %i1, %i3
98 or %i3, %i2, %i3
109 andcc %i3, 0x7, %g0
168 mov 64, %i3
183 LOAD(prefetch, %i1 + %i3, #one_read)
200 EX_LD(LOAD_TWIN(%i1 + %i3, %g2, %g3))
216 LOAD(prefetch, %i1 + %i3, #one_read)
233 EX_LD(LOAD_TWIN(%i1 + %i3, %g2, %g3))
310 RESTORE_ASI(%i3)
312 sub %o0, %i1, %i3
318 sub %o0, %i1, %i3
328 EX_ST(STORE(stx, %o4, %i1 + %i3))
330 EX_ST(STORE(stx, %g1, %i1 + %i3))
338 EX_ST(STORE(stx, %o4, %i1 + %i3))
345 EX_ST(STORE(stw, %i5, %i1 + %i3))
362 EX_ST(STORE(stb, %i5, %i1 + %i3))
366 2: add %i1, %i3, %o0
376 8: mov 64, %i3
379 sub %i3, %g1, %i3
385 srlx %g3, %i3, %i5
397 sub %o0, %i1, %i3
401 andcc %i3, 0x3, %g0
403 sub %o0, %i1, %i3
408 EX_ST(STORE(stw, %g1, %i1 + %i3))
419 EX_ST(STORE(stb, %g1, %i1 + %i3))
H A Ddivdi3.S39 mov %i3,%o4
41 sub %g0,%i3,%o0
47 mov %o3,%i3
48 mov %i3,%o4
52 mov %i1,%i3
55 mov %i3,%o1
115 mov %i3,%o1
174 cmp %i3,%o4
187 srl %i3,%o1,%o1
189 sll %i3,%o3,%i3
258 cmp %o2,%i3
H A Dudivdi3.S25 mov %i3,%o3
28 mov %i1,%i3
31 mov %i3,%o1
95 mov %i3,%o1
156 cmp %i3,%o3
170 srl %i3,%o0,%o0
172 sll %i3,%o2,%i3
246 cmp %o2,%i3
H A Dmemcpy.S412 ld [%i1], %i3
427 ld [%i1 + 4], %i3
439 ld [%i1], %i3
449 srl %i3, %l0, %g5
454 sll %i3, %g4, %g2
468 ld [%i1], %i3
H A Dchecksum_32.S573 add %i3, %i2, %i3
579 mov %i3, %o1
/linux-4.4.14/arch/arm64/crypto/
H A Daes-ce.S46 .macro do_enc_Nx, de, mc, k, i0, i1, i2, i3
52 .ifnb \i3
55 aes\de \i3\().16b, \k\().16b
56 aes\mc \i3\().16b, \i3\().16b
62 .macro round_Nx, enc, k, i0, i1, i2, i3
64 do_enc_Nx e, mc, \k, \i0, \i1, \i2, \i3
66 do_enc_Nx d, imc, \k, \i0, \i1, \i2, \i3
71 .macro fin_round_Nx, de, k, k2, i0, i1, i2, i3
75 .ifnb \i3
77 aes\de \i3\().16b, \k\().16b
83 .ifnb \i3
85 eor \i3\().16b, \i3\().16b, \k2\().16b
91 .macro do_block_Nx, enc, rounds, i0, i1, i2, i3
95 round_Nx \enc, v17, \i0, \i1, \i2, \i3
96 round_Nx \enc, v18, \i0, \i1, \i2, \i3
97 1111: round_Nx \enc, v19, \i0, \i1, \i2, \i3
98 round_Nx \enc, v20, \i0, \i1, \i2, \i3
100 round_Nx \enc, \key, \i0, \i1, \i2, \i3
102 fin_round_Nx \enc, v30, v31, \i0, \i1, \i2, \i3
113 .macro encrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
114 do_block_Nx e, \rounds, \i0, \i1, \i2, \i3
125 .macro decrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
126 do_block_Nx d, \rounds, \i0, \i1, \i2, \i3
/linux-4.4.14/arch/sparc/include/asm/
H A Dttable.h246 stx %i3, [%sp + STACK_BIAS + 0x58]; \
267 stx %i3, [%sp + STACK_BIAS + 0x58]; \
299 stxa %i3, [%g1 + %g3] ASI; \
325 stxa %i3, [%sp + STACK_BIAS + 0x58] %asi; \
359 stx %i3, [%g3 + TI_REG_WINDOW + 0x58]; \
395 stwa %i3, [%g1 + %g3] ASI; \
424 stwa %i3, [%sp + 0x2c] %asi; \
458 stw %i3, [%g3 + TI_REG_WINDOW + 0x2c]; \
502 ldx [%sp + STACK_BIAS + 0x58], %i3; \
526 ldx [%sp + STACK_BIAS + 0x58], %i3; \
558 ldxa [%g1 + %g5] ASI, %i3; \
583 ldxa [%sp + STACK_BIAS + 0x58] %asi, %i3; \
618 lduwa [%g1 + %g5] ASI, %i3; \
646 lduwa [%sp + 0x2c] %asi, %i3; \
H A Dswitch_to_64.h64 "i0", "i1", "i2", "i3", "i4", "i5", \
H A Dswitch_to_32.h98 "i0", "i1", "i2", "i3", "i4", "i5", \
/linux-4.4.14/arch/blackfin/include/asm/
H A Dcontext.S30 [--sp] = i3;
102 [--sp] = i3;
161 [--sp] = i3;
266 i3 = [sp++]; define
336 i3 = [sp++]; define
H A Ddpmc.h79 [--sp] = i3;
163 i3 = [sp++];
/linux-4.4.14/arch/sparc/kernel/
H A Dsyscalls.S169 ldx [%sp + PTREGS_OFF + PT_V9_I3], %i3
184 srl %i3, 0, %o3
199 ldx [%sp + PTREGS_OFF + PT_V9_I3], %i3
212 mov %i3, %o3
231 srl %i3, 0, %o3 ! IEU0
255 mov %i3, %o3 ! IEU1
H A Dwinfixup.S66 stx %i3, [%g3 + TI_REG_WINDOW + 0x58]
83 stw %i3, [%g3 + TI_REG_WINDOW + 0x2c]
H A Detrap_64.S142 stx %i3, [%sp + PTREGS_OFF + PT_V9_I3]
H A Dsun4d_smp.c301 register unsigned long a3 asm("i3") = arg3; sun4d_cross_call()
H A Dprocess_64.c119 printk("i0: %08x i1: %08x i2: %08x i3: %08x " show_regwindow32()
159 printk("i0: %016lx i1: %016lx i2: %016lx i3: %016lx\n", show_regwindow()
H A Dleon_smp.c391 register unsigned long a3 asm("i3") = arg3; leon_cross_call()
H A Drtrap_64.S185 ldx [%sp + PTREGS_OFF + PT_V9_I3], %i3
H A Dentry.S959 ld [%sp + STACKFRAME_SZ + PT_I3], %i3
971 mov %i3, %o3
1021 mov %i3, %o3
/linux-4.4.14/tools/perf/arch/sparc/util/
H A Ddwarf-regs.c21 "%i0", "%i1", "%i2", "%i3", "%i4", "%i5", "%fp", "%i7",
/linux-4.4.14/arch/blackfin/include/uapi/asm/
H A Dptrace.h65 long i3; member in struct:pt_regs
/linux-4.4.14/arch/blackfin/kernel/
H A Dsignal.c65 RESTORE(i0); RESTORE(i1); RESTORE(i2); RESTORE(i3); rt_restore_sigcontext()
126 SETUP(i0); SETUP(i1); SETUP(i2); SETUP(i3); rt_setup_sigcontext()
H A Dkgdb.c35 gdb_regs[BFIN_I3] = regs->i3; pt_regs_to_gdb_regs()
111 regs->i3 = gdb_regs[BFIN_I3]; gdb_regs_to_pt_regs()
H A Dasm-offsets.c76 DEFINE(PT_I3, offsetof(struct pt_regs, i3)); main()
H A Dtrace.c978 fp->b3, fp->l3, fp->m3, fp->i3); show_regs()
/linux-4.4.14/drivers/net/ethernet/8390/
H A Detherh.c813 .name = "i3 EtherH 500",
823 .name = "i3 EtherH 600",
833 .name = "i3 EtherH 600A",
/linux-4.4.14/arch/blackfin/mach-common/
H A Dinterrupt.S44 [--sp] = i3;
/linux-4.4.14/fs/logfs/
H A Dlogfs_abi.h40 * 3 - i3 indirect blocks
46 * 9 - ifile i3 indirect blocks
/linux-4.4.14/arch/x86/crypto/
H A Dchacha20-ssse3-x86_64.S136 # o3 = i3 ^ (x3 + s3)
/linux-4.4.14/arch/sparc/crypto/
H A Dcamellia_asm.S38 ld [%o0 + 0x0c], %f3 ! i3, k[3]
/linux-4.4.14/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h1133 u32 i3; member in struct:dsp_magic_snoop_task
H A Ddsp_spos_scb_lib.c1136 /* 4 */ 0, /* i3 */ cs46xx_dsp_create_magic_snoop_scb()
/linux-4.4.14/drivers/scsi/
H A Dadvansys.c351 ASC_SCSIQ_3 i3; member in struct:asc_risc_q
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_display.c14804 /* Acer C720 Chromebook (Core i3 4005U) */

Completed in 882 milliseconds