Home
last modified time | relevance | path

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

/external/valgrind/main/none/tests/ppc64/
Dround.c33 FMSUB, FNMADD, FNMSUB, FSQRT enumerator
966 case FNMSUB: in check_double_guarded_arithmetic_op()
979 z_sign = (op == FNMADD || op == FNMSUB ? -s : s); in check_double_guarded_arithmetic_op()
1107 case FNMSUB: in check_double_guarded_arithmetic_op()
/external/valgrind/main/none/tests/ppc32/
Dround.c33 FMSUB, FNMADD, FNMSUB, FSQRT enumerator
966 case FNMSUB: in check_double_guarded_arithmetic_op()
979 z_sign = (op == FNMADD || op == FNMSUB ? -s : s); in check_double_guarded_arithmetic_op()
1107 case FNMSUB: in check_double_guarded_arithmetic_op()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1257 def FNMSUB : AForm_1<63, 30,
1427 (FNMSUB F8RC:$A, F8RC:$C, F8RC:$B)>,