Lines Matching refs:nf
120 UInt nf = (cc_dep1 >> ARMG_CC_SHIFT_N) & 1;
121 return nf;
128 UInt nf = res >> 31;
129 return nf;
136 UInt nf = res >> 31;
137 return nf;
146 UInt nf = res >> 31;
147 return nf;
156 UInt nf = res >> 31;
157 return nf;
162 UInt nf = res >> 31;
163 return nf;
168 UInt nf = res >> 31;
169 return nf;
174 UInt nf = resHi32 >> 31;
175 return nf;
475 UInt nf, zf, vf, cf, inv;
497 nf = armg_calculate_flag_n(cc_op, cc_dep1, cc_dep2, cc_dep3);
498 return inv ^ nf;
513 nf = armg_calculate_flag_n(cc_op, cc_dep1, cc_dep2, cc_dep3);
515 return inv ^ (1 & ~(nf ^ vf));
519 nf = armg_calculate_flag_n(cc_op, cc_dep1, cc_dep2, cc_dep3);
522 return inv ^ (1 & ~(zf | (nf ^ vf)));