Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h87 Value *VRCP(Value *va, const llvm::Twine& name = "");
Dbuilder_misc.cpp409 Value *Builder::VRCP(Value *va, const llvm::Twine& name) in VRCP() function in SwrJit::Builder
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1111 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_center})); in CompileFS()
1114 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_centroid})); in CompileFS()
1117 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_sample})); in CompileFS()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrSSE.td2993 defm VRCP : sse1_fp_unop_s_avx<0x53, "vrcp">, VEX_4V, VEX_LIG;
2994 defm VRCP : sse1_fp_unop_p<0x53, "vrcp", X86frcp>,