Home
last modified time | relevance | path

Searched refs:FADDS (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/none/tests/ppc64/
Dround.c30 FADDS, FSUBS, FMULS, FDIVS, enumerator
431 case FADDS: in check_single_arithmetic_op()
475 case FADDS: in check_single_arithmetic_op()
609 case FADDS: in check_single_guarded_arithmetic_op()
756 case FADDS: in check_single_guarded_arithmetic_op()
1196 for (op = FADDS; op <= FDIVS; op++) { in test_float_arithmetic_ops()
1202 for (op = FADDS; op <= FNMSUBS; op++) { in test_float_arithmetic_ops()
/external/valgrind/none/tests/ppc32/
Dround.c30 FADDS, FSUBS, FMULS, FDIVS, enumerator
431 case FADDS: in check_single_arithmetic_op()
475 case FADDS: in check_single_arithmetic_op()
609 case FADDS: in check_single_guarded_arithmetic_op()
756 case FADDS: in check_single_guarded_arithmetic_op()
1196 for (op = FADDS; op <= FDIVS; op++) { in test_float_arithmetic_ops()
1202 for (op = FADDS; op <= FNMSUBS; op++) { in test_float_arithmetic_ops()
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c129 #define FADDS (OPC1(0x2) | OPC3(0x34) | DOP(0x41)) macro
1154 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FADDS, FADDD) | DA(dst_r) | S1A(src1) | S2A(src2), MOVA… in sljit_emit_fop2()
DsljitNativePPC_common.c166 #define FADDS (HI(59) | LO(21)) macro
1987 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FADDS, FADD) | FD(dst_r) | FA(src1) | FB(src2))); in sljit_emit_fop2()
/external/llvm/lib/Target/Sparc/
DLeonPasses.cpp859 case SP::FADDS: in runOnMachineFunction()
DSparcInstrInfo.td1201 def FADDS : F3_3<2, 0b110100, 0b001000001,
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.td639 def FADDS : F3_3<2, 0b110100, 0b001000001,
/external/v8/src/ppc/
Dconstants-ppc.h1813 V(fadds, FADDS, 0xEC00002A) \
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp203 case PPC::FADDS: in isAssociativeAndCommutative()
DPPCInstrInfo.td2590 defm FADDS : AForm_2r<59, 21,
/external/llvm/docs/
DCodeGenerator.rst978 (FMADDS (FADDS W, X), Y, Z)
982 The ``FADDS`` instruction is a simple binary single-precision add instruction.
994 def FADDS : AForm_2<59, 21,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.td1291 def FADDS : AForm_2<59, 21,