HomeSort by relevance Sort by last modified time
    Searched defs:xcore (Results 1 - 22 of 22) sorted by null

  /external/capstone/cstool/
cstool_xcore.c 11 cs_xcore *xcore; local
18 xcore = &(ins->detail->xcore);
19 if (xcore->op_count)
20 printf("\top_count: %u\n", xcore->op_count);
22 for (i = 0; i < xcore->op_count; i++) {
23 cs_xcore_op *op = &(xcore->operands[i]);
  /external/capstone/tests/
test_winkernel.cpp 77 namespace xcore { namespace
79 } // namespace xcore
116 xcore::test();
test_xcore.c 33 cs_xcore *xcore; local
40 xcore = &(ins->detail->xcore);
41 if (xcore->op_count)
42 printf("\top_count: %u\n", xcore->op_count);
44 for (i = 0; i < xcore->op_count; i++) {
45 cs_xcore_op *op = &(xcore->operands[i]);
86 "XCore",
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 64 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /external/capstone/bindings/java/capstone/
Capstone.java 35 public Xcore.UnionOpInfo xcore; field in class:Capstone.UnionArch
195 detail.arch.setType(Xcore.UnionOpInfo.class);
197 op_info = new Xcore.OpInfo((Xcore.UnionOpInfo) detail.arch.xcore);
  /external/capstone/include/
capstone.h 78 CS_ARCH_XCORE, // XCore architecture
207 // XCore: 2 bytes.
222 #include "xcore.h"
244 cs_xcore xcore; // XCore architecture member in union:cs_detail::__anon14485
  /external/llvm/include/llvm/ADT/
Triple.h 76 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 79 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 79 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 80 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 80 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 81 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 81 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 81 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 81 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 79 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 80 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 80 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 81 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 81 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 81 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 81 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType

Completed in 1224 milliseconds