Searched refs:VRCP (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.h | 87 Value *VRCP(Value *va, const llvm::Twine& name = "");
|
D | builder_misc.cpp | 409 Value *Builder::VRCP(Value *va, const llvm::Twine& name) in VRCP() function in SwrJit::Builder
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1111 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/ |
D | X86InstrSSE.td | 2993 defm VRCP : sse1_fp_unop_s_avx<0x53, "vrcp">, VEX_4V, VEX_LIG; 2994 defm VRCP : sse1_fp_unop_p<0x53, "vrcp", X86frcp>,
|