Searched refs:FADDS (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | round.c | 30 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/ |
D | round.c | 30 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/ |
D | sljitNativeSPARC_common.c | 125 #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()
|
D | sljitNativePPC_common.c | 162 #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/ |
D | PPCInstrInfo.cpp | 201 case PPC::FADDS: in isAssociativeAndCommutative()
|
D | PPCInstrInfo.td | 2501 defm FADDS : AForm_2r<59, 21,
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 983 (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/ |
D | SparcInstrInfo.td | 1013 def FADDS : F3_3<2, 0b110100, 0b001000001,
|