Home | History | Annotate | Download | only in xxboot

Lines Matching refs:b1

36 | int memcmp(const void *b1, const void *b2, size_t len)
40 | %d1: b1
46 | %a1: b1
59 subl %d1,%d0 | (uint)*b1 - (uint)*b2
91 movel %a2@+,buf:W | contents of b1
95 peal (buf):W | push b1
108 | b1 == b2 within length
109 .long 0x11223344 | b1
115 | b1 > b2 before the last
116 .long 0x11813344 | b1
122 | b1 < b2 in the last byte
123 .long 0x11220044 | b1
129 .long 0x11223344 | b1
134 test5: | *b1 - *b2 = 0 - 255 = -255
135 .long 0x00000000 | b1