HomeSort by relevance Sort by last modified time
    Searched refs:isa (Results 1 - 25 of 1265) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/BlocksRuntime/
flagsisa.c 15 __block void *isa; local
17 ^{ flags=1; isa = (void *)isa; };
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognizerSharedState.pm 12 isa => 'ArrayRef[ANTLR::Runtime::BitSet]',
18 isa => 'Int',
27 isa => 'Bool',
38 isa => 'Int',
46 isa => 'Bool',
53 isa => 'Int',
61 isa => 'Int',
72 isa => 'Maybe[ArrayRef[HashRef[Int]]]',
84 isa => 'Maybe[ANTLR::Runtime::Token]',
92 isa => 'Int'
    [all...]
CharStreamState.pm 8 isa => 'Int',
15 isa => 'Int',
22 isa => 'Int',
NoViableAltException.pm 9 isa => 'Str',
15 isa => 'Int',
21 isa => 'Int',
  /external/syslinux/gpxe/src/drivers/bus/
isa.c 7 #include <gpxe/isa.h>
12 * isa.c implements a "classical" port-scanning method of ISA device
23 * The ISA probe address list can be overridden by config.h; if the
56 * Probe an ISA device
58 * @v isa ISA device
61 static int isa_probe ( struct isa_device *isa ) {
64 DBG ( "Trying ISA driver %s at I/O %04x\n",
65 isa->driver->name, isa->ioaddr )
95 struct isa_device *isa = NULL; local
151 struct isa_device *isa; local
    [all...]
  /art/runtime/entrypoints/quick/
callee_save_frame.h 77 static constexpr size_t GetCalleeSaveFrameSize(InstructionSet isa, Runtime::CalleeSaveType type) {
79 return (isa == kArm || isa == kThumb2) ? arm::ArmCalleeSaveFrameSize(type) :
80 isa == kArm64 ? arm64::Arm64CalleeSaveFrameSize(type) :
81 isa == kMips ? mips::MipsCalleeSaveFrameSize(type) :
82 isa == kMips64 ? mips64::Mips64CalleeSaveFrameSize(type) :
83 isa == kX86 ? x86::X86CalleeSaveFrameSize(type) :
84 isa == kX86_64 ? x86_64::X86_64CalleeSaveFrameSize(type) :
85 isa == kNone ? (LOG(FATAL) << "kNone has no frame size", 0) :
86 (LOG(FATAL) << "Unknown instruction set" << isa, 0)
    [all...]
quick_trampoline_entrypoints_test.cc 29 // Use 64-bit ISA for runtime setup to make method size potentially larger
41 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, Runtime::CalleeSaveType type)
49 r->SetInstructionSet(isa);
56 static void CheckFrameSize(InstructionSet isa, Runtime::CalleeSaveType type, uint32_t save_size)
58 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type);
62 << frame_info.FpSpillMask() << std::dec << " ISA " << isa; variable
65 static void CheckPCOffset(InstructionSet isa, Runtime::CalleeSaveType type, size_t pc_offset)
67 ArtMethod* save_method = CreateCalleeSaveMethod(isa, type);
72 << " fp spills=" << frame_info.FpSpillMask() << std::dec << " ISA " << isa variable
    [all...]
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa.h 1 /* Interface definition for configurable Xtensa ISA support.
37 /* This file defines the interface to the Xtensa ISA library. This
38 library contains most of the ISA-specific information for a
46 . ISA info - information about the ISA as a whole
66 /* Most of the Xtensa ISA entities (e.g., opcodes, regfiles, etc.) are
90 operations. The formats for the core Xtensa ISA have only one slot,
165 xtensa_isa_errno (xtensa_isa isa);
168 xtensa_isa_error_msg (xtensa_isa isa);
182 xtensa_insnbuf_size (xtensa_isa isa);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
isaa-mac.d 6 private flags = 12: \[isa A\] \[mac\]
isaa.d 6 private flags = 2: \[isa A\]
isaaplus.d 6 private flags = 3: \[isa A\+\]
isab-float.d 6 private flags = 8045: \[cfv4e\] \[isa B\] \[float\]
isab.d 6 private flags = 5: \[isa B\]
merge-error-1c.d 4 #error: ^[^\n]* m68k:isa-b [^\n]* incompatible with m68k:isa-aplus [^\n]*$
  /art/runtime/arch/
instruction_set.h 86 const char* GetInstructionSetString(InstructionSet isa);
94 NO_RETURN void InstructionSetAbort(InstructionSet isa);
96 static inline PointerSize GetInstructionSetPointerSize(InstructionSet isa) {
97 switch (isa) {
113 InstructionSetAbort(isa);
118 InstructionSet isa) {
119 return (isa == kThumb2 || isa == kArm) ? kThumb2InstructionAlignment :
120 (isa == kArm64) ? kArm64InstructionAlignment :
121 (isa == kX86) ? kX86InstructionAlignment
    [all...]
  /art/compiler/jni/
jni_cfi_test.cc 41 void TestImpl(InstructionSet isa,
45 if (Is64BitInstructionSet(isa)) {
46 TestImplSized<PointerSize::k64>(isa, isa_str, expected_asm, expected_cfi);
48 TestImplSized<PointerSize::k32>(isa, isa_str, expected_asm, expected_cfi);
54 void TestImplSized(InstructionSet isa,
72 isa));
74 ManagedRuntimeCallingConvention::Create(&arena, is_static, is_synchronized, shorty, isa));
80 JNIMacroAssembler<kPointerSize>::Create(&arena, isa));
95 GenerateExpected(stdout, isa, isa_str, actual_asm, actual_cfi);
103 #define TEST_ISA(isa) \
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
isa.h 11 /** An ISA device */
30 * An individual ISA device, identified by probe address
35 /** An ISA driver */
50 * @v isa ISA device
54 int ( * probe ) ( struct isa_device *isa );
58 * @v isa ISA device
60 void ( * remove ) ( struct isa_device *isa );
63 /** ISA driver table *
    [all...]
  /external/clang/test/Sema/
builtin_objc_msgSend.c 7 Class isa; member in struct:objc_object
  /external/elfutils/libdw/
dwarf_lineisa.c 1 /* Return ISA in line.
42 *isap = line->isa;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 53 if (isa<ConstantSDNode>(Node)) return true;
54 if (isa<ConstantFPSDNode>(Node)) return true;
55 if (isa<RegisterSDNode>(Node)) return true;
56 if (isa<GlobalAddressSDNode>(Node)) return true;
57 if (isa<BasicBlockSDNode>(Node)) return true;
58 if (isa<FrameIndexSDNode>(Node)) return true;
59 if (isa<ConstantPoolSDNode>(Node)) return true;
60 if (isa<JumpTableSDNode>(Node)) return true;
61 if (isa<ExternalSymbolSDNode>(Node)) return true;
62 if (isa<BlockAddressSDNode>(Node)) return true
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 1 /* Configurable Xtensa ISA support.
24 #include "xtensa-isa.h"
25 #include "xtensa-isa-internal.h"
32 xtensa_isa_errno (xtensa_isa isa __attribute__ ((unused)))
39 xtensa_isa_error_msg (xtensa_isa isa __attribute__ ((unused)))
73 xtensa_insnbuf_size (xtensa_isa isa)
75 xtensa_isa_internal *intisa = (xtensa_isa_internal *) isa;
81 xtensa_insnbuf_alloc (xtensa_isa isa)
84 malloc (xtensa_insnbuf_size (isa) * sizeof (xtensa_insnbuf_word));
91 xtensa_insnbuf_free (xtensa_isa isa __attribute__ ((unused))
239 xtensa_isa_internal *isa = &xtensa_modules; local
    [all...]
  /art/compiler/trampolines/
trampoline_compiler.h 28 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline32(InstructionSet isa,
31 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline64(InstructionSet isa,
  /external/clang/test/CodeGenCXX/
debug-info-cxx0x.cpp 14 template<typename U> static P<T,U> isa(U);
15 decltype(isa(int())) f() {}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-diag-1.s 21 .loc 1 1 isa 1
22 .loc 1 1 isa 2
23 .loc 1 1 isa -1
24 .loc 1 1 isa 0
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 56 if (isa<ConstantSDNode>(Node)) return true;
57 if (isa<ConstantFPSDNode>(Node)) return true;
58 if (isa<RegisterSDNode>(Node)) return true;
59 if (isa<RegisterMaskSDNode>(Node)) return true;
60 if (isa<GlobalAddressSDNode>(Node)) return true;
61 if (isa<BasicBlockSDNode>(Node)) return true;
62 if (isa<FrameIndexSDNode>(Node)) return true;
63 if (isa<ConstantPoolSDNode>(Node)) return true;
64 if (isa<TargetIndexSDNode>(Node)) return true;
65 if (isa<JumpTableSDNode>(Node)) return true
    [all...]

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>