Lines Matching +full:5 +full:c
5 * This is an efficient (and small) implementation of the C library "memset()"
8 * (C) Copyright 1996 Linus Torvalds
28 .align 5
35 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
36 sll $17,16,$1 /* E1 (p-c latency, next cycle) */
38 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
39 sll $17,32,$1 /* E1 (p-c latency, next cycle) */
40 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
43 .align 5
56 bis $16,$16,$5 /* .. E1 */
67 stq_u $1,0($5) /* E0 */
74 bis $16,$16,$5 /* E0 */
79 stq $17,0($5) /* E0 */
81 addq $5,8,$5 /* E0 */
87 ldq $7,0($5) /* E0 */
92 stq $1,0($5) /* E0 */
113 .align 5