Home
last modified time | relevance | path

Searched refs:FNMSUBS (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/ppc64/
Dround.c31 FMADDS, FMSUBS, FNMADDS, FNMSUBS, enumerator
665 case FNMSUBS: in check_single_guarded_arithmetic_op()
678 z_sign = (op == FNMADDS || op == FNMSUBS ? -s : s); in check_single_guarded_arithmetic_op()
774 case FNMSUBS: in check_single_guarded_arithmetic_op()
1178 for (op = FADDS; op <= FNMSUBS; op++) { in test_float_arithmetic_ops()
/external/valgrind/main/none/tests/ppc32/
Dround.c31 FMADDS, FMSUBS, FNMADDS, FNMSUBS, enumerator
665 case FNMSUBS: in check_single_guarded_arithmetic_op()
678 z_sign = (op == FNMADDS || op == FNMSUBS ? -s : s); in check_single_guarded_arithmetic_op()
774 case FNMSUBS: in check_single_guarded_arithmetic_op()
1178 for (op = FADDS; op <= FNMSUBS; op++) { in test_float_arithmetic_ops()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1263 def FNMSUBS : AForm_1<59, 30,
1430 (FNMSUBS F4RC:$A, F4RC:$C, F4RC:$B)>,