/external/boringssl/src/util/fipstools/testdata/ppc64le-Sample/ |
D | in.s | 45 .LC0: label 67 addis 10,2,.LC0@toc@ha 68 ld 9,.LC0@toc@l(10) 77 addis 10,2,.LC0@toc@ha 78 ld 9,.LC0@toc@l(10) 87 addis 10,2,.LC0@toc@ha 88 ld 9,.LC0@toc@l(10) 97 addis 10,2,.LC0@toc@ha 98 ld 9,.LC0@toc@l(10) 107 addis 10,2,.LC0@toc@ha [all …]
|
D | out.s | 58 .LC0: label 93 # WAS addis 10,2,.LC0@toc@ha 94 # WAS ld 9,.LC0@toc@l(10) 139 # WAS addis 10,2,.LC0@toc@ha 140 # WAS ld 9,.LC0@toc@l(10) 186 # WAS addis 10,2,.LC0@toc@ha 187 # WAS ld 9,.LC0@toc@l(10) 232 # WAS addis 10,2,.LC0@toc@ha 233 # WAS ld 9,.LC0@toc@l(10) 279 # WAS addis 10,2,.LC0@toc@ha [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | blockaddress.ll | 14 ; MEDIUM: addis [[R0:[0-9]+]], 2, .LC[[LC0:[0-9]+]]@toc@ha 15 ; MEDIUM: ld 3, .LC[[LC0]]@toc@l([[R0]]) 17 ; MEDIUM: .LC[[LC0]]: 20 ; SMALL: ld 3, .LC[[LC0:[0-9]+]]@toc(2) 22 ; SMALL: .LC[[LC0]]:
|
D | 2012-09-16-TOC-entry-check.ll | 5 ; This test check if the TOC entry symbol name won't clash with global .LC0 8 @.LC0 = internal global [5 x i8] c".LC0\00" 22 ; avoid name clash with global constants .LC0 and .LC2
|
/external/llvm/test/MC/Sparc/ |
D | sparc-pic.s | 15 ! PIC-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT22 .LC0 0x0 16 ! PIC-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT10 .LC0 0x0 37 .LC0: label 63 sethi %hi(.LC0), %i2 64 add %i2, %lo(.LC0), %i2
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
D | 2002-08-15-UnresolvedGlobalReference.ll | 3 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1] 6 ret i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0)
|
D | 2002-08-15-ConstantExprProblem.ll | 3 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1] 10 …%ret = phi i8* [ getelementptr ([12 x i8]* @.LC0, i64 0, i64 0), %0 ], [ null, %BB2 ] ; <…
|
D | 2002-08-16-ConstExprInlined.ll | 13 @.LC0 = internal global [4 x i8] c"foo\00" ; <[4 x i8]*> [#uses=1] 20 %reg211 = call i32 @puts( i8* getelementptr ([4 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
|
/external/llvm/test/Assembler/ |
D | 2002-08-15-UnresolvedGlobalReference.ll | 4 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1] 7 ret i8* getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0)
|
D | 2002-08-15-ConstantExprProblem.ll | 4 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1] 11 …%ret = phi i8* [ getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0), %0 ], [ null, %BB2 ] …
|
D | 2002-08-16-ConstExprInlined.ll | 14 @.LC0 = internal global [4 x i8] c"foo\00" ; <[4 x i8]*> [#uses=1] 21 …%reg211 = call i32 @puts( i8* getelementptr ([4 x i8], [4 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> […
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | hello.ll | 3 @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1] 8 …%reg210 = call i32 @puts( i8* getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32>…
|
D | 2002-12-16-ArgTest.ll | 3 @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] 16 …call i32 (i8*, ...) @printf( i8* getelementptr ([10 x i8], [10 x i8]* @.LC0, i64 0, i64 0), i32 %a…
|
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
D | hello.ll | 4 @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1] 9 %reg210 = call i32 @puts( i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
|
D | 2002-12-16-ArgTest.ll | 3 @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] 16 …call i32 (i8*, ...)* @printf( i8* getelementptr ([10 x i8]* @.LC0, i64 0, i64 0), i32 %argc ) ; <…
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | hello.ll | 3 @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1] 8 …%reg210 = call i32 @puts( i8* getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32>…
|
D | 2002-12-16-ArgTest.ll | 3 @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] 16 …call i32 (i8*, ...) @printf( i8* getelementptr ([10 x i8], [10 x i8]* @.LC0, i64 0, i64 0), i32 %a…
|
/external/valgrind/memcheck/tests/x86/ |
D | tronical.S | 70 .LC0: label 83 pushl $.LC0
|
/external/boringssl/src/util/fipstools/testdata/ppc64le-Sample2/ |
D | in.s | 6 .LC0: label 49 addis 31,2,.LC0@toc@ha # gpr load fusion, type long 50 ld 31,.LC0@toc@l(31) 105 .set .LC11,.LC0
|
D | out.s | 9 .LC0: label 107 # WAS addis 31,2,.LC0@toc@ha # gpr load fusion, type long 108 # WAS ld 31,.LC0@toc@l(31) 256 .set .LC11,.LC0 563 addis 3, 2, .LC0@toc@ha 564 addi 3, 3, .LC0@toc@l
|
/external/swiftshader/third_party/LLVM/test/Transforms/Reassociate/ |
D | looptest.ll | 17 @.LC0 = internal global [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=1] 35 %cast227 = getelementptr [4 x i8]* @.LC0, i64 0, i64 0 ; <i8*> [#uses=1]
|
/external/llvm/test/Transforms/Reassociate/ |
D | looptest.ll | 17 @.LC0 = internal global [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=1] 36 %cast227 = getelementptr [4 x i8], [4 x i8]* @.LC0, i64 0, i64 0 ; <i8*> [#uses=1]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 142 def LC0 : Rc<1, "lc0", ["c1"]>, DwarfRegNum<[68]>; 167 def C1_0 : Rcc<0, "c1:0", [SA0, LC0], ["lc0:sa0"]>, DwarfRegNum<[67]>; 259 (add LC0, SA0, LC1, SA1, 273 LC0, LC1, SA0, SA1, USR, USR_OVF, CS0, CS1,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | README-MMX.txt | 71 movq LC0(%rip), %rax
|
/external/llvm/lib/Target/X86/ |
D | README-MMX.txt | 71 movq LC0(%rip), %rax
|