HomeSort by relevance Sort by last modified time
    Searched full:bigres (Results 1 - 1 of 1) sorted by null

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

Completed in 60 milliseconds