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

  /art/compiler/llvm/
runtime_support_builder_x86.cc 46 std::string inline_asm(StringPrintf("mov %%fs:%d, $0", Thread::SelfOffset().Int32Value()));
47 InlineAsm* func = InlineAsm::get(ori_func->getFunctionType(), inline_asm, "=r", false);
58 std::string inline_asm(StringPrintf("mov %%fs:%d, $0", static_cast<int>(offset)));
59 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "=r", true);
71 std::string inline_asm(StringPrintf("mov $0, %%fs:%d", static_cast<int>(offset)));
72 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "r", true);
runtime_support_builder_arm.cc 75 std::string inline_asm(StringPrintf("ldr%c $0, [r9, #%d]",
78 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "=r", true);
90 std::string inline_asm(StringPrintf("str%c $0, [r9, #%d]",
93 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "r", true);
  /art/tools/
cpplint.py     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 380 ComputeDiagID(D.getSeverity(), inline_asm, DiagID);
498 ComputeDiagID(Severity, inline_asm, DiagID);
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 5882 milliseconds