HomeSort by: relevance | last modified time | path
    Searched defs:CMPMW (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/arch/m68k/string/
memcmp.S 50 #define CMPMW(a,b) movw b,%d2; cmpw a,%d2
54 #define CMPMW(a,b) cmpmw a,b
bcmp.S 77 #define CMPMW(a,b) movw b,%d2; cmpw a,%d2
81 #define CMPMW(a,b) cmpmw a,b
123 CMPMW((%a0)+,(%a1)+)

Completed in 12 milliseconds