Lines Matching refs:misaligned
351 # _compandset() - emulate misaligned "cas" #
833 # misaligned = true
2928 # _compandset(): routine to emulate cas w/ misaligned <ea> #
3233 # operands. A misaligned operand must be written in aligned chunks or #
3329 mov.l %a0,%d0 # is ADDR1 misaligned?
3333 beq.w CAS2L2_ENTER # yes; word misaligned
3334 bra.w CAS2L3_ENTER # yes; byte misaligned
3631 mov.l %a0,%d0 # is ADDR1 misaligned?
3850 # operand. A misaligned operand must be written in aligned chunks or #
4043 # there are two possible misaligned cases for longword cas. they
4051 mov.l %a0,%d1 # byte or word misaligned?
4053 bne.w casl2 # byte misaligned