Home
last modified time | relevance | path

Searched refs:FADDS (Results 1 – 8 of 8) 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/dist/sljit/
DsljitNativeSPARC_common.c125 #define FADDS (OPC1(0x2) | OPC3(0x34) | DOP(0x41)) macro
1150 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FADDS, FADDD) | DA(dst_r) | S1A(src1) | S2A(src2), MOVA… in sljit_emit_fop2()
DsljitNativePPC_common.c162 #define FADDS (HI(59) | LO(21)) macro
1983 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/PowerPC/
DPPCInstrInfo.cpp201 case PPC::FADDS: in isAssociativeAndCommutative()
DPPCInstrInfo.td2501 defm FADDS : AForm_2r<59, 21,
/external/llvm/docs/
DCodeGenerator.rst983 (FMADDS (FADDS W, X), Y, Z)
987 The ``FADDS`` instruction is a simple binary single-precision add instruction.
999 def FADDS : AForm_2<59, 21,
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td1013 def FADDS : F3_3<2, 0b110100, 0b001000001,