Searched refs:FMUL (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/ |
| H A D | ingenic-ipu.c | 65 #define FMUL(fa, fb) ((s32)(((s64)(fa) * (s64)(fb)) / 65536)) macro 95 const s32 f_x2 = FMUL(f_x, f_x); in cubic_conv() 96 const s32 f_x3 = FMUL(f_x, f_x2); in cubic_conv() 99 return FMUL((f_a + f_2), f_x3) - FMUL((f_a + f_3), f_x2) + f_1; in cubic_conv() 101 return FMUL(f_a, (f_x3 - 5 * f_x2 + 8 * f_x - f_4)); in cubic_conv()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | math.c | 126 #define FMUL 0x019 /* 25 */ macro 293 case FMUL: func = fmul; type = AC; break; in do_mathemu()
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | fplsp.doc | 113 executes an FMUL of a zero and an infinity to force the OPERR
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 2694 "FADD\tQWORD PTR ", "FMUL\tQWORD PTR ", "FCOM\tQWORD PTR ", 2698 "FADD\t", "FMUL\t", "FCOM\t", "FCOMP\t",
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 17828 instructions: 'FADD', 'FDIV', 'FMUL', and 'FSUB'.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 17828 instructions: 'FADD', 'FDIV', 'FMUL', and 'FSUB'.
|