Home
last modified time | relevance | path

Searched refs:V0 (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DDataMov.cpp299 static constexpr uint64_t V0 = 0xAAAAAAAAAAAAAAAAull; \ in TEST_F()
306 test.setQwordTo(T0, V0); \ in TEST_F()
315 static constexpr uint64_t V0 = 0xAAAAAAAAAAAAAAAAull; \ in TEST_F()
320 test.setQwordTo(T0, (V0 & ~Mask##Size) | Value); \ in TEST_F()
362 static constexpr uint64_t V0 = 0xAAAAAAAAAAAAAAAAull; \ in TEST_F()
369 test.setQwordTo(T0, V0); \ in TEST_F()
379 static constexpr uint64_t V0 = 0xC0BEBEEF & Mask##Size; \ in TEST_F()
384 test.setQwordTo(T0, V0); \ in TEST_F()
447 const uint32_t V0 = Value1; \ in TEST_F()
455 test.setDwordTo(T0, V0); \ in TEST_F()
[all...]
H A DXmmArith.cpp27 const Type V0 = Value0; \ in TEST_F()
37 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
40 test.setDwordTo(T0, static_cast<float>(V0)); \ in TEST_F()
46 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
60 const Type V0 = Value0; \ in TEST_F()
69 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
72 test.setDwordTo(T0, static_cast<float>(V0)); \ in TEST_F()
78 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
130 const Dqword V0 Value0; \ in TEST_F()
140 test.setDqwordTo(T0, V0); \ in TEST_F()
[all...]
H A DLocked.cpp42 const uint32_t V0 = (Value0)&Mask##Size; \ in TEST_F()
50 test.setDwordTo(T0, V0); \ in TEST_F()
53 ASSERT_EQ(V0, test.Dst1()) << TestString; \ in TEST_F()
93 const uint32_t V0 = (Value0)&Mask##Size; \ in TEST_F()
105 ASSERT_EQ(V0, test.Reg1()) << TestString; \ in TEST_F()
151 const uint32_t V0 = (Value0)&Mask##Size; \ in TEST_F()
160 test.setDwordTo(T0, V0); \ in TEST_F()
163 ASSERT_EQ(V0, test.Dst1()) << TestString; \ in TEST_F()
164 ASSERT_EQ(Mask##Size &(V1 + V0), test.contentsOfDword(T0)) << TestString; \ in TEST_F()
295 static constexpr uint64_t V0 in TEST_F()
[all...]
H A DGPRArith.cpp18 constexpr uint64_t V0 = 0x3AABBEFABBBAA3ull; in TEST_F() local
25 test.setQwordTo(T0, V0); in TEST_F()
39 constexpr uint32_t V0 = 0xF00F00; \ in TEST_F()
48 test.setDwordTo(T0, V0); \ in TEST_F()
552 const uint32_t V0 = Value1; \ in TEST_F()
559 test.setDwordTo(T0, V0); \ in TEST_F()
597 const uint32_t V0 = Value0; \ in TEST_F()
603 test.setDwordTo(T0, V0); \ in TEST_F()
620 const uint32_t V0 = Value0; \ in TEST_F()
625 test.setDwordTo(T0, V0); \ in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp71 unsigned V0, V1; in initGlobalBaseReg() local
77 V0 = RegInfo.createVirtualRegister(RC); in initGlobalBaseReg()
88 BuildMI(MBB, I, DL, TII.get(Mips::LUi64), V0) in initGlobalBaseReg()
90 BuildMI(MBB, I, DL, TII.get(Mips::DADDu), V1).addReg(V0) in initGlobalBaseReg()
102 BuildMI(MBB, I, DL, TII.get(Mips::LUi), V0) in initGlobalBaseReg()
104 BuildMI(MBB, I, DL, TII.get(Mips::ADDiu), GlobalBaseReg).addReg(V0) in initGlobalBaseReg()
117 BuildMI(MBB, I, DL, TII.get(Mips::LUi), V0) in initGlobalBaseReg()
119 BuildMI(MBB, I, DL, TII.get(Mips::ADDu), V1).addReg(V0).addReg(Mips::T9); in initGlobalBaseReg()
141 // Register $2 (Mips::V0) is added to the list of live-in registers to ensure in initGlobalBaseReg()
144 MF.getRegInfo().addLiveIn(Mips::V0); in initGlobalBaseReg()
[all...]
H A DMips16ISelDAGToDAG.cpp75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(); in initGlobalBaseReg() local
78 V0 = RegInfo.createVirtualRegister(RC); in initGlobalBaseReg()
83 BuildMI(MBB, I, DL, TII.get(Mips::LiRxImmX16), V0) in initGlobalBaseReg()
88 BuildMI(MBB, I, DL, TII.get(Mips::SllX16), V2).addReg(V0).addImm(16); in initGlobalBaseReg()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DDataMov.cpp205 const uint32_t V0 = Imm; \ in TEST_F()
208 test.setDwordTo(T0, V0); \ in TEST_F()
218 const uint32_t V0 = Imm; \ in TEST_F()
221 test.setDwordTo(T0, V0); \ in TEST_F()
295 const uint32_t V0 = Imm; \ in TEST_F()
298 test.setDwordTo(T0, V0); \ in TEST_F()
309 const uint32_t V0 = Imm; \ in TEST_F()
312 test.setDwordTo(T0, V0); \ in TEST_F()
377 const Type V0 = Value; \ in TEST_F()
384 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
[all...]
H A DXmmArith.cpp27 const Type V0 = Value0; \ in TEST_F()
40 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
43 test.setDwordTo(T0, static_cast<float>(V0)); \ in TEST_F()
49 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
63 const Type V0 = Value0; \ in TEST_F()
74 test.setQwordTo(T0, static_cast<double>(V0)); \ in TEST_F()
77 test.setDwordTo(T0, static_cast<float>(V0)); \ in TEST_F()
83 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
129 const Dqword V0 Value0; \ in TEST_F()
140 test.setDqwordTo(T0, V0); \ in TEST_F()
[all...]
H A DLocked.cpp42 const uint32_t V0 = (Value0)&Mask##Size; \ in TEST_F()
53 test.setDwordTo(T0, V0); \ in TEST_F()
56 ASSERT_EQ(V0, test.Dst1()) << TestString; \ in TEST_F()
90 const uint32_t V0 = (Value0)&Mask##Size; \ in TEST_F()
107 ASSERT_EQ(V0, test.Reg1()) << TestString; \ in TEST_F()
151 const uint32_t V0 = (Value0)&Mask##Size; \ in TEST_F()
162 test.setDwordTo(T0, V0); \ in TEST_F()
165 ASSERT_EQ(V0, test.Dst1()) << TestString; \ in TEST_F()
166 ASSERT_EQ(Mask##Size &(V1 + V0), test.contentsOfDword(T0)) << TestString; \ in TEST_F()
266 static constexpr uint64_t V0 in TEST_F()
[all...]
H A DX87.cpp213 constexpr IntType V0 = 0x1234; \ in TEST_F()
220 test.set##MemorySize##To(T0, V0); \ in TEST_F()
223 ASSERT_FLOAT_EQ(static_cast<FpType>(V0), \ in TEST_F()
240 constexpr IntType V0 = 0x1234; \ in TEST_F()
249 test.set##MemorySize##To(T0, V0); \ in TEST_F()
253 ASSERT_EQ(static_cast<IntType>(V0), \ in TEST_F()
257 ASSERT_EQ(static_cast<IntType>(V0), \ in TEST_F()
H A DGPRArith.cpp33 constexpr uint32_t V0 = 0xEFAB; in TEST_F() local
40 test.setDwordTo(T0, V0); in TEST_F()
51 constexpr uint32_t V0 = 0xF00F00; \ in TEST_F()
61 test.setDwordTo(T0, V0); \ in TEST_F()
521 const uint32_t V0 = Value1; \ in TEST_F()
530 test.setDwordTo(T0, V0); \ in TEST_F()
569 const uint32_t V0 = Value0; \ in TEST_F()
577 test.setDwordTo(T0, V0); \ in TEST_F()
594 const uint32_t V0 = Value0; \ in TEST_F()
599 test.setDwordTo(T0, V0); \ in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp74 return (Reg >= Hexagon::V0 && Reg <= Hexagon::V31) in isVecReg()
80 if (R >= Hexagon::V0 && R <= Hexagon::V31) { in getStringReg()
85 return S[R-Hexagon::V0]; in getStringReg()
182 if (Reg >= Hexagon::V0 && Reg <= Hexagon::V31) { in runOnMachineFunction()
183 LLVM_DEBUG(dbgs() << "adding dump for V" << Reg - Hexagon::V0 << '\n'); in runOnMachineFunction()
187 addAsmInstr(MBB, Hexagon::V0 + (Reg - Hexagon::W0) * 2 + 1, in runOnMachineFunction()
189 addAsmInstr(MBB, Hexagon::V0 + (Reg - Hexagon::W0) * 2, in runOnMachineFunction()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv_sse41.c31 const __m128i* const V0, in ConvertYUV444ToRGB_SSE41()
47 const __m128i R0 = _mm_mulhi_epu16(*V0, k26149); in ConvertYUV444ToRGB_SSE41()
52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB_SSE41()
89 V0 = Load_HI_16_SSE41(v); in YUV444ToRGB_SSE41() local
90 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB_SSE41()
100 V0 = Load_UV_HI_8_SSE41(v); in YUV420ToRGB_SSE41() local
101 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB_SSE41()
510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local
515 ConvertRGBToUV_SSE41(&rgb[0], &rgb[2], &rgb[4], &U0, &V0); in ConvertARGBToUV_SSE41()
524 V0 in ConvertARGBToUV_SSE41()
29 ConvertYUV444ToRGB_SSE41(const __m128i* const Y0, const __m128i* const U0, const __m128i* const V0, __m128i* const R, __m128i* const G, __m128i* const B) ConvertYUV444ToRGB_SSE41() argument
576 __m128i r, g, b, U0, V0, U1, V1; ConvertRGBA32ToUV_SSE41() local
[all...]
H A Dyuv_sse2.c31 const __m128i* const V0, in ConvertYUV444ToRGB_SSE2()
47 const __m128i R0 = _mm_mulhi_epu16(*V0, k26149); in ConvertYUV444ToRGB_SSE2()
52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB_SSE2()
89 V0 = Load_HI_16_SSE2(v); in YUV444ToRGB_SSE2() local
90 ConvertYUV444ToRGB_SSE2(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB_SSE2()
100 V0 = Load_UV_HI_8_SSE2(v); in YUV420ToRGB_SSE2() local
101 ConvertYUV444ToRGB_SSE2(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB_SSE2()
664 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE2() local
669 ConvertRGBToUV_SSE2(&rgb[0], &rgb[2], &rgb[4], &U0, &V0); in ConvertARGBToUV_SSE2()
678 V0 in ConvertARGBToUV_SSE2()
29 ConvertYUV444ToRGB_SSE2(const __m128i* const Y0, const __m128i* const U0, const __m128i* const V0, __m128i* const R, __m128i* const G, __m128i* const B) ConvertYUV444ToRGB_SSE2() argument
720 __m128i r, g, b, U0, V0, U1, V1; ConvertRGBA32ToUV_SSE2() local
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dj1.c144 static const double V0[5] = { variable
172 v = 1+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4])))); in y1()
H A Dj1f.c94 static const float V0[5] = { variable
120 v = 1.0f+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4])))); in y1f()
/third_party/musl/src/math/
H A Dj1.c144 static const double V0[5] = { variable
172 v = 1+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4])))); in y1()
H A Dj1f.c94 static const float V0[5] = { variable
120 v = 1.0f+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4])))); in y1f()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_tools_enc.c184 #define BLEND(V0, V1, ALPHA) \
185 ((((V0) * (255 - (ALPHA)) + (V1) * (ALPHA)) * 0x101 + 256) >> 16)
186 #define BLEND_10BIT(V0, V1, ALPHA) \
187 ((((V0) * (1020 - (ALPHA)) + (V1) * (ALPHA)) * 0x101 + 1024) >> 18)
204 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha() local
230 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha()
235 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha()
/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2.h30 //original V0 TT
32 struct V0 : SkOTTableOS2_V0 { } v0; struct
46 static_assert(sizeof(SkOTTableOS2::Version::V0) == 78, "sizeof_SkOTTableOS2__V0_not_78");
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DTriangle.hpp24 Vertex V0; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DTriangle.hpp24 Vertex V0; member
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp401 #define MAP_ANALOG(NAV_NO, AXIS_NO, V0, V1) { float v = (axes_count > AXIS_NO) ? axes[AXIS_NO] : V0; v = (v - V0) / (V1 - V0); if (v > 1.0f) v = 1.0f; if (io.NavInputs[NAV_NO] < v) io.NavInputs[NAV_NO] = v; } in ImGui_ImplGlfw_UpdateGamepads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp470 Constant *V0 = ConstantFP::get(CI->getContext(), APFloat(0.0f)); in generateCondForPow() local
474 V0 = ConstantExpr::getFPExtend(V0, Exp->getType()); in generateCondForPow()
477 Value *Cond0 = BBBuilder.CreateFCmp(CmpInst::FCMP_OLE, Base, V0); in generateCondForPow()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c482 * \param V0, V1, v2, V3 attribute value
484 #define ATTR_UNION_BASE(A, N, T, C, V0, V1, V2, V3) \
499 if (N>0) dest[0] = V0; \
528 if (N > 0) *dst++ = V0; \
541 if (N > 0) SET_64BIT(dst, V0); \
569 #define ATTR_UNION(A, N, T, C, V0, V1, V2, V3) \
570 ATTR_UNION_BASE(A, N, T, C, V0, V1, V2, V3)
1238 #define ATTR_UNION(A, N, T, C, V0, V1, V2, V3) \
1244 ATTR_UNION_BASE(A, N, T, C, V0, V1, V2, V3); \

Completed in 22 milliseconds

1234