Lines Matching refs:rNEG
40 #define rNEG r9 /* ~(word in s1 | 0x7f7f7f7f7f7f7f7f) */ macro
65 nor rNEG, r7F7F, rWORD1
66 and. rTMP, rTMP, rNEG
84 neg rNEG, rBITDIF
85 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */
86 cntlzd rNEG, rNEG /* bitcount of the bit. */
87 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */
88 sld rWORD1, rWORD1, rNEG /* shift left to clear MS bytes. */
89 sld rWORD2, rWORD2, rNEG
103 neg rNEG, rBITDIF
104 and rNEG, rNEG, rBITDIF /* rNEG has LS bit that differs. */
105 cntlzd rNEG, rNEG /* bitcount of the bit. */
106 andi. rNEG, rNEG, 56 /* bitcount to LS byte that differs. */
107 sld rWORD1, rWORD1, rNEG /* shift left to clear MS bytes. */
108 sld rWORD2, rWORD2, rNEG
126 andc rNEG, rNEG, rTMP
129 cntlzd rNEG, rNEG
130 addi rNEG, rNEG, 7
131 cmpd cr1, rNEG, rBITDIF