/external/llvm/test/CodeGen/PowerPC/ |
D | hello-reloc.s | 5 …apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s 60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc 61 ; DARWIN-G4-DUMP:Arch: powerpc 62 ; DARWIN-G4-DUMP:AddressSize: 32bit 63 ; DARWIN-G4-DUMP:Relocations [ 64 ; DARWIN-G4-DUMP: Section __text { 65 ; DARWIN-G4-DUMP: Relocation { 66 ; DARWIN-G4-DUMP: Offset: 0x34 67 ; DARWIN-G4-DUMP: PCRel: 1 68 ; DARWIN-G4-DUMP: Length: 2 [all …]
|
/external/mesa3d/src/mesa/program/ |
D | prog_noise.c | 482 #define G4 0.138196601f /* G4 = (5.0-Math.sqrt(5.0))/20.0 */ in _mesa_noise4() macro 497 float t = (i + j + k + l) * G4; /* Factor for 4D unskewing */ in _mesa_noise4() 558 x1 = x0 - i1 + G4; /* Offsets for second corner in (x,y,z,w) coords */ in _mesa_noise4() 559 y1 = y0 - j1 + G4; in _mesa_noise4() 560 z1 = z0 - k1 + G4; in _mesa_noise4() 561 w1 = w0 - l1 + G4; in _mesa_noise4() 562 x2 = x0 - i2 + 2.0f * G4; /* Offsets for third corner in (x,y,z,w) coords */ in _mesa_noise4() 563 y2 = y0 - j2 + 2.0f * G4; in _mesa_noise4() 564 z2 = z0 - k2 + 2.0f * G4; in _mesa_noise4() 565 w2 = w0 - l2 + 2.0f * G4; in _mesa_noise4() [all …]
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | global-demotion.ll | 6 @G4 = internal global i32 5 46 ; CHECK-NOT: %G4 47 store i32 4, i32* @G4 48 %x = bitcast i32* @G4 to i64*
|
/external/llvm-project/llvm/test/Transforms/GlobalOpt/ |
D | global-demotion.ll | 6 @G4 = internal global i32 5 46 ; CHECK-NOT: %G4 47 store i32 4, i32* @G4 48 %x = bitcast i32* @G4 to i64*
|
/external/llvm/test/CodeGen/XCore/ |
D | globals.ll | 35 ; CHECK: ldaw r0, dp[G4] 36 ret i32** @G4 99 @G4 = global i32* @G1 101 ; CHECK: G4:
|
/external/llvm-project/llvm/test/CodeGen/XCore/ |
D | globals.ll | 35 ; CHECK: ldaw r0, dp[G4] 36 ret i32** @G4 99 @G4 = global i32* @G1 101 ; CHECK: G4:
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | simple_tracer.c | 83 #define G4 u_regs[3] in decode_regs() 98 decode(G4); in decode_regs()
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | dag-combine-ossfuzz-crash.ll | 20 %G4 = getelementptr i66, i66* %A4, i1 true 21 %L6 = load i66, i66* %G4
|
/external/webp/src/dsp/ |
D | common_sse41.h | 42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local 86 const __m128i RG4 = _mm_or_si128(R4, G4); in VP8PlanarTo24b_SSE41()
|
D | upsampling_neon.c | 156 const int16x8_t G4 = vqsubq_s16(G2, G3); \ 159 const uint8x8_t G = vqshrun_n_s16(G4, YUV_FIX2); \
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCScheduleG4.td | 1 //===-- PPCScheduleG4.td - PPC G4 Scheduling Definitions ---*- tablegen -*-===// 9 // This file defines the itinerary class data for the G4 (7400) processor.
|
D | PPCScheduleG4Plus.td | 1 //===-- PPCScheduleG4Plus.td - PPC G4+ Scheduling Defs. ----*- tablegen -*-===// 9 // This file defines the itinerary class data for the G4+ (7450) processor.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleG4.td | 1 //===-- PPCScheduleG4.td - PPC G4 Scheduling Definitions ---*- tablegen -*-===// 10 // This file defines the itinerary class data for the G4 (7400) processor.
|
D | PPCScheduleG4Plus.td | 1 //===-- PPCScheduleG4Plus.td - PPC G4+ Scheduling Defs. ----*- tablegen -*-===// 10 // This file defines the itinerary class data for the G4+ (7450) processor.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleG4.td | 1 //===-- PPCScheduleG4.td - PPC G4 Scheduling Definitions ---*- tablegen -*-===// 9 // This file defines the itinerary class data for the G4 (7400) processor.
|
D | PPCScheduleG4Plus.td | 1 //===-- PPCScheduleG4Plus.td - PPC G4+ Scheduling Defs. ----*- tablegen -*-===// 9 // This file defines the itinerary class data for the G4+ (7450) processor.
|
/external/clang/test/SemaOpenCL/ |
D | storageclass-cl20.cl | 6 local int G4 = 0; // expected-error{{program scope variable must reside in global or c…
|
D | storageclass.cl | 6 global int G4 = 0; // expected-error{{program scope variable must reside in constant address space}}
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | ax_gcc_archflag.m4 | 172 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;; 173 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;; 174 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_gcc_archflag.m4 | 184 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;; 185 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;; 186 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | storageclass.cl | 6 global int G4 = 0; // expected-error{{program scope variable must reside in constant address space}} 40 global int *constant L7 = &G4;
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 131 def G4 : Ri< 4, "G4">, DwarfRegNum<[4]>; 286 def G4_G5 : Rdi<4, "G4", [G4, G5]>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 132 def G4 : Ri< 4, "G4">, DwarfRegNum<[4]>; 287 def G4_G5 : Rdi<4, "G4", [G4, G5]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 131 def G4 : Ri< 4, "G4">, DwarfRegNum<[4]>; 286 def G4_G5 : Rdi<4, "G4", [G4, G5]>;
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | bad-reduction.ll | 14 ; CHECK-NEXT: [[G4:%.*]] = getelementptr inbounds [[V8I8]], %v8i8* [[P]], i64 0, i32 4 22 ; CHECK-NEXT: [[T4:%.*]] = load i8, i8* [[G4]], align 1 102 ; CHECK-NEXT: [[G4:%.*]] = getelementptr inbounds [[V8I8]], %v8i8* [[P]], i64 0, i32 4 110 ; CHECK-NEXT: [[T4:%.*]] = load i8, i8* [[G4]], align 1 192 ; CHECK-NEXT: [[G4:%.*]] = getelementptr inbounds i8, i8* [[ARG]], i64 4 200 ; CHECK-NEXT: [[LD4:%.*]] = load i8, i8* [[G4]], align 1 278 ; CHECK-NEXT: [[G4:%.*]] = getelementptr inbounds i8, i8* [[ARG]], i64 4 286 ; CHECK-NEXT: [[LD4:%.*]] = load i8, i8* [[G4]], align 1
|