Home
last modified time | relevance | path

Searched refs:VROUND (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h280 VROUND, enumerator
H A DSystemZOperators.td405 def z_vround : SDNode<"SystemZISD::VROUND", SDT_ZVecUnaryConv>;
H A DSystemZISelLowering.cpp7478 OPCODE(VROUND); in getTargetNodeName()
8425 VRound = DAG.getNode(SystemZISD::VROUND, SDLoc(N), in combineFP_ROUND()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td5652 defm VROUND : sse41_fp_unop_s_int<0x0A, 0x0B, "vround", SchedWriteFRnd.Scl,
5655 defm VROUND : avx_fp_unop_rm<0x0A, 0x0B, "vround", SchedWriteFRnd.Scl>,