Lines Matching refs:sign
85 # sign info for later. Separate out special cases like divide-by-zero #
88 # Restore sign info if signed instruction. Set the condition #
145 # save the sign of the divisor
147 tst.l %d7 # chk sign of divisor
148 slt NDIVISOR(%a6) # save sign of divisor
152 # save the sign of the dividend
155 tst.l %d5 # chk sign of hi(dividend)
156 slt NDIVIDEND(%a6) # save sign of dividend
199 tst.b NDIVIDEND(%a6) # remainder has same sign
636 clr.b %d5 # clear sign tag
643 # the result sign is the exclusive or of the operand sign bits.
649 eori.b &0x1,%d5 # calculate correct sign
779 # bounds are sign extended accordingly. If Rn is a data register, Rn is #
780 # also sign extended. If Rn is an address register, it need not be sign #
803 extb.l %d0 # sign extend lo bnd
804 extb.l %d1 # sign extend hi bnd
822 ext.l %d0 # sign extend lo bnd
823 ext.l %d1 # sign extend hi bnd
857 extb.l %d0 # sign extend lo bnd
858 extb.l %d1 # sign extend hi bnd
861 # sign extend byte to long so we can do simple longword compares.
862 extb.l %d2 # sign extend data byte
880 ext.l %d0 # sign extend lo bnd
881 ext.l %d1 # sign extend hi bnd
884 # sign extend word to long so we can do simple longword compares.
885 ext.l %d2 # sign extend data word