Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h474 X86_INTRINSIC_DATA(fma_mask_vfnmsub_pd_128, FMA_OP_MASK, X86ISD::FNMSUB, 0),
475 X86_INTRINSIC_DATA(fma_mask_vfnmsub_pd_256, FMA_OP_MASK, X86ISD::FNMSUB, 0),
476 X86_INTRINSIC_DATA(fma_mask_vfnmsub_pd_512, FMA_OP_MASK, X86ISD::FNMSUB,
478 X86_INTRINSIC_DATA(fma_mask_vfnmsub_ps_128, FMA_OP_MASK, X86ISD::FNMSUB, 0),
479 X86_INTRINSIC_DATA(fma_mask_vfnmsub_ps_256, FMA_OP_MASK, X86ISD::FNMSUB, 0),
480 X86_INTRINSIC_DATA(fma_mask_vfnmsub_ps_512, FMA_OP_MASK, X86ISD::FNMSUB,
502 X86_INTRINSIC_DATA(fma_vfnmsub_pd, INTR_TYPE_3OP, X86ISD::FNMSUB, 0),
503 X86_INTRINSIC_DATA(fma_vfnmsub_pd_256, INTR_TYPE_3OP, X86ISD::FNMSUB, 0),
504 X86_INTRINSIC_DATA(fma_vfnmsub_ps, INTR_TYPE_3OP, X86ISD::FNMSUB, 0),
505 X86_INTRINSIC_DATA(fma_vfnmsub_ps_256, INTR_TYPE_3OP, X86ISD::FNMSUB, 0),
DX86ISelLowering.h385 FNMSUB, enumerator
DX86InstrFragmentsSIMD.td291 def X86Fnmsub : SDNode<"X86ISD::FNMSUB", SDTFma>;
DX86ISelLowering.cpp17656 case X86ISD::FNMSUB: return "X86ISD::FNMSUB"; in getTargetNodeName()
23310 Opcode = (!NegC) ? X86ISD::FNMADD : X86ISD::FNMSUB; in PerformFMACombine()
/external/valgrind/none/tests/ppc64/
Dround.c33 FMSUB, FNMADD, FNMSUB, FSQRT enumerator
990 case FNMSUB: in check_double_guarded_arithmetic_op()
1003 z_sign = (op == FNMADD || op == FNMSUB ? -s : s); in check_double_guarded_arithmetic_op()
1131 case FNMSUB: in check_double_guarded_arithmetic_op()
/external/valgrind/none/tests/ppc32/
Dround.c33 FMSUB, FNMADD, FNMSUB, FSQRT enumerator
990 case FNMSUB: in check_double_guarded_arithmetic_op()
1003 z_sign = (op == FNMADD || op == FNMSUB ? -s : s); in check_double_guarded_arithmetic_op()
1131 case FNMSUB: in check_double_guarded_arithmetic_op()
/external/valgrind/
DREADME.aarch64146 FMADD/FMSUB/FNMADD/FNMSUB: generate and use the relevant fused
/external/v8/src/arm64/
Ddisasm-arm64.cc1046 FORMAT(FNMSUB, "fnmsub"); in VisitFPDataProcessing3Source()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2424 defm FNMSUB : AForm_1r<63, 30,
2737 // Additional FNMSUB patterns: -a*c + b == -(a*c - b)
2739 (FNMSUB $A, $C, $B)>;
2741 (FNMSUB $A, $C, $B)>;
/external/vixl/src/vixl/a64/
Ddisasm-a64.cc1165 FORMAT(FNMSUB, "fnmsub"); in VisitFPDataProcessing3Source()
/external/vixl/doc/
Dsupported-instructions.md2323 ### FNMSUB ### subsection
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2449 defm FNMSUB : ThreeOperandFPData<1, 1, "fnmsub",