Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h270 VROUND, enumerator
H A DSystemZOperators.td372 def z_vround : SDNode<"SystemZISD::VROUND", SDT_ZVecUnaryConv>;
H A DSystemZISelLowering.cpp6404 OPCODE(VROUND); in getTargetNodeName()
7209 VRound = DAG.getNode(SystemZISD::VROUND, SDLoc(N), in combineFP_ROUND()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td5639 defm VROUND : sse41_fp_binop_s<0x0A, 0x0B, "vround", SchedWriteFRnd.Scl,
5642 defm VROUND : avx_fp_unop_rm<0x0A, 0x0B, "vround", SchedWriteFRnd.Scl>,