Home
last modified time | relevance | path

Searched refs:FNMSUBS (Results 1 – 25 of 135) sorted by relevance

123456

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/
H A Dcommon_sparc.h148 #define FNMSUBS(rs1, rs2, rs3, rd) \ macro
178 #define FNMSUB(a, b, c, d) FNMSUBS(a, b, c, d)
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/
H A Dcommon_sparc.h131 #define FNMSUBS(rs1, rs2, rs3, rd) \ macro
161 #define FNMSUB(a, b, c, d) FNMSUBS(a, b, c, d)
/dports/math/openblas/OpenBLAS-0.3.18/
H A Dcommon_sparc.h157 #define FNMSUBS(rs1, rs2, rs3, rd) \ macro
187 #define FNMSUB(a, b, c, d) FNMSUBS(a, b, c, d)
/dports/math/gotoblas/GotoBLAS2/
H A Dcommon_sparc.h148 #define FNMSUBS(rs1, rs2, rs3, rd) \ macro
178 #define FNMSUB(a, b, c, d) FNMSUBS(a, b, c, d)
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dround.c31 FMADDS, FMSUBS, FNMADDS, FNMSUBS, enumerator
675 case FNMSUBS: in check_single_guarded_arithmetic_op()
688 z_sign = (op == FNMADDS || op == FNMSUBS ? -s : s); in check_single_guarded_arithmetic_op()
784 case FNMSUBS: in check_single_guarded_arithmetic_op()
1202 for (op = FADDS; op <= FNMSUBS; op++) { in test_float_arithmetic_ops()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dround.c31 FMADDS, FMSUBS, FNMADDS, FNMSUBS, enumerator
675 case FNMSUBS: in check_single_guarded_arithmetic_op()
688 z_sign = (op == FNMADDS || op == FNMSUBS ? -s : s); in check_single_guarded_arithmetic_op()
784 case FNMSUBS: in check_single_guarded_arithmetic_op()
1202 for (op = FADDS; op <= FNMSUBS; op++) { in test_float_arithmetic_ops()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dround.c31 FMADDS, FMSUBS, FNMADDS, FNMSUBS, enumerator
675 case FNMSUBS: in check_single_guarded_arithmetic_op()
688 z_sign = (op == FNMADDS || op == FNMSUBS ? -s : s); in check_single_guarded_arithmetic_op()
784 case FNMSUBS: in check_single_guarded_arithmetic_op()
1202 for (op = FADDS; op <= FNMSUBS; op++) { in test_float_arithmetic_ops()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dround.c31 FMADDS, FMSUBS, FNMADDS, FNMSUBS, enumerator
675 case FNMSUBS: in check_single_guarded_arithmetic_op()
688 z_sign = (op == FNMADDS || op == FNMSUBS ? -s : s); in check_single_guarded_arithmetic_op()
784 case FNMSUBS: in check_single_guarded_arithmetic_op()
1202 for (op = FADDS; op <= FNMSUBS; op++) { in test_float_arithmetic_ops()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
H A Dplan9.go233 …MSUBS, FMSUBSCC, FNMADD, FNMADDCC, FNMADDS, FNMADDSCC, FNMSUB, FNMSUBCC, FNMSUBS, FNMSUBSCC, FSEL,…
250 … FMUL, FMULS, FDIV, FDIVS, FMADD, FMADDS, FMSUB, FMSUBS, FNMADD, FNMADDS, FNMSUB, FNMSUBS, FMULSCC:
H A Dtables.go1110 FNMSUBS const
2526 FNMSUBS: "fnmsubs",
5150 …{FNMSUBS, 0xfc00003f00000000, 0xec00003c00000000, 0x0, // Floating Negative Multiply-Subtract Sing…
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/math-emu/
H A Dmath.c115 #define FNMSUBS 0x01e /* 30 */ macro
277 case FNMSUBS: func = fnmsubs; type = ABC; break; in do_mathemu()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/math-emu/
H A Dmath.c115 #define FNMSUBS 0x01e /* 30 */ macro
277 case FNMSUBS: func = fnmsubs; type = ABC; break; in do_mathemu()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/math-emu/
H A Dmath.c115 #define FNMSUBS 0x01e /* 30 */ macro
277 case FNMSUBS: func = fnmsubs; type = ABC; break; in do_mathemu()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/
H A DPPCGenInstrNames.inc174 FNMSUBS = 161,
H A DPPCGenCodeEmitter.inc172 3959423036U, // FNMSUBS
965 case PPC::FNMSUBS:
H A DPPCGenInstrInfo.inc284 …{ 161, 4, 1, 8, "FNMSUBS", 0, 0x18ULL, ImplicitList10, NULL, NULL, OperandInfo38 }, // Inst #161 …
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/asm/internal/asm/testdata/
H A Driscv64.s234 FNMSUBS F1, F2, F3, F4 // 4b822018
H A Darm64enc.s611 FNMSUBS F14, F16, F27, F14 // 6ec32e1f
H A Dppc64.s458 FNMSUBS F1, F2, F3, F4 // ec8110fc
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
H A Dtables.go370 FNMSUBS const
1697 FNMSUBS: "fnmsubs",
3459 …{FNMSUBS, 0xfc00003f, 0xec00003c, 0x0, // Floating Negative Multiply-Subtract [Single] A-form (fnm…
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
H A Dtables.go370 FNMSUBS const
1712 FNMSUBS: "fnmsubs",
3490 …{FNMSUBS, 0xfc00003f, 0xec00003c, 0x0, // Floating Negative Multiply-Subtract [Single] A-form (fnm…
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1277 def FNMSUBS : AForm_1<59, 30,
1444 (FNMSUBS F4RC:$A, F4RC:$C, F4RC:$B)>,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ppc/
H A Dconstants-ppc.h1903 V(fnmsubs, FNMSUBS, 0xEC00003C) \
/dports/www/node10/node-v10.24.1/deps/v8/src/ppc/
H A Dconstants-ppc.h1872 V(fnmsubs, FNMSUBS, 0xEC00003C) \
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/lib/
H A Djit_ppc-fpu.c72 # define FNMSUBS(d,a,b,c) FA(59,d,a,b,c,30) macro

123456