Home
last modified time | relevance | path

Searched refs:test8 (Results 1 – 25 of 177) sorted by relevance

12345678

/external/llvm/test/MC/AsmParser/
Dmacros.s68 .macro test8 _a, _b, _c macro
77 test8 a, b, c label
79 test8 %1 %2 %3 #a comment label
81 test8 x - y z 1 label
85 test8 1,2 3 label
90 test8 1 2, 3 label
/external/v8/test/mjsunit/regress/
Dregress-969.js106 function test8(index) { return first((o[index] = 1, typeof x8), 2); } function
107 assertEquals('number', test8());
109 assertEquals('undefined', test8());
Dregress-70066.js118 function test8() { function
122 assertEquals(true, test8(), "test8");
/external/clang/test/SemaCXX/
Dlong-virtual-inheritance-chain.cpp11 class test8 : virtual test7 { virtual void f(); }; class
12 class test9 : virtual test8 { virtual void f(); };
Dwarn-shadow.cpp81 void test8() { in test8() function
Dundefined-inline.cpp42 namespace test8 { namespace
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll95 define double @test8(double %x) nounwind {
99 ; CHECK-SSE: test8:
102 ; CHECK-AVX: test8:
Dnarrow-shl-cst.ll67 define i64 @test8(i64 %x) nounwind {
71 ; CHECK: test8:
Dxor.ll134 define i32 @test8(i32 %a) nounwind {
140 ; X64: test8:
142 ; X32: test8:
Dconditional-indecrement.ll80 define i32 @test8(i32 %a, i32 %b) nounwind readnone {
85 ; CHECK: test8:
Dpeep-setb.ll66 define i32 @test8(i32 %a, i32 %b) nounwind {
71 ; CHECK: test8:
Ddivide-by-constant.ll76 define i8 @test8(i8 %x) nounwind {
79 ; CHECK: test8:
Dcmov-fp.ll134 define double @test8(i32 %a, i32 %b, double %x) nounwind {
139 ; SSE: test8:
142 ; NOSSE2: test8:
145 ; NOSSE1: test8:
148 ; NOCMOV: test8:
/external/v8/test/mjsunit/compiler/
Dsimple-bailouts.js75 Test.prototype.test8 = function () { method in Test
124 t.test8();
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval2.ll53 %LIVE = call i32 @test8()
57 define internal i32 @test8() {
/external/v8/test/mjsunit/
Ddebug-stepout-scope.js129 function test8() { function
133 test8();
/external/clang/test/Parser/
Dstatements.c61 void test8() {
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll93 define i32 @test8(i32 %x) {
94 ; ARMv7A: test8
97 ; ARMv7M: test8
/external/llvm/test/CodeGen/AArch64/
Dmovw-consts.ll54 define i64 @test8() {
55 ; CHECK: test8:
/external/llvm/test/Transforms/ConstProp/
Dloads.ll96 define double @test8() {
100 ; LE: @test8
103 ; BE: @test8
/external/clang/test/Sema/
Dwarn-shadow.c59 void test8() { in test8() function
/external/clang/test/SemaObjC/Inputs/
Darc-system-header.h50 static inline void *test8(id ptr) { in test8() function
/external/clang/test/CodeGen/
Dswitch-dce.c139 void test8() { in test8() function
/external/llvm/test/CodeGen/ARM/
Dpack.ll81 ; CHECK: test8
83 define i32 @test8(i32 %X, i32 %Y) {
/external/llvm/test/Transforms/MemCpyOpt/
Dmemcpy.ll135 @test8.str = internal constant [7 x i8] c"ABCDEF\00"
137 define void @test8() {
138 ; CHECK: test8
142 …tail call void @llvm.memcpy.p0i8.p0i8.i32(i8* %B, i8* getelementptr inbounds ([7 x i8]* @test8.str…

12345678