search for: tupdat

Displaying 4 results from an estimated 4 matches for "tupdat".

Did you mean: tmpdat
2006 Jan 18
2
Errors in speex lib with Blackfin
...a syntax error. May be I am wrong, but I can't understood what is written there(and compiler too). Example: __asm__ __volatile__ ( "I0 = %0;\n\t" "I1 = %1;\n\t" "L0 = 0;\n\t" "L1 = 0;\n\t" "LOOP tupdate%= LC0 = %3;\n\t" ^//here is the problem "LOOP_BEGIN tupdate%=;\n\t" ^//here is the same problem "R0.L = W[I0] || R1.L = W[I1++];\n\t" "R1 = (A1 = R1.L*%2.L) (IS);\n\t"...
2006 Jan 18
0
Errors in speex lib with Blackfin
...t understood > what is written there(and compiler too). > Example: > > __asm__ __volatile__ > ( > "I0 = %0;\n\t" > "I1 = %1;\n\t" > "L0 = 0;\n\t" > "L1 = 0;\n\t" > "LOOP tupdate%= LC0 = %3;\n\t" > ^//here is the problem > "LOOP_BEGIN tupdate%=;\n\t" > ^//here is the same problem > "R0.L = W[I0] || R1.L = W[I1++];\n\t" > "R1 = (A1 = R1.L*%2.L) (IS...
2011 Dec 20
0
sedf: remove useless tracing printk and harmonize comments style.
...!= EXTRAQ(d->processor,i)) && sub ) { for ( cur = cur->next; cur != EXTRAQ(d->processor,i); cur = cur->next ) { curinf = list_entry(cur,struct sedf_vcpu_info, extralist[i]); curinf->score[i] -= sub; - PRINT(4, "\tupdating domain %i.%i (score= %u)\n", - curinf->vcpu->domain->domain_id, - curinf->vcpu->vcpu_id, curinf->score[i]); } } @@ -221,29 +199,14 @@ static inline void extraq_check(struct v { if ( extraq_on(d, EXTRA_UTIL_Q) )...
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...t;A0", "A1", "memory", "ASTAT" BFIN_HWLOOP0_REGS BFIN_HWLOOP1_REGS ); shape_cb += subvect_size; resp += subvect_size; @@ -107,6 +106,6 @@ static inline void target_update(spx_word16_t *t, spx_word16_t g, spx_word16_t * "LOOP_END tupdate%=;\n\t" : : "a" (t), "a" (r), "d" (g), "a" (len) - : "R0", "R1", "R2", "A1", "I0", "I1", "L0", "L1" + : "R0", "R1", "R2", "A1&...