Searched refs:FMADD (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 32 FADD, FSUB, FMUL, FDIV, FMADD, enumerator 963 case FMADD: in check_double_guarded_arithmetic_op() 976 fC = (op == FMADD || op == FNMADD ? s : -s)*A.dbl; in check_double_guarded_arithmetic_op() 1095 case FMADD: in check_double_guarded_arithmetic_op()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 32 FADD, FSUB, FMUL, FDIV, FMADD, enumerator 963 case FMADD: in check_double_guarded_arithmetic_op() 976 fC = (op == FMADD || op == FNMADD ? s : -s)*A.dbl; in check_double_guarded_arithmetic_op() 1095 case FMADD: in check_double_guarded_arithmetic_op()
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 25 Altivec: Codegen'ing MUL with vector FMADD should add -0.0, not 0.0:
|
D | PPCInstrInfo.td | 1221 def FMADD : AForm_1<63, 29,
|