Home
last modified time | relevance | path

Searched refs:G3 (Results 1 – 25 of 124) sorted by relevance

12345

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dvec_splat.ll2 …UN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g3 | FileCheck %s --check-prefixes=ALL,G3
11 ; G3-LABEL: splat:
12 ; G3: # %bb.0:
13 ; G3-NEXT: lfs 0, 12(4)
14 ; G3-NEXT: lfs 2, 8(4)
15 ; G3-NEXT: lfs 3, 4(4)
16 ; G3-NEXT: fadds 0, 0, 1
17 ; G3-NEXT: lfs 4, 0(4)
18 ; G3-NEXT: stfs 0, 12(3)
19 ; G3-NEXT: fadds 0, 2, 1
[all …]
/external/llvm/test/Transforms/InstCombine/
Dconstant-fold-alias.ll7 @G3 = global [4 x i8] zeroinitializer, align 1
9 @A1 = alias i32, bitcast (i8* getelementptr inbounds ([4 x i8], [4 x i8]* @G3, i32 0, i32 2) to i32…
10 …r (i64 and (i64 ptrtoint (i8* getelementptr inbounds ([4 x i8], [4 x i8]* @G3, i32 0, i32 3) to i6…
27 ; This cannot be constant folded because A1 aliases G3 which is underalaigned.
34 ; While A2 also aliases G3 which is underaligned, the math of A2 forces a
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dconstant-fold-alias.ll7 @G3 = global [4 x i8] zeroinitializer, align 1
9 @A1 = alias i32, bitcast (i8* getelementptr inbounds ([4 x i8], [4 x i8]* @G3, i32 0, i32 2) to i32…
10 …r (i64 and (i64 ptrtoint (i8* getelementptr inbounds ([4 x i8], [4 x i8]* @G3, i32 0, i32 3) to i6…
27 ; This cannot be constant folded because A1 aliases G3 which is underalaigned.
34 ; While A2 also aliases G3 which is underaligned, the math of A2 forces a
/external/mesa3d/src/mesa/program/
Dprog_noise.c325 #define G3 0.166666667f in _mesa_noise3() macro
338 float t = (float) (i + j + k) * G3; in _mesa_noise3()
415 x1 = x0 - i1 + G3; /* Offsets for second corner in (x,y,z) coords */ in _mesa_noise3()
416 y1 = y0 - j1 + G3; in _mesa_noise3()
417 z1 = z0 - k1 + G3; in _mesa_noise3()
418 x2 = x0 - i2 + 2.0f * G3; /* Offsets for third corner in (x,y,z) coords */ in _mesa_noise3()
419 y2 = y0 - j2 + 2.0f * G3; in _mesa_noise3()
420 z2 = z0 - k2 + 2.0f * G3; in _mesa_noise3()
421 x3 = x0 - 1.0f + 3.0f * G3;/* Offsets for last corner in (x,y,z) coords */ in _mesa_noise3()
422 y3 = y0 - 1.0f + 3.0f * G3; in _mesa_noise3()
[all …]
/external/autotest/server/site_tests/firmware_ECPowerG3/
Dcontrol9 PURPOSE = "Servo based EC X86 power G3 drop test"
10 CRITERIA = "This test will fail if EC fails to drop to G3 correctly."
20 This test check EC drop X86 into G3 after S5 for 10 seconds.
/external/webp/src/dsp/
Dyuv_sse41.c54 const __m128i G3 = _mm_add_epi16(G0, G1); in ConvertYUV444ToRGB_SSE41() local
55 const __m128i G4 = _mm_sub_epi16(G2, G3); in ConvertYUV444ToRGB_SSE41()
135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
141 YUV444ToRGB_SSE41(y + 24, u + 24, v + 24, &R3, &G3, &B3); in VP8YuvToRgb32_SSE41()
147 rgb3 = _mm_packus_epi16(G2, G3); in VP8YuvToRgb32_SSE41()
157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
163 YUV444ToRGB_SSE41(y + 24, u + 24, v + 24, &R3, &G3, &B3); in VP8YuvToBgr32_SSE41()
169 bgr3 = _mm_packus_epi16(G2, G3); in VP8YuvToBgr32_SSE41()
185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
191 YUV420ToRGB_SSE41(y + 24, u + 12, v + 12, &R3, &G3, &B3); in YuvToRgbRow_SSE41()
[all …]
Dyuv_sse2.c54 const __m128i G3 = _mm_add_epi16(G0, G1); in ConvertYUV444ToRGB_SSE2() local
55 const __m128i G4 = _mm_sub_epi16(G2, G3); in ConvertYUV444ToRGB_SSE2()
249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
255 YUV444ToRGB_SSE2(y + 24, u + 24, v + 24, &R3, &G3, &B3); in VP8YuvToRgb32_SSE2()
261 rgb3 = _mm_packus_epi16(G2, G3); in VP8YuvToRgb32_SSE2()
271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
277 YUV444ToRGB_SSE2(y + 24, u + 24, v + 24, &R3, &G3, &B3); in VP8YuvToBgr32_SSE2()
283 bgr3 = _mm_packus_epi16(G2, G3); in VP8YuvToBgr32_SSE2()
365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
371 YUV420ToRGB_SSE2(y + 24, u + 12, v + 12, &R3, &G3, &B3); in YuvToRgbRow_SSE2()
[all …]
Dcommon_sse41.h42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
85 const __m128i RG3 = _mm_or_si128(R3, G3); in VP8PlanarTo24b_SSE41()
/external/autotest/server/site_tests/firmware_Cr50RddG3/
Dcontrol9 PURPOSE = "Verify Rdd in G3."
15 DOC = """Verify Rdd connect and disconnect in G3.
17 Rdd may break when entering G3. This test verifies the behavior of the DUT.
Dcontrol.faft_cr50_tot9 PURPOSE = "Verify Rdd in G3."
15 DOC = """Verify Rdd in G3.
/external/autotest/server/site_tests/firmware_Cr50WPG3/
Dcontrol9 PURPOSE = "Verify WP in G3."
16 DOC = """Verify WP in G3.
18 Cr50 can't disable WP in G3, because the external pullup isn't powered. This
Dcontrol.faft_cr50_tot9 PURPOSE = "Verify WP in G3."
14 DOC = """Verify WP in G3.
16 Cr50 can't disable WP in G3, because the external pullup isn't powered. This
/external/llvm/test/Transforms/GlobalOpt/
Dglobal-demotion.ll5 @G3 = internal global i32 5
33 ; CHECK-NOT: %G3
34 %x = getelementptr i32,i32* @G3, i32 0
36 store i32 4, i32* @G3
Ddeadglobal.ll8 ; CHECK-NOT: @G3
28 @G3 = linkonce_odr constant i32 42
Dctor-list-opt.ll20 @G3 = global i32 -123 ; <i32*> [#uses=2]
54 %X = load i32, i32* @G3 ; <i32> [#uses=1]
56 store i32 %Y, i32* @G3
/external/llvm-project/llvm/test/Transforms/GlobalOpt/
Dglobal-demotion.ll5 @G3 = internal global i32 5
33 ; CHECK-NOT: %G3
34 %x = getelementptr i32,i32* @G3, i32 0
36 store i32 4, i32* @G3
Ddeadglobal.ll8 ; CHECK-NOT: @G3
28 @G3 = linkonce_odr constant i32 42
Dctor-list-opt.ll20 @G3 = global i32 -123 ; <i32*> [#uses=2]
54 %X = load i32, i32* @G3 ; <i32> [#uses=1]
56 store i32 %Y, i32* @G3
/external/llvm-project/llvm/test/CodeGen/XCore/
Dglobals.ll20 ; CHECK: ldaw r0, dp[G3]
21 ret i32* @G3
91 @G3 = unnamed_addr constant i32 9401
93 ; CHECK: G3:
/external/llvm/test/CodeGen/XCore/
Dglobals.ll20 ; CHECK: ldaw r0, dp[G3]
21 ret i32* @G3
91 @G3 = unnamed_addr constant i32 9401
93 ; CHECK: G3:
/external/autotest/server/site_tests/firmware_ECPowerButton/
Dcontrol22 - Short press wake system from G3 (shutdown for more than 10 sec)
24 - Long press wake system from G3 (shutdown for more than 10 sec)
/external/ltp/testcases/kernel/syscalls/ptrace/
Dsimple_tracer.c82 #define G3 u_regs[2] in decode_regs()
97 decode(G3); in decode_regs()
/external/llvm-project/llvm/test/CodeGen/X86/
Dglobal-sections.ll127 ; int * const G3 = &G1;
128 @G3 = unnamed_addr constant i32* @G1
136 ; LINUX: .globl G3
138 ; LINUX-SECTIONS: .section .rodata.G3,"a",@progbits
139 ; LINUX-SECTIONS: .globl G3
/external/llvm/test/CodeGen/X86/
Dglobal-sections.ll127 ; int * const G3 = &G1;
128 @G3 = unnamed_addr constant i32* @G1
136 ; LINUX: .globl G3
138 ; LINUX-SECTIONS: .section .rodata.G3,"a",@progbits
139 ; LINUX-SECTIONS: .globl G3
/external/grpc-grpc/test/core/json/corpus/
De3c680aac46b9c46392e3b2c43ecdcc1547f20231 [}G3

12345