HomeSort by relevance Sort by last modified time
    Searched refs:ASMPREFIX (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp 37 // Get the ASMPREFIX for the current host. This is often '_'.
43 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
57 ".globl " ASMPREFIX "MipsCompilationCallback\n"
58 ASMPREFIX "MipsCompilationCallback:\n"
59 ".ent " ASMPREFIX "MipsCompilationCallback\n"
85 "jal " ASMPREFIX "MipsCompilationCallbackC\n"
105 ".end " ASMPREFIX "MipsCompilationCallback\n"
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp 52 // Get the ASMPREFIX for the current host. This is often '_'.
58 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
92 ".globl " ASMPREFIX "X86CompilationCallback\n"
94 ASMPREFIX "X86CompilationCallback:\n"
134 "call " ASMPREFIX "X86CompilationCallback2\n"
139 "call " ASMPREFIX "X86CompilationCallback2\n"
194 ".globl " ASMPREFIX "X86CompilationCallback\n"
196 ASMPREFIX "X86CompilationCallback:\n"
216 "call " ASMPREFIX "X86CompilationCallback2\n"
243 ".globl " ASMPREFIX "X86CompilationCallback_SSE\n
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp 37 // Get the ASMPREFIX for the current host. This is often '_'.
43 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
56 ".globl " ASMPREFIX "ARMCompilationCallback\n"
57 ASMPREFIX "ARMCompilationCallback:\n"
71 "bl " ASMPREFIX "ARMCompilationCallbackC\n"

Completed in 101 milliseconds