Searched refs:FRECPE (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 191 FRECPE, enumerator
|
D | AArch64ISelLowering.cpp | 957 case AArch64ISD::FRECPE: return "AArch64ISD::FRECPE"; in getTargetNodeName() 4570 RecipOp = Opcode == (AArch64ISD::FRECPE) ? "div": "sqrt"; in getEstimate() 4584 return getEstimate(*Subtarget, DCI, AArch64ISD::FRECPE, Operand, ExtraSteps); in getRecipEstimate()
|
D | AArch64InstrInfo.td | 289 def AArch64frecpe : SDNode<"AArch64ISD::FRECPE", SDTFPUnaryOp>; 2835 defm FRECPE : SIMDTwoVectorFP<0, 1, 0b11101, "frecpe", int_aarch64_neon_frecpe>; 3361 defm FRECPE : SIMDFPTwoScalar< 0, 1, 0b11101, "frecpe">;
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 956 def FRECPE : SInst<"vrecpe", "dd", "dQd">;
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2384 ### FRECPE ### subsection
|