Home
last modified time | relevance | path

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

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