Searched refs:bigres (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Dasm.c178 unsigned int bigres; local
180 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) :
182 res = bigres;

Completed in 189 milliseconds