Lines Matching refs:rNEG
41 #define rNEG r10 /* ~(word in s1 | 0x7f7f7f7f7f7f7f7f) */ macro
75 nor rNEG, r7F7F, rWORD1
77 and. rTMP, rTMP, rNEG
96 neg rNEG, rBITDIF
97 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */
98 cntlzd rNEG, rNEG /* bitcount of the bit. */
99 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */
100 sld rWORD1, rWORD1, rNEG /* shift left to clear MS bytes. */
101 sld rWORD2, rWORD2, rNEG
115 neg rNEG, rBITDIF
116 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */
117 cntlzd rNEG, rNEG /* bitcount of the bit. */
118 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */
119 sld rWORD1, rWORD1, rNEG /* shift left to clear MS bytes. */
120 sld rWORD2, rWORD2, rNEG
138 andc rNEG, rNEG, rTMP
141 cntlzd rNEG, rNEG
142 addi rNEG, rNEG, 7
143 cmpd cr1, rNEG, rBITDIF
170 and. rTMP, rTMP, rNEG