Searched refs:FADDS (Results 1 – 12 of 12) 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/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 129 #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()
|
D | sljitNativePPC_common.c | 166 #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/ |
D | LeonPasses.cpp | 859 case SP::FADDS: in runOnMachineFunction()
|
D | SparcInstrInfo.td | 1201 def FADDS : F3_3<2, 0b110100, 0b001000001,
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 639 def FADDS : F3_3<2, 0b110100, 0b001000001,
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 1813 V(fadds, FADDS, 0xEC00002A) \
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 203 case PPC::FADDS: in isAssociativeAndCommutative()
|
D | PPCInstrInfo.td | 2590 defm FADDS : AForm_2r<59, 21,
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 978 (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/ |
D | PPCInstrInfo.td | 1291 def FADDS : AForm_2<59, 21,
|