Home
last modified time | relevance | path

Searched defs:BRand (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/machine/arc/
Dstrncpy-bs.S53 #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
Dstrncpy.S47 #define BRand(a,b,l) and a,a,b ` brne_s a,0,l macro