Searched defs:O (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 45 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument 46 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument 47 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument 48 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
|
/picolibc-latest/newlib/libc/search/ |
D | hash.h | 201 #define OADDR_OF(S,O) ((__uint32_t)((__uint32_t)(S) << SPLITSHIFT) + (O)) argument
|