Searched refs:A0P (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/machine/h8300/ |
D | reg_memset.S | 29 MOVP A0P,A3P 34 mov.b A1L,@A0P 36 add #1,A0P 39 adds #1,A0P 46 MOVP A3P,A0P
|
D | reg_memcpy.S | 29 MOVP A0P,A3P ; keep copy of result 30 ADDP A2P,A0P ; point to end of dst 32 CMPP A0P,A3P ; see if anything to do 42 mov.b A2L,@-A0P ; save byte 43 CMPP A0P,A3P ; at the front again ?
|
D | defines.h | 54 #define A0P r0 macro 74 #define A0P r0 macro 90 #define A0P er0 macro 117 #define A0P r0 macro 133 #define A0P er0 macro
|
D | strcmp.S | 43 MOVP A0P,A2P
|