search for: best_id

Displaying 1 result from an estimated 1 matches for "best_id".

Did you mean: test_id
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...+#include "bfin.h" + /* Note http://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.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", &qu...