Lines Matching defs:ftt
28 /* QUAD - ftt == 3 */
46 /* SUBNORMAL - ftt == 2 */
173 /* ftt tells which ftt it may happen in, r is rd, b is rs2 and a is rs1. The *u arg tells
176 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6) | (ftt << 9)
195 /* QUAD - ftt == 3 */
235 /* SUBNORMAL - ftt == 2 */
368 int ftt = (current_thread_info()->xfsr[0] >> 14) & 0x7;
369 if (ftt != (type >> 9))