Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/
Dstrcat.S31 #define tmp4 r22 macro
101 … sh3add,>= tmp3,r0,tmp4 /* compute the shift amt.and skip load if tmp6 > tmp1. */
105 … mtctl tmp4,11 /* load the shift count into cr11 = shift count register. */
114 mtctl tmp4,11 /* re-load the shift count into cr11 */
150 ldbx tmp6(s_addr),tmp4
152 comib,= 0,tmp4,done
153 stbs,ma tmp4,1(d_addr)
154 ldbs 1(s_addr),tmp4
155 comib,= 0,tmp4,done
156 stbs,ma tmp4,1(d_addr)
[all …]
Dstrcpy.S42 #define tmp4 r22 macro
181 sh3add tmp3,r0,tmp4 /* compute shift amt */
188 mtctl tmp4,r11 /* shift count -> shift count reg */
194 mtctl tmp4,r11 /* re-load shift cnt (delay slot) */
202 sh3add tmp3,r0,tmp4 /* compute shift amt */
211 mtctl tmp4,r11
223 mtctl tmp4,r11 /* re-load shift cnt (delay slot) */
262 extru save,7,8,tmp4
265 extru save,15,8,tmp4
271 combt,= tmp4,r0,done
[all …]
Dmemcpy.S30 #define tmp4 r22 macro
57 ldw -4(0,s_addr),tmp4 /* tmp4 = 4th word */
63 stwm tmp4,4(0,d_addr) /* tmp4 = 4th word stored. DELAY SLOT */
85 …zdep tmp3,28,29,tmp4 /* compute the number of bits to shift based on the number of byte…
86 mtctl tmp4,11 /* load the shift count into cr11 = shift count register. */
93 ldw -8(s_addr),tmp4
101 vshd tmp3,tmp4,tmp6 /* position data ! */
104 vshd tmp4,tmp5,tmp6 /* position data ! */
Dstrncat.S27 #define tmp4 r22 macro
70 extru s_addr,31,2,tmp4 /* Extract the low two bits of the source address.*/
75 comb,<> tmp5,tmp4,not_aligned /* branch if tmp5<>tmp4. */
114 sub,>= tmp5,tmp4,tmp6 /* compute the shift amt.and skip load if tmp5 > tmp4.*/
116 zdep tmp6,28,29,tmp4 /* compute the number of bits to shift */
117 mtctl tmp4,11 /* load the shift count into cr11 = shift count register.*/
127 mtctl tmp4,11 /* re-load the shift count into cr11 */
167 mtctl tmp4,11 /* restore shift value again */
Dstrncpy.S32 #define tmp4 r22 macro
84 zdep tmp3,28,29,tmp4 /* compute the number of bits to shift */
85 mtctl tmp4,11 /* load the shift count into cr11 = shift count register.*/
95 mtctl tmp4,11 /* re-load the shift count into cr11 */
128 mtctl tmp4,11 /* restore shift value again */
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/libc/machine/aarch64/
Dstrlen.S49 #define tmp4 x7 macro
120 orr tmp4, data2, REP8_7f
122 bic has_nul2, tmp3, tmp4
146 orr tmp4, data2, REP8_7f
148 bic has_nul2, tmp3, tmp4
Dstrrchr.S55 #define tmp4 x9 macro
154 sub tmp4, nul_match, #1
155 eor tmp4, tmp4, nul_match
156 ands chr_match, chr_match, tmp4