Lines Matching refs:rNEG
43 #define rNEG r10 /* ~(word in s1 | 0x7f7f7f7f7f7f7f7f) */ macro
77 nor rNEG, r7F7F, rWORD1
79 and. rTMP, rTMP, rNEG
98 neg rNEG, rBITDIF
99 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */
100 cntlzd rNEG, rNEG /* bitcount of the bit. */
101 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */
102 sld rWORD1, rWORD1, rNEG /* shift left to clear MS bytes. */
103 sld rWORD2, rWORD2, rNEG
117 neg rNEG, rBITDIF
118 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */
119 cntlzd rNEG, rNEG /* bitcount of the bit. */
120 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */
121 sld rWORD1, rWORD1, rNEG /* shift left to clear MS bytes. */
122 sld rWORD2, rWORD2, rNEG
140 andc rNEG, rNEG, rTMP
143 cntlzd rNEG, rNEG
144 addi rNEG, rNEG, 7
145 cmpd cr1, rNEG, rBITDIF
172 and. rTMP, rTMP, rNEG