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

  /src/common/lib/libc/arch/m68k/string/
memcmp.S 51 #define CMPML(a,b) movl b,%d2; cmpl a,%d2
55 #define CMPML(a,b) cmpml a,b
89 CMPML((%a0)+,(%a1)+) | compare a longword
bcmp.S 78 #define CMPML(a,b) movl b,%d2; cmpl a,%d2
82 #define CMPML(a,b) cmpml a,b
134 CMPML((%a0)+,(%a1)+) | compare 1 of 8 longwords
136 CMPML((%a0)+,(%a1)+) | compare 2 of 8 longwords
138 CMPML((%a0)+,(%a1)+) | compare 3 of 8 longwords
140 CMPML((%a0)+,(%a1)+) | compare 4 of 8 longwords
142 CMPML((%a0)+,(%a1)+) | compare 5 of 8 longwords
144 CMPML((%a0)+,(%a1)+) | compare 6 of 8 longwords
146 CMPML((%a0)+,(%a1)+) | compare 7 of 8 longword
    [all...]

Completed in 12 milliseconds