Searched refs:ftt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/math-emu/ |
H A D | math_64.c | 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 in do_mathemu() 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) in do_mathemu() 195 /* QUAD - ftt == 3 */ in do_mathemu() 235 /* SUBNORMAL - ftt == 2 */ in do_mathemu() 368 int ftt = (current_thread_info()->xfsr[0] >> 14) & 0x7; in do_mathemu() local 369 if (ftt ! in do_mathemu() [all...] |
/kernel/linux/linux-6.6/arch/sparc/math-emu/ |
H A D | math_64.c | 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 in do_mathemu() 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) in do_mathemu() 195 /* QUAD - ftt == 3 */ in do_mathemu() 235 /* SUBNORMAL - ftt == 2 */ in do_mathemu() 368 int ftt = (current_thread_info()->xfsr[0] >> 14) & 0x7; in do_mathemu() local 369 if (ftt ! in do_mathemu() [all...] |
Completed in 3 milliseconds