Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/ASTMerge/asm/Inputs/
Dasm-function.cpp5 unsigned int bigres; in asmFunc() local
7 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) : in asmFunc()
9 res = bigres; in asmFunc()
/external/llvm-project/clang/test/SemaCUDA/
Dasm_delayed_diags.cu41 unsigned int bigres; in t4() local
44 : [ bigres ] "=la"(bigres) in t4()
47 res = bigres; in t4()
/external/llvm-project/clang/test/OpenMP/
Dnvptx_asm_delayed_diags.c81 unsigned int bigres; in t4() local
87 : [ bigres ] "=la"(bigres) in t4()
90 res = bigres; in t4()
/external/llvm-project/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()
/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()