Home
last modified time | relevance | path

Searched refs:tmp4 (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/machine/hppa/
Dstrcat.S33 #define tmp4 r22 macro
103 … sh3add,>= tmp3,r0,tmp4 /* compute the shift amt.and skip load if tmp6 > tmp1. */
107 … mtctl tmp4,11 /* load the shift count into cr11 = shift count register. */
116 mtctl tmp4,11 /* re-load the shift count into cr11 */
152 ldbx tmp6(s_addr),tmp4
154 comib,= 0,tmp4,done
155 stbs,ma tmp4,1(d_addr)
156 ldbs 1(s_addr),tmp4
157 comib,= 0,tmp4,done
158 stbs,ma tmp4,1(d_addr)
[all …]
Dstrcpy.S44 #define tmp4 r22 macro
183 sh3add tmp3,r0,tmp4 /* compute shift amt */
190 mtctl tmp4,r11 /* shift count -> shift count reg */
196 mtctl tmp4,r11 /* re-load shift cnt (delay slot) */
204 sh3add tmp3,r0,tmp4 /* compute shift amt */
213 mtctl tmp4,r11
225 mtctl tmp4,r11 /* re-load shift cnt (delay slot) */
264 extru save,7,8,tmp4
267 extru save,15,8,tmp4
273 combt,= tmp4,r0,done
[all …]
Dmemcpy.S32 #define tmp4 r22 macro
59 ldw -4(0,s_addr),tmp4 /* tmp4 = 4th word */
65 stwm tmp4,4(0,d_addr) /* tmp4 = 4th word stored. DELAY SLOT */
87 …zdep tmp3,28,29,tmp4 /* compute the number of bits to shift based on the number of byte…
88 mtctl tmp4,11 /* load the shift count into cr11 = shift count register. */
95 ldw -8(s_addr),tmp4
103 vshd tmp3,tmp4,tmp6 /* position data ! */
106 vshd tmp4,tmp5,tmp6 /* position data ! */
Dstrncat.S29 #define tmp4 r22 macro
72 extru s_addr,31,2,tmp4 /* Extract the low two bits of the source address.*/
77 comb,<> tmp5,tmp4,not_aligned /* branch if tmp5<>tmp4. */
116 sub,>= tmp5,tmp4,tmp6 /* compute the shift amt.and skip load if tmp5 > tmp4.*/
118 zdep tmp6,28,29,tmp4 /* compute the number of bits to shift */
119 mtctl tmp4,11 /* load the shift count into cr11 = shift count register.*/
129 mtctl tmp4,11 /* re-load the shift count into cr11 */
169 mtctl tmp4,11 /* restore shift value again */
Dstrncpy.S34 #define tmp4 r22 macro
86 zdep tmp3,28,29,tmp4 /* compute the number of bits to shift */
87 mtctl tmp4,11 /* load the shift count into cr11 = shift count register.*/
97 mtctl tmp4,11 /* re-load the shift count into cr11 */
130 mtctl tmp4,11 /* restore shift value again */
/picolibc-latest/newlib/testsuite/newlib.string/
Dtstring.c77 char *tmp1, *tmp2, *tmp3, *tmp4, *tmp5, *tmp6, *tmp7; in main() local
94 tmp4 = buffer4; in main()
206 memcpy (tmp4, "Z", 2) != tmp4 || in main()
207 strcat (tmp4, "ZZ") != tmp4 || in main()
218 strcmp (tmp3, target) || strcmp (tmp4, target) || in main()
273 tmp4 = buffer4 + x; in main()
303 myset (tmp4, first_char, i); in main()
344 if (memcmp (tmp3, tmp4, i - k + 1) != 0 || in main()
345 strncmp (tmp3, tmp4, i - k + 1) != 0) in main()
348 __LINE__, i, tmp3, i, tmp4); in main()
[all …]
/picolibc-latest/newlib/libc/machine/aarch64/
Dstrlen.S51 #define tmp4 x7 macro
122 orr tmp4, data2, REP8_7f
124 bic has_nul2, tmp3, tmp4
148 orr tmp4, data2, REP8_7f
150 bic has_nul2, tmp3, tmp4
Dstrrchr.S57 #define tmp4 x9 macro
156 sub tmp4, nul_match, #1
157 eor tmp4, tmp4, nul_match
158 ands chr_match, chr_match, tmp4