HomeSort by relevance Sort by last modified time
    Searched full:tst2 (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
hidedsofns2468 0 TST2 { local: dsofn; dsofn2; dsofn4; dsofn6; dsofn8; };
dso-1b.s 2 .symver dsofn,expfn@@TST2
4 .symver _init,expobj@@TST2
libdso-1b.d 6 # Like libdso-1, but export the function as expfn@@TST2 and another
7 # function as expobj@@TST2.
13 00000[12].[02468ace] g DF .text 0+2[ ]+TST2[ ]+expobj
14 00000[12].[02468ace] g DF .text 0+2[ ]+TST2[ ]+expfn
libdso-1c.d 18 0+[ ]+DF \*UND\* 0+[ ]+TST2[ ]+expobj
19 0+[ ]+DF \*UND\* 0+[ ]+TST2[ ]+expfn
pcrelcp-1.s 1 .symver x,expfn@TST2 ; .symver required to make @ part of name.
pcrelcp-1.d 4 #warning: \A[^\n]*\.o, section `.text', to symbol `expfn@@TST2':\n
  /external/libxml2/test/HTML/
entities.html 1 <p tst="a&amp;b" tst2="a&b" tst3="a & b">
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5470.dir/
a.go 17 func Test2() Foo { return make(tst2, 0) }
19 type tst2 []string
21 func (r tst2) Hi() string { return "Hi!" }
  /prebuilts/go/linux-x86/test/fixedbugs/issue5470.dir/
a.go 17 func Test2() Foo { return make(tst2, 0) }
19 type tst2 []string
21 func (r tst2) Hi() string { return "Hi!" }
  /external/libxml2/result/HTML/
entities.html.err 2 <p tst="a&amp;b" tst2="a&b" tst3="a & b">
5 <p tst="a&amp;b" tst2="a&b" tst3="a & b">
entities.html 3 <p tst="a&amp;b" tst2="a&amp;b" tst3="a &amp; b">
entities.html.sax 7 SAX.startElement(p, tst='a&amp;b', tst2='a&amp;b', tst3='a &amp; b')
  /external/llvm/test/Transforms/InstCombine/
icmp-logical.ll 14 %tst2 = icmp ne i32 %mask2, 0
16 %res = and i1 %tst1, %tst2
31 %tst2 = icmp eq i32 %mask2, 0
33 %res = or i1 %tst1, %tst2
48 %tst2 = icmp ne i32 %mask2, 39
50 %res = and i1 %tst1, %tst2
65 %tst2 = icmp eq i32 %mask2, 39
67 %res = or i1 %tst1, %tst2
82 %tst2 = icmp ne i32 %mask2, %A
84 %res = and i1 %tst1, %tst2
    [all...]
  /external/llvm/test/CodeGen/AArch64/
compare-branch.ll 16 %tst2 = icmp ne i32 %val2, 0
17 br i1 %tst2, label %end, label %test3
fp-cond-sel.ll 20 %tst2 = icmp sle i64 %lhs64, %rhs64
21 %val2 = select i1 %tst2, double 1.0, double 0.0
fcmp.ll 14 %tst2 = fcmp une float %b, 0.0
15 br i1 %tst2, label %t3, label %end
53 %tst2 = fcmp une double %b, 0.0
54 br i1 %tst2, label %t3, label %end
tst-br.ll 28 %tst2 = icmp ne i64 %tbit2, 0
29 br i1 %tst2, label %test3, label %end1
cond-sel.ll 18 %tst2 = icmp sle i64 %lhs64, %rhs64
19 %val2 = select i1 %tst2, i64 %lhs64, i64 %rhs64
43 %tst2 = fcmp ueq double %lhs64, %rhs64
46 %val2 = select i1 %tst2, i64 9, i64 15
70 %tst2 = icmp sle i32 %lhs32, %rhs2
72 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2
110 %tst2 = icmp sle i32 %lhs32, %rhs2
112 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2
150 %tst2 = icmp sle i32 %lhs32, %rhs2
152 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc
    [all...]
addsub-shifted.ll 204 %tst2 = icmp ne i32 %lhs32, %shift2
205 br i1 %tst2, label %t3, label %end
260 %tst2 = icmp ne i32 %lhs32, %val2
261 br i1 %tst2, label %t3, label %end
addsub_ext.ll 71 %tst2 = icmp eq i64 %lhs64, %cmp_sext
72 br i1 %tst2, label %other, label %end
204 %tst2 = icmp eq i64 %lhs64, %cmp_sext
205 br i1 %tst2, label %other, label %end
tbz-tbnz.ll 142 %tst2 = icmp sge i64 %and2, 0
143 br i1 %tst2, label %if.then2, label %if.end
logical_shifted_reg.ll 208 %tst2 = icmp slt i64 %shifted_and, 0
209 br i1 %tst2, label %ret, label %test3
  /external/llvm/test/CodeGen/X86/
sse-fcopysign.ll 27 define double @tst2(double %a, float %b, float %c) {
28 ; X32-LABEL: @tst2
39 ; X64-LABEL: @tst2
  /external/elfutils/
.gitignore 90 /tests/asm-tst2
  /external/elfutils/tests/
asm-tst2.c 30 static const char fname[] = "asm-tst2-out.o";

Completed in 7254 milliseconds

1 2