Searched refs:fptemp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | fpsp.h | 184 .set fptemp15_bit,4 | fptemp exponent bit #15 199 .set FPTEMP,LV-24 | fptemp (12 bytes) 200 .set FPTEMP_EX,FPTEMP | fptemp sign and exponent (2 bytes) 201 .set FPTEMP_HI,FPTEMP+4 | fptemp mantissa [63:32] (4 bytes) 202 .set FPTEMP_LO,FPTEMP+8 | fptemp mantissa [31:00] (4 bytes)
|
H A D | res_func.S | 448 movel ETEMP_EX(%a6),FPTEMP_EX(%a6) |set up fptemp sign for 1339 movel ETEMP_EX(%a6),FPTEMP_EX(%a6) |set up fptemp sign for 1363 movel ETEMP_EX(%a6),FPTEMP_EX(%a6) |set up fptemp sign for
|
H A D | gen_except.S | 326 | internal format, is in fptemp.
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1277 double fptemp = floatx80_to_double(env, ST0); in helper_fptan() local 1279 if ((fptemp > MAXTAN) || (fptemp < -MAXTAN)) { in helper_fptan() 1282 fptemp = tan(fptemp); in helper_fptan() 1283 ST0 = double_to_floatx80(env, fptemp); in helper_fptan() 2286 double fptemp = floatx80_to_double(env, ST0); in helper_fsincos() local 2288 if ((fptemp > MAXTAN) || (fptemp < -MAXTAN)) { in helper_fsincos() 2291 ST0 = double_to_floatx80(env, sin(fptemp)); in helper_fsincos() 2293 ST0 = double_to_floatx80(env, cos(fptemp)); in helper_fsincos() 2359 double fptemp = floatx80_to_double(env, ST0); in helper_fsin() local 2361 if ((fptemp > MAXTAN) || (fptemp < -MAXTAN)) { in helper_fsin() [all …]
|