HomeSort by: relevance | last modified time | path
    Searched refs:A1 (Results 1 - 25 of 550) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
userdef.cc 27 class A1 {
31 friend ostream& operator<<(ostream& outs, A1 one);
35 A1(int a, int b)
41 A1 operator+=(int value);
42 A1 operator+(const A1&);
43 A1 operator-(const A1&);
44 A1 operator%(const A1&)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
userdef.cc 27 class A1 {
31 friend ostream& operator<<(ostream& outs, A1 one);
35 A1(int a, int b)
41 A1 operator+=(int value);
42 A1 operator+(const A1&);
43 A1 operator-(const A1&);
44 A1 operator%(const A1&)
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
c_dsp32alu_rrpm_aa.s 10 A1 = A0 = 0;
21 A1 = R1;
23 R0 = A1 + A0, R7 = A1 - A0 (NS);
24 R1 = A0 + A1, R6 = A0 - A1 (NS);
25 R2 = A1 + A0, R5 = A1 - A0 (NS);
26 R3 = A0 + A1, R4 = A0 - A1 (NS)
    [all...]
c_dsp32alu_a0_pm_a1.s 2 // Spec Reference: dsp32alu a0 += a1
10 A1 = A0 = 0;
21 A1 = R1;
23 A0 += A1;
24 A0 += A1 (W32);
25 A0 += A1;
26 A0 += A1 (W32);
29 A1 = R2;
30 A0 -= A1;
31 A0 -= A1 (W32)
    [all...]
c_dsp32alu_r_lh_a0pa1.s 2 // Spec Reference: dsp32alu r(lh) = ( a0 += a1)
20 A1 = R1;
21 R0 = ( A0 += A1 );
22 R1 = ( A0 += A1 );
23 R2 = ( A0 += A1 );
24 R3 = ( A0 += A1 );
25 R4 = ( A0 += A1 );
26 R5 = ( A0 += A1 );
27 R6 = ( A0 += A1 );
28 R7 = ( A0 += A1 );
    [all...]
c_dsp32alu_a_neg_a.s 20 A1 = A0 = 0;
24 A1 = - A0;
25 A1 = - A1;
26 A0 = - A1;
28 R2 = A1.w;
random_0015.S 8 dmm32 A1.w, 0xb7cc6ddd;
9 dmm32 A1.x, 0x00000004;
11 A1 = ASHIFT A1 BY R3.L;
12 checkreg A1.w, 0x00000025;
13 checkreg A1.x, 0x00000000;
17 dmm32 A1.w, 0x7396e11c;
18 dmm32 A1.x, 0xffffffba;
20 A1 = ASHIFT A1 BY R3.L
    [all...]
random_0027.S 8 dmm32 A1.w, 0xa605868e;
9 dmm32 A1.x, 0x00000000;
13 R4.H = (A1 -= R5.L * R1.L) (M, IS);
15 checkreg A1.w, 0xa818ff5a;
16 checkreg A1.x, 0x00000000;
20 dmm32 A1.w, 0xeb710132;
21 dmm32 A1.x, 0xffffffcf;
24 R4.H = (A1 -= R7.L * R7.H) (M, IS);
26 checkreg A1.w, 0xbfa11496;
27 checkreg A1.x, 0xffffffcf
    [all...]
issue146.S 10 A1 = 0;
19 A1 = R1;
22 _DBG A1;
24 R3 = A1 + A0, R7 = A1 - A0 (S);
c_dsp32alu_awx.s 19 // A0 & A1 types
21 A1 = 0;
27 R4 = A1.w;
35 R5 = ( A0 += A1 );
36 R6.L = ( A0 += A1 );
37 R7.H = ( A0 += A1 );
42 A0 += A1;
46 A0 -= A1;
50 R2 = A1.L + A1.H, R3 = A0.L + A0.H; /* 0x *
    [all...]
c_dsp32alu_aa_absabs.s 2 // Spec Reference: dsp32alu a1, a0 = abs / abs a1, a0
21 A1 = R1;
23 A1 = ABS A1, A0 = ABS A0;
25 R3 = A1.w;
26 A1 = ABS A1, A0 = ABS A0;
28 R5 = A1.w;
c_dsp32alu_aa_negneg.s 2 // Spec Reference: dsp32alu a1, a0 = neg / neg a1, a0
21 A1 = R1;
23 A1 = - A1, A0 = - A0;
25 R3 = A1.w;
26 A1 = - A1, A0 = - A0;
28 R5 = A1.w;
c_dsp32alu_rr_lph_a1a0.s 2 // Spec Reference: dsp32alu (dregs, dregs) = L + H, L + H (a1, a0)
19 A1 = R1;
22 R2 = A1.L + A1.H, R3 = A0.L + A0.H;
23 R4 = A1.L + A1.H, R5 = A0.L + A0.H;
24 R6 = A1.L + A1.H, R7 = A0.L + A0.H;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
c_dsp32alu_rrpm_aa.s 10 A1 = A0 = 0;
21 A1 = R1;
23 R0 = A1 + A0, R7 = A1 - A0 (NS);
24 R1 = A0 + A1, R6 = A0 - A1 (NS);
25 R2 = A1 + A0, R5 = A1 - A0 (NS);
26 R3 = A0 + A1, R4 = A0 - A1 (NS)
    [all...]
c_dsp32alu_a0_pm_a1.s 2 // Spec Reference: dsp32alu a0 += a1
10 A1 = A0 = 0;
21 A1 = R1;
23 A0 += A1;
24 A0 += A1 (W32);
25 A0 += A1;
26 A0 += A1 (W32);
29 A1 = R2;
30 A0 -= A1;
31 A0 -= A1 (W32)
    [all...]
c_dsp32alu_r_lh_a0pa1.s 2 // Spec Reference: dsp32alu r(lh) = ( a0 += a1)
20 A1 = R1;
21 R0 = ( A0 += A1 );
22 R1 = ( A0 += A1 );
23 R2 = ( A0 += A1 );
24 R3 = ( A0 += A1 );
25 R4 = ( A0 += A1 );
26 R5 = ( A0 += A1 );
27 R6 = ( A0 += A1 );
28 R7 = ( A0 += A1 );
    [all...]
c_dsp32alu_a_neg_a.s 20 A1 = A0 = 0;
24 A1 = - A0;
25 A1 = - A1;
26 A0 = - A1;
28 R2 = A1.w;
random_0015.S 8 dmm32 A1.w, 0xb7cc6ddd;
9 dmm32 A1.x, 0x00000004;
11 A1 = ASHIFT A1 BY R3.L;
12 checkreg A1.w, 0x00000025;
13 checkreg A1.x, 0x00000000;
17 dmm32 A1.w, 0x7396e11c;
18 dmm32 A1.x, 0xffffffba;
20 A1 = ASHIFT A1 BY R3.L
    [all...]
random_0027.S 8 dmm32 A1.w, 0xa605868e;
9 dmm32 A1.x, 0x00000000;
13 R4.H = (A1 -= R5.L * R1.L) (M, IS);
15 checkreg A1.w, 0xa818ff5a;
16 checkreg A1.x, 0x00000000;
20 dmm32 A1.w, 0xeb710132;
21 dmm32 A1.x, 0xffffffcf;
24 R4.H = (A1 -= R7.L * R7.H) (M, IS);
26 checkreg A1.w, 0xbfa11496;
27 checkreg A1.x, 0xffffffcf
    [all...]
issue146.S 10 A1 = 0;
19 A1 = R1;
22 _DBG A1;
24 R3 = A1 + A0, R7 = A1 - A0 (S);
c_dsp32alu_awx.s 19 // A0 & A1 types
21 A1 = 0;
27 R4 = A1.w;
35 R5 = ( A0 += A1 );
36 R6.L = ( A0 += A1 );
37 R7.H = ( A0 += A1 );
42 A0 += A1;
46 A0 -= A1;
50 R2 = A1.L + A1.H, R3 = A0.L + A0.H; /* 0x *
    [all...]
  /src/tests/usr.bin/xlint/lint1/
msg_210.c 9 A1
24 enum A a1 = A1; variable in typeref:enum:A
  /src/external/gpl3/gcc/dist/libgcc/config/bfin/
lib1funcs.S 123 A1 = R1.L * R0.L (FU);
124 A1 = A1 >> 16;
125 A0 = R1.H * R0.H, A1 += R1.L * R0.H (FU);
126 A1 += R0.L * R1.H (FU);
127 A1 = A1 >> 16;
128 A0 += A1;
139 A1 = R1.L * R0.L (FU);
140 A1 = A1 >> 16
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/bfin/
lib1funcs.S 123 A1 = R1.L * R0.L (FU);
124 A1 = A1 >> 16;
125 A0 = R1.H * R0.H, A1 += R1.L * R0.H (FU);
126 A1 += R0.L * R1.H (FU);
127 A1 = A1 >> 16;
128 A0 += A1;
139 A1 = R1.L * R0.L (FU);
140 A1 = A1 >> 16
    [all...]
  /src/external/apache2/llvm/dist/clang/INPUTS/
macro_pounder_obj.c 7 #define A1 A0 A0 A0 A0 A0 A0
8 #define A2 A1 A1 A1 A1 A1 A1

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>