Home | History | Annotate | Download | only in xxboot

Lines Matching refs:b2

36 | int memcmp(const void *b1, const void *b2, size_t len)
41 | %a0: b2
45 | %a0: b2
59 subl %d1,%d0 | (uint)*b1 - (uint)*b2
92 movel %a2@+,(buf+4):W | contents of b2
94 peal (buf+4):W | push b2
108 | b1 == b2 within length
110 .long 0x11223355 | b2
115 | b1 > b2 before the last
117 .long 0x11013344 | b2
122 | b1 < b2 in the last byte
124 .long 0x11220144 | b2
130 .long 0x11223344 | b2
134 test5: | *b1 - *b2 = 0 - 255 = -255
136 .long 0xff000000 | b2