HomeSort by relevance Sort by last modified time
    Searched defs:G0 (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ValueTest.cpp 115 const char *ModuleString = "@g0 = external global %500\n"
141 GlobalVariable *G0 = M->getGlobalVariable("g0");
142 ASSERT_TRUE(G0);
186 CHECK_PRINT_AS_OPERAND(G0, true, "%0* @g0");
  /external/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 70 std::unique_ptr<GlobalVariable> G0 = llvm::make_unique<GlobalVariable>(
71 PtrTy, false, GlobalValue::ExternalLinkage, nullptr, "G0");
75 // Create a cycle that references G0.
77 MDNode *N1; // !1 = !{!0, i8* @G0}
80 Metadata *Ops1[] = {T0.get(), ConstantAsMetadata::get(G0.get())};
93 // Seed the value map to map G0 to G1 and map the nodes. The output should
94 // have new nodes that reference G1 (instead of G0).
96 VM[G0.get()] = G1.get();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 70 std::unique_ptr<GlobalVariable> G0 = llvm::make_unique<GlobalVariable>(
71 PtrTy, false, GlobalValue::ExternalLinkage, nullptr, "G0");
75 // Create a cycle that references G0.
77 MDNode *N1; // !1 = !{!0, i8* @G0}
80 Metadata *Ops1[] = {T0.get(), ConstantAsMetadata::get(G0.get())};
93 // Seed the value map to map G0 to G1 and map the nodes. The output should
94 // have new nodes that reference G1 (instead of G0).
96 VM[G0.get()] = G1.get();
  /external/webp/src/dsp/
common_sse41.h 42 __m128i G0, G1, G2, G3, G4, G5;
82 const __m128i RG0 = _mm_or_si128(R0, G0);
rescaler_sse2.c 315 const __m128i G0 = _mm_or_si128(D0, F2);
317 _mm_storeu_si128((__m128i*)(irow + x_out + 0), G0);
lossless_enc_sse2.c 110 const __m128i G0 = _mm_sub_epi8(E0, F0); // 0 0 | x b'
112 const __m128i H0 = _mm_and_si128(G0, mask_b); // 0 0 | 0 b
yuv_sse41.c 51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419);
54 const __m128i G3 = _mm_add_epi16(G0, G1);
135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
138 YUV444ToRGB_SSE41(y + 0, u + 0, v + 0, &R0, &G0, &B0);
146 rgb2 = _mm_packus_epi16(G0, G1);
157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
160 YUV444ToRGB_SSE41(y + 0, u + 0, v + 0, &R0, &G0, &B0);
168 bgr2 = _mm_packus_epi16(G0, G1);
185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
188 YUV420ToRGB_SSE41(y + 0, u + 0, v + 0, &R0, &G0, &B0)
    [all...]
yuv_sse2.c 51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419);
54 const __m128i G3 = _mm_add_epi16(G0, G1);
148 const __m128i g0 = _mm_packus_epi16(*G, *G); local
152 const __m128i g1 = _mm_srli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0xe0)), 5);
153 const __m128i g2 = _mm_slli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0x1c)), 3);
249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
252 YUV444ToRGB_SSE2(y + 0, u + 0, v + 0, &R0, &G0, &B0);
260 rgb2 = _mm_packus_epi16(G0, G1);
271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
274 YUV444ToRGB_SSE2(y + 0, u + 0, v + 0, &R0, &G0, &B0)
833 const __m128i g0 = _mm_loadu_si128((const __m128i*)(best_y + 2 * i + 0)); local
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 171 UINT32 G0:1; // Global breakpoint enable
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 139 UINT32 G0:1; // Global breakpoint enable
  /external/swiftshader/src/Pipeline/
SamplerCore.cpp 1952 const UShort4 g0 = UShort4(iround(G0 * 0x4000)); local
    [all...]
  /external/swiftshader/src/Shader/
SamplerCore.cpp 2094 const UShort4 g0 = UShort4(iround(G0 * 0x4000)); local
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]

Completed in 1621 milliseconds