Lines Matching refs:rNEG
46 #define rNEG r10 /* ~(word in s1 | 0x7f7f7f7f7f7f7f7f) */ macro
82 nor rNEG,r7F7F,rWORD1
84 and. rTMP,rTMP,rNEG
103 addi rNEG, rBITDIF, 1
104 orc rNEG, rNEG, rBITDIF /* 0's below LS differing byte. */
105 sldi rNEG, rNEG, 8 /* 1's above LS differing byte. */
106 andc rWORD1, rWORD1, rNEG /* mask off MS bytes. */
107 andc rWORD2, rWORD2, rNEG
121 addi rNEG, rBITDIF, 1
122 orc rNEG, rNEG, rBITDIF /* 0's below LS differing byte. */
123 sldi rNEG, rNEG, 8 /* 1's above LS differing byte. */
124 andc rWORD1, rWORD1, rNEG /* mask off MS bytes. */
125 andc rWORD2, rWORD2, rNEG
143 andc rNEG,rNEG,rTMP
146 cntlzd rNEG,rNEG
147 addi rNEG,rNEG,7
148 cmpd cr1,rNEG,rBITDIF
175 and. rTMP,rTMP,rNEG