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

  /src/common/lib/libc/arch/m68k/string/
bcmp.S 76 #define CMPMB(a,b) movb b,%d2; cmpb a,%d2
80 #define CMPMB(a,b) cmpmb a,b
116 CMPMB((%a0)+,(%a1)+)
177 CMPMB((%a0)+,(%a1)+) | compare a byte
memcmp.S 49 #define CMPMB(a,b) movb b,%d2; cmpb a,%d2
53 #define CMPMB(a,b) cmpmb a,b
77 CMPMB((%a0)+,(%a1)+) | yes, compare a byte
96 CMPMB((%a0)+,(%a1)+) | compare a byte

Completed in 12 milliseconds