Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntime.def24 # define DEF_LLVM_OR_VFP_RUNTIME(func) DEF_LLVM_RUNTIME(func)
28 DEF_LLVM_RUNTIME(__absvdi2)
29 DEF_LLVM_RUNTIME(__absvsi2)
34 DEF_LLVM_RUNTIME(__addvdi3)
35 DEF_LLVM_RUNTIME(__addvsi3)
94 DEF_LLVM_RUNTIME(__ashldi3)
97 DEF_LLVM_RUNTIME(__ashrdi3)
105 DEF_LLVM_RUNTIME(__clzdi2)
106 DEF_LLVM_RUNTIME(__clzsi2)
107 DEF_LLVM_RUNTIME(__cmpdi2)
[all …]
DRuntime.c35 #define DEF_LLVM_RUNTIME(func) macro
52 #define DEF_LLVM_RUNTIME(func) \ macro