Home
last modified time | relevance | path

Searched refs:ptr0 (Results 1 – 2 of 2) sorted by relevance

/arch/ia64/lib/
Dmemset.S29 #define ptr0 r29 macro
153 add ptr0 = 16, ptr2 // Two stores in parallel
159 stf8 [ptr0] = fvalue, 8
163 stf8 [ptr0] = fvalue, 24
167 stf8 [ptr0] = fvalue, 8
171 stf8 [ptr0] = fvalue, 24
175 stf8 [ptr0] = fvalue, 8
179 stf8 [ptr0] = fvalue, 24
183 stf8 [ptr0] = fvalue, 32
223 add ptr0 = 16, ptr2 // Two stores in parallel
[all …]
/arch/powerpc/kernel/
Dalign.c375 char *ptr0 = (char *) &current->thread.TS_FPR(reg); in emulate_fp_pair() local
386 if (__get_user_or_set_dar(regs, ptr0[i^sw], addr + i)) in emulate_fp_pair()
391 if (__put_user_or_set_dar(regs, ptr0[i^sw], addr + i)) in emulate_fp_pair()
405 char *ptr0 = (char *)&regs->gpr[reg]; in emulate_lq_stq() local
416 if (__get_user_or_set_dar(regs, ptr0[i^sw], addr + i)) in emulate_lq_stq()
421 if (__put_user_or_set_dar(regs, ptr0[i^sw], addr + i)) in emulate_lq_stq()