Home
last modified time | relevance | path

Searched refs:r16 (Results 1 – 25 of 90) sorted by relevance

1234

/linux/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S58 std r16,EX_TLB_R16(r12)
59 mfspr r16,\addr /* get faulting address */
83 ld r16,EX_TLB_R16(r12)
115 srdi r15,r16,60 /* get region */
116 rldicl. r10,r16,64-PGTABLE_EADDR_SIZE,PGTABLE_EADDR_SIZE+4
146 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3
153 rldicl r15,r16,64-PUD_SHIFT+3,64-PUD_INDEX_SIZE-3
159 rldicl r15,r16,64-PMD_SHIFT+3,64-PMD_INDEX_SIZE-3
165 rldicl r15,r16,64-PAGE_SHIFT+3,64-PTE_INDEX_SIZE-3
186 clrrdi r11,r16,12 /* Clear low crap in EA */
[all …]
/linux/arch/powerpc/crypto/
H A Daes-spe-keys.S23 stw r16,16(r1);
28 lwz r16,16(r1); \
84 li r16,10 /* 10 expansion rounds */
101 subi r16,r16,1
102 cmpwi r16,0
130 li r16,8 /* 8 expansion rounds */
148 subi r16,r16,1
149 cmpwi r16,0 /* last round early kick out */
184 li r16,7 /* 7 expansion rounds */
206 subi r16,r16,1
[all …]
/linux/arch/powerpc/lib/
H A Dchecksum_64.S65 std r16,STK_REG(R16)(r1)
87 ld r16,56(r3)
102 adde r0,r0,r16
114 ld r16,56(r3)
122 adde r0,r0,r16
126 ld r16,STK_REG(R16)(r1)
258 std r16,STK_REG(R16)(r1)
280 source; ld r16,56(r3)
297 dest; std r16,56(r4)
304 adde r0,r0,r16
[all …]
H A Dmemcpy_power7.S68 std r16,STK_REG(R16)(r1)
93 ld r16,80(r4)
110 std r16,80(r3)
123 ld r16,STK_REG(R16)(r1)
331 std r16,STK_REG(R16)(r1)
336 li r16,112
353 lvx v0,r4,r16
362 stvx v0,r3,r16
368 ld r16,STK_REG(R16)(r1)
517 std r16,STK_REG(R16)(r1)
[all …]
H A Dcopyuser_power7.S46 ld r16,STK_REG(R16)(r1)
63 ld r16,STK_REG(R16)(r1)
124 std r16,STK_REG(R16)(r1)
149 err2; ld r16,80(r4)
166 err2; std r16,80(r3)
179 ld r16,STK_REG(R16)(r1)
385 std r16,STK_REG(R16)(r1)
390 li r16,112
407 err4; lvx v0,r4,r16
416 err4; stvx v0,r3,r16
[all …]
H A Dcopypage_power7.S93 std r16,STK_REG(R16)(r1)
110 ld r16,88(r4)
127 std r16,88(r3)
137 ld r16,STK_REG(R16)(r1)
H A Dcopy_mc_64.S32 ld r16,STK_REG(R16)(r1)
92 std r16,STK_REG(R16)(r1)
117 err2; ld r16,72(r4)
134 err2; std r16,72(r3)
174 ld r16,STK_REG(R16)(r1)
/linux/arch/powerpc/include/asm/
H A Dexception-64e.h100 std r16,EX_TLB_R16(r12); \
101 mfspr r16,SPRN_SRR0; \
106 std r16,EX_TLB_SRR0(r12);
129 ld r16,EX_TLB_SRR1(r12); \
137 mtspr SPRN_SRR1,r16; \
138 ld r16,EX_TLB_R16(r12); \
/linux/arch/microblaze/kernel/
H A Dexceptions.c56 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16); in sw_exception()
57 flush_dcache_range(regs->r16, regs->r16 + 0x4); in sw_exception()
58 flush_icache_range(regs->r16, regs->r16 + 0x4); in sw_exception()
H A Dentry.S194 swi r16, r1, PT_R16; \
228 lwi r16, r1, PT_R16; \
857 lwi r16, r1, PT_PC
859 rtbd r16, 0
877 swi r16, r1, PT_PC; /* PC and r16 are the same */
971 swi r16, r1, PT_PC; /* PC and r16 are the same */
1005 swi r16, r1, PT_PC; /* Save LP */
1053 rtbd r16, 0; /* MS: Instructions to return from a debug trap */
1062 lwi r16, r1, PT_PC;
1066 rtbd r16, 0; /* MS: Instructions to return from a debug trap */
[all …]
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dbusy_loop.S14 std r16, 144(%r1)
53 li r16, 0x1616
54 std r16, -184(%r1)
113 cmpwi r16, 0x1616
158 li r16, 0xef
206 ld r16, -184(%r1)
207 cmpwi r16, 0x1616
254 ld r16, 144(%r1)
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_power7.S68 std r16,STK_REG(R16)(r1)
93 ld r16,80(r4)
110 std r16,80(r3)
123 ld r16,STK_REG(R16)(r1)
331 std r16,STK_REG(R16)(r1)
336 li r16,112
353 lvx v0,r4,r16
362 stvx v0,r3,r16
368 ld r16,STK_REG(R16)(r1)
517 std r16,STK_REG(R16)(r1)
[all …]
H A Dcopyuser_power7.S46 ld r16,STK_REG(R16)(r1)
63 ld r16,STK_REG(R16)(r1)
124 std r16,STK_REG(R16)(r1)
149 err2; ld r16,80(r4)
166 err2; std r16,80(r3)
179 ld r16,STK_REG(R16)(r1)
385 std r16,STK_REG(R16)(r1)
390 li r16,112
407 err4; lvx v0,r4,r16
416 err4; stvx v0,r3,r16
[all …]
H A Dcopy_mc_64.S32 ld r16,STK_REG(R16)(r1)
92 std r16,STK_REG(R16)(r1)
117 err2; ld r16,72(r4)
134 err2; std r16,72(r3)
174 ld r16,STK_REG(R16)(r1)
/linux/arch/csky/abiv2/inc/abi/
H A Dentry.h57 stm r16-r30, (sp)
98 ldm r16-r30, (sp)
127 stm r16-r30, (sp)
159 ldm r16-r30, (sp)
167 stw r16, (sp, 36)
197 ldw r16, (sp, 36)
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-r16-nintendo-super-nes-classic.dts5 #include "sun8i-r16-nintendo-nes-classic.dts"
10 "allwinner,sun8i-r16", "allwinner,sun8i-a33";
/linux/tools/testing/selftests/powerpc/include/
H A Dgpr_asm.h27 std r16,(top_pos - 120)(%r1); \
47 ld r16,(top_pos - 120)(%r1); \
72 ld r16,16(r3)
/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2057.c117 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \ argument
135 .radio_pga_boost_tune_core0 = r16, \
149 r10, r11, r12, r13, r14, r15, r16, r17) \ argument
166 .radio_pad2g_tune_pus_core1 = r16, \
/linux/arch/powerpc/kernel/
H A Dhead_85xx.S701 stw r16, THREAD_NORMSAVE(6)(r12)
710 lwzx r16, r14, r15
712 li r16, 0
716 add r17, r17, r16 /* r17 = *next_tlbcam_idx */
724 mfspr r16, SPRN_TLB1CFG
725 andi. r16, r16, 0xfff
729 cmpw r15, r16
736 mfspr r16, SPRN_MAS1
737 rlwimi r16, r10, MAS1_TSIZE_SHIFT, MAS1_TSIZE_MASK
738 mtspr SPRN_MAS1, r16
[all …]
H A Didle_book3s.S63 std r16,-8*4(r1)
108 ld r16,-8*4(r1)
171 std r16,-8*4(r1)
/linux/arch/nios2/kernel/
H A Dinsnemu.S131 stw r16, 64(sp)
412 movi r16, 1 /* used to create "rori B,A,1" from "ror B,A,r16" */
450 ror r7, r7, r16 /* r7 = 0x80000000 on carry, or else 0x00000000 */
562 ldw r16, 64(sp)
/linux/arch/arc/include/asm/
H A Dunwind.h30 unsigned long r16; member
89 PTREGS_INFO(r16), \
H A Dptrace.h58 unsigned long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member
100 unsigned long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member
/linux/arch/powerpc/purgatory/
H A Dtrampoline_64.S81 mr %r16,%r3 /* save dt address in reg16 */
102 mr %r3,%r16 /* restore dt address */
/linux/arch/parisc/include/asm/
H A Dassembly.h225 STREG %r16, PT_GR16(\regs)
259 LDREG PT_GR16(\regs), %r16
389 std %r16, -40(%r30)
399 ldd -40(%r30), %r16
433 stw %r16, -76(%r30)
443 ldw -76(%r30), %r16

1234