Searched defs:BRand (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/machine/arc/ |
D | strncpy-bs.S | 53 #define BRand(a,b,l) tst a,b ` bne_l l macro 55 #define BRand(a,b,l) and a,a,b ` brne_s a,0,l macro
|
D | strncpy.S | 47 #define BRand(a,b,l) and a,a,b ` brne_s a,0,l macro
|