Home
last modified time | relevance | path

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

12345678

/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/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/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dglobals.ll20 ; CHECK: ldaw r11, cp[G3]
22 ret i32* @G3
70 @G3 = unnamed_addr constant i32 9401
72 ; CHECK: G3:
/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/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dglobal-sections.ll28 ; int * const G3 = &G1;
29 @G3 = unnamed_addr constant i32* @G1
37 ; LINUX: .globl G3
39 ; LINUX-SECTIONS: .section .rodata.G3,"a",@progbits
40 ; LINUX-SECTIONS: .globl 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/webp/src/dsp/
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 …]
Dupsampling_neon.c154 const int16x8_t G3 = vqaddq_s16(G0, G1); \
156 const int16x8_t G4 = vqsubq_s16(G2, G3); \
/external/autotest/server/site_tests/firmware_ECPowerButton/
Dcontrol21 - Short press wake system from G3 (shutdown for more than 10 sec)
23 - Long press wake system from G3 (shutdown for more than 10 sec)
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
Dctor-list-opt.ll5 @G3 = global i32 -123 ; <i32*> [#uses=2]
39 %X = load i32* @G3 ; <i32> [#uses=1]
41 store i32 %Y, i32* @G3
/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/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/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCScheduleG3.td1 //===- PPCScheduleG3.td - PPC G3 Scheduling Definitions ----*- tablegen -*-===//
10 // This file defines the itinerary class data for the G3 (750) processor.
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp161 struct G3 { S2 s; }; argument
166 N(G3()); in gencon()
/external/llvm/test/TableGen/
DBitsInit.td50 bits<8> G3 = { 0, 1, { 0b1001 }, 0, 0b0 }; // ok
80 // CHECK: bits<8> G3 = { 0, 1, 1, 0, 0, 1, 0, 0 };
/external/llvm/lib/Target/PowerPC/
DPPCScheduleG3.td1 //===-- PPCScheduleG3.td - PPC G3 Scheduling Definitions ---*- tablegen -*-===//
10 // This file defines the itinerary class data for the G3 (750) processor.
/external/autotest/client/site_tests/security_RootCA/
Dbaseline5 "GeoTrust Primary Certification Authority - G3",
15 "Verisign Class 3 Public Primary Certification Authority - G3",
177 "thawte Primary Root CA - G3",
227 "QuoVadis Root CA 2 G3",
231 "QuoVadis Root CA 1 G3",
233 "DigiCert Global Root G3",
239 "DigiCert Assured ID Root G3",
241 "QuoVadis Root CA 3 G3",
257 "Staat der Nederlanden Root CA - G3",
299 "OpenTrust Root CA G3",
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcRegisterInfo.td55 def G3 : Ri< 3, "G3">, DwarfRegNum<[3]>;
148 G2, G3, G4, // FIXME: OK for use only in
/external/clang/test/SemaOpenCL/
Dstorageclass-cl20.cl5 global int G3 = 0;
/external/libmtp/logs/
Dmtp-detect-lg-g3.txt31 Model: G3
/external/autotest/server/site_tests/firmware_Cr50DeviceState/
Dcontrol18 Put the device through S0, S0ix, S3, and G3. Cr50 responds to these state
/external/autotest/server/site_tests/firmware_ECLidSwitch/
Dcontrol21 - Wake system from G3 (shutdown for more than 10 sec)

12345678