search for: tupdate

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

Did you mean: update
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.
sched_sedf.c used o have its own mechanism for producing tracing-alike kind of information (domain block, wakeup, etc.). Nowadays, with an even not so high number of pCPUs/vCPUs, just trying to enable this makes the serial console completely unusable, produces tons of very hard to parse and interpreet logging and can easily livelock Dom0. Moreover, pretty much the same result this is struggling to
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&q...