HomeSort by relevance Sort by last modified time
    Searched refs:I0 (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
expected_comparison_errors.s 16 CC = I0 == 0;
17 CC = I0 == I0;
18 CC = I0 < 0;
19 CC = I0 < I0;
20 CC = I0 <= 0;
21 CC = I0 <= I0;
expected_move_errors.s 7 LC1 = I0;
resource_conflict.s 4 r6 = [p0++] || r6 = [i0];
5 r0 = [i0++] || r1 = [i0--];
6 r6.h = ashift r0.h by r1.l || r6 = [i0 ++ m0];
8 r6.l = (a0 = r1.l * r2.l) || r6 = [i0--];
10 R0 = (A0 += A1) || R0.L = W [I0++];
11 R0 = (A0 += A1) || R0.H = W [I0++];
12 R0.h = (A0 += A1) || R0.H = W [I0++];
13 R0.l = (A0 += A1) || R0.L = W [I0++];
expected_errors.s 58 [ I0 ++ R2 ] = R2;
62 [ I0 ++ P2 ] = R2;
65 W [ I0 ++ R2 ] = R2.h;
69 W [ I0 ++ P2 ] = R2.h;
72 [ I0 ++ ] = P2;
75 W [ I0 ++ ] = P2.h;
78 W [ I0 ++ ] = R2;
82 B [ I0 ++ ] = R2;
86 R2 = [ I0 ++ R2 ];
90 R2 = [ I0 ++ P2 ]
    [all...]
parallel.d 8 0: 0a ce 13 8a R5 = DEPOSIT \(R3, R2\) \|\| I0 \+= 0x2 \|\| NOP;
18 28: 0a ce 0e 4a R5 = EXTRACT \(R6, R1.L\) \(X\) \|\| I0 -= 0x2 \|\| NOP;
22 38: 08 ce 13 00 BITMUX \(R2, R3, A0\) \(ASR\) \|\| I0 \+= 0x2 \|\| NOP;
32 60: 10 cc 3f 00 A0 = ABS A0 \|\| P2 = \[SP \+ 0x3c\] \|\| R0 = \[I0\];
40 80: 10 cc 3f c0 A1 = ABS A1, A0 = ABS A0 \|\| R4 = \[P5 \+ 0x38\] \|\| R0.H = W\[I0\];
52 b0: 25 cc 28 96 R3.H = R5 \+ R0 \(RND20\) \|\| R0 = B\[P0\] \(X\) \|\| \[I0\] = R6;
66 e8: 07 ce 08 ca R5.L = EXPADJ \(R0.H, R1.L\) \|\| R1 = B\[P4\] \(Z\) \|\| W\[I0\] = R2.L;
68 f0: 07 ce 2b 48 R4.L = EXPADJ \(R3, R5.L\) \(V\) \|\| R1 = B\[P5\] \(Z\) \|\| W\[I0\+\+\] = R1.L;
90 148: 2b cc 3f 40 R0.H = \(A0 \+= A1\) \|\| B\[P0\] = R3 \|\| R7 = \[I0\+\+\];
92 150: 00 ca 0a 24 R0.L = R1.H \* R2.L \|\| B\[P1\] = R3 \|\| R1 = \[I0\+\+\]
    [all...]
store.s 25 [i0] = r1;
34 W[I0++] = r0.h;
42 W [I0] = r0.l;
store.d 25 26: 01 9f \[I0\] = R1;
32 30: 40 9e W\[I0\+\+\] = R0.H;
38 38: 20 9f W\[I0\] = R0.L;
loop_temps.s 205 I0 = P0;
232 I0 = B0;
235 R4 = [I0++] || R5 = [I2--];
238 A1 -= R4.H*R5.H, A0 += R4.L*R5.L (IS) || R4 = [I0++] || R5 = [I2--];
252 I0 = B0;
258 R4 = [I0++];
271 A1 -= R4.H*R5.H, A0 += R4.L*R5.L (IS) || R4 = [I0++] || R5 = [I2--];
290 I0 = P0;
294 R5 = [I2--] || R4 = [I0++];
297 A1 -= R4.H*R5.H, A0 += R4.L*R5.L (IS) || R4 = [I0++] || R5 = [I2--]
    [all...]
  /external/webp/src/dsp/
mips_macro.h 22 // O0[31..16 | 15..0] = I0[31..16 | 15..0] + I1[31..16 | 15..0]
23 // O1[31..16 | 15..0] = I0[31..16 | 15..0] - I1[31..16 | 15..0]
27 I0, I1) \
28 "addq.ph %[" #O0 "], %[" #I0 "], %[" #I1 "] \n\t" \
29 "subq.ph %[" #O1 "], %[" #I0 "], %[" #I1 "] \n\t"
35 I0, I1) \
36 "lh %[" #O0 "], " #I0 "(%[in]) \n\t" \
39 // I0 - location
42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \
43 "ulw %[" #O0 "], " #I1 "+" XSTR(I9) "*" #I5 "(%[" #I0 "]) \n\t"
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
comments.x 30 // The I0 interface; no method is exported.
31 type I0 interface {
37 I0
44 I0
  /prebuilts/go/linux-x86/src/go/printer/testdata/
comments.x 30 // The I0 interface; no method is exported.
31 type I0 interface {
37 I0
44 I0
  /external/guava/guava-tests/benchmark/com/google/common/base/
ObjectsBenchmark.java 29 private static final Integer I0 = -45;
75 dummy += Objects.hashCode(I2, S1, D1, S2, I0);
  /external/llvm/unittests/IR/
ValueTest.cpp 130 Instruction *I0 = &*BB.begin();
131 ASSERT_TRUE(I0);
152 CHECK_PRINT(I0, " %0 = add i32 %y, 1");
171 CHECK_PRINT_AS_OPERAND(I0, false, "%0");
173 CHECK_PRINT_AS_OPERAND(I0, true, "i32 %0");
200 Instruction *I0 = &*EntryBB.begin();
201 ASSERT_TRUE(I0);
207 EXPECT_EQ(MST.getLocalSlot(I0), 0);
  /external/webrtc/webrtc/common_audio/
window_generator.cc 25 complex<float> I0(complex<float> x) {
59 sum += I0(static_cast<float>(M_PI) * alpha * sqrt(1.0f - r * r)).real();
  /prebuilts/go/darwin-x86/test/fixedbugs/bug248.dir/
bug3.go 19 type I0 interface {
27 // t0 satisfies I0 and p0.I
38 var i0 I0 = t0(0) // ok var
41 var i2 I0 = t1(0) // ERROR "does not implement|incompatible"
59 i0 = i1 // ERROR "cannot use|incompatible"
60 i1 = i0 // ERROR "cannot use|incompatible"
62 p1i = i0 // ERROR "cannot use|incompatible"
63 i0 = p1i // ERROR "cannot use|incompatible"
68 i0 = p0
    [all...]
bug2.go 18 type I0 interface {
34 var i0 I0 = t0(0) // ok var
66 if _, ok := i.(I0); ok {
67 println("used t1 as i0")
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15548.dir/
a.go 7 type I0 interface {
  /prebuilts/go/linux-x86/test/fixedbugs/bug248.dir/
bug3.go 19 type I0 interface {
27 // t0 satisfies I0 and p0.I
38 var i0 I0 = t0(0) // ok var
41 var i2 I0 = t1(0) // ERROR "does not implement|incompatible"
59 i0 = i1 // ERROR "cannot use|incompatible"
60 i1 = i0 // ERROR "cannot use|incompatible"
62 p1i = i0 // ERROR "cannot use|incompatible"
63 i0 = p1i // ERROR "cannot use|incompatible"
68 i0 = p0
    [all...]
bug2.go 18 type I0 interface {
34 var i0 I0 = t0(0) // ok var
66 if _, ok := i.(I0); ok {
67 println("used t1 as i0")
  /prebuilts/go/linux-x86/test/fixedbugs/issue15548.dir/
a.go 7 type I0 interface {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
error1.go 7 type I0 interface {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug094.go 29 . LITERAL-I0 l(343)
  /prebuilts/go/linux-x86/src/go/doc/testdata/
error1.go 7 type I0 interface {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug094.go 29 . LITERAL-I0 l(343)
  /prebuilts/go/darwin-x86/test/ken/
interbasic.go 13 type I0 interface{}
16 var ia, ib I0
75 var ia [20]I0

Completed in 1751 milliseconds

1 2 3 4