Searched refs:bigres (Results 1 – 5 of 5) sorted by relevance
5 unsigned int bigres; in asmFunc() local7 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) : in asmFunc()9 res = bigres; in asmFunc()
41 unsigned int bigres; in t4() local44 : [ bigres ] "=la"(bigres) in t4()47 res = bigres; in t4()
81 unsigned int bigres; in t4() local87 : [ bigres ] "=la"(bigres) in t4()90 res = bigres; in t4()
178 unsigned int bigres; in t22() local180 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) : in t22()182 res = bigres; in t22()