Searched refs:FILLCHAR (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/ |
D | memset.S | 30 #define FILLCHAR arg1 macro 39 dep FILLCHAR,23,8,FILLCHAR /* dup low byte */ 40 dep FILLCHAR,15,16,FILLCHAR /* into high bytes */ 43 stbys,m FILLCHAR,0(TO) /* fill out first word */ 55 stbys,m,e FILLCHAR,0(TMP) /* fill out the last */ 68 stws,ma FILLCHAR,4(TO) 73 stws,ma FILLCHAR,4(TO) 74 stws,ma FILLCHAR,4(TO) 75 stws,ma FILLCHAR,4(TO) 77 stws,ma FILLCHAR,4(TO) [all …]
|