Home
last modified time | relevance | path

Searched refs:VRCP (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/VE/VELIntrinsics/
Dvrcp.ll6 ;;; We test VRCP*vl, VRCP*vl_v, PVRCP*vl, and PVRCP*vl_v instructions.
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h115 Value* VRCP(Value* va, const llvm::Twine& name = "");
Dbuilder_misc.cpp351 Value* Builder::VRCP(Value* va, const llvm::Twine& name) in VRCP() function in SwrJit::Builder
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2712 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_center})); in CompileFS()
2715 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_centroid})); in CompileFS()
2718 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_sample})); in CompileFS()
/external/llvm-project/llvm/lib/Target/VE/
DVEInstrVec.td609 // e.g. VFSQRT, VRCP, and VRSQRT.
1213 // Section 8.13.12 - VRCP (Vector Floating Reciprocal)