Displaying 1 result from an estimated 1 matches for "nbdim".
Did you mean:
bdim
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...ts.html
well tell you all the magic resgister constraints used below
@@ -84,7 +86,8 @@ static int lsp_quant(
" L0 = 0;\n\t"
: "=&d" (best_dist), "=&d" (best_id)
: "a" (x), "b" (cdbk), "a" (nbVec), "a" (nbDim)
- : "I0", "P2", "R0", "R1", "R2", "R3", "R5", "L0", "B0", "A0"
+ : "I0", "P2", "R0", "R1", "R2", "R3", "R5", "L0",...