HomeSort by relevance Sort by last modified time
    Searched full:disassembler (Results 76 - 100 of 216) sorted by null

1 2 34 5 6 7 8 9

  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 1 //===- X86DisassemblerTables.h - Disassembler tables ------------*- C++ -*-===//
10 // This file is part of the X86 Disassembler Emitter.
11 // It contains the interface of the disassembler tables.
12 // Documentation for the disassembler emitter in general can be found in
TableGen.cpp 61 clEnumValN(GenDisassembler, "gen-disassembler",
62 "Generate disassembler"),
X86RecognizableInstr.h 1 //===- X86RecognizableInstr.h - Disassembler instruction spec ----*- C++ -*-===//
10 // This file is part of the X86 Disassembler Emitter.
12 // Documentation for the disassembler emitter in general can be found in
  /external/v8/src/arm/
disasm-arm.cc 28 // A Disassembler object is used to disassemble a block of code instruction by
35 // Disassembler d(converter);
44 // The Disassembler class also has a convenience method to disassemble a block
46 // achieved by just calling Disassembler::Disassemble(stdout, begin, end);
171 // These condition names are defined in a way to match the native disassembler
201 // These shift names are defined in a way to match the native disassembler
665 // The disassembler may end up decoding data inlined in the code. We do not want
674 // For currently unimplemented decodings the disassembler calls Unknown(instr)
    [all...]
constants-arm.cc 59 // These register names are defined in a way to match the native disassembler
92 // These register names are defined in a way to match the native disassembler
  /external/v8/src/
disassembler.h 36 class Disassembler : public AllStatic {
  /system/core/libpixelflinger/codeflinger/
disassem.h 36 * Define the interface structure required by the disassembler.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-objdump.1 154 [\fB\-M\fR \fIoptions\fR|\fB\-\-disassembler\-options=\fR\fIoptions\fR]
280 of forcing the disassembler to decode pieces of data found in code
392 .IP "\fB\-\-disassembler\-options=\fR\fIoptions\fR" 4
393 .IX Item "--disassembler-options=options"
395 Pass target specific information to the disassembler. Only supported on
397 disassembler option then multiple \fB\-M\fR options can be used or
401 select which register name set is used during disassembler. Specifying
415 disassembler to interpret all instructions as Thumb instructions by
416 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
434 instructs the disassembler to print a mnemonic suffix even when th
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-objdump.1 154 [\fB\-M\fR \fIoptions\fR|\fB\-\-disassembler\-options=\fR\fIoptions\fR]
280 of forcing the disassembler to decode pieces of data found in code
392 .IP "\fB\-\-disassembler\-options=\fR\fIoptions\fR" 4
393 .IX Item "--disassembler-options=options"
395 Pass target specific information to the disassembler. Only supported on
397 disassembler option then multiple \fB\-M\fR options can be used or
401 select which register name set is used during disassembler. Specifying
415 disassembler to interpret all instructions as Thumb instructions by
416 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
434 instructs the disassembler to print a mnemonic suffix even when th
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-objdump.1 154 [\fB\-M\fR \fIoptions\fR|\fB\-\-disassembler\-options=\fR\fIoptions\fR]
280 of forcing the disassembler to decode pieces of data found in code
392 .IP "\fB\-\-disassembler\-options=\fR\fIoptions\fR" 4
393 .IX Item "--disassembler-options=options"
395 Pass target specific information to the disassembler. Only supported on
397 disassembler option then multiple \fB\-M\fR options can be used or
401 select which register name set is used during disassembler. Specifying
415 disassembler to interpret all instructions as Thumb instructions by
416 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
434 instructs the disassembler to print a mnemonic suffix even when th
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-objdump.1 154 [\fB\-M\fR \fIoptions\fR|\fB\-\-disassembler\-options=\fR\fIoptions\fR]
280 of forcing the disassembler to decode pieces of data found in code
392 .IP "\fB\-\-disassembler\-options=\fR\fIoptions\fR" 4
393 .IX Item "--disassembler-options=options"
395 Pass target specific information to the disassembler. Only supported on
397 disassembler option then multiple \fB\-M\fR options can be used or
401 select which register name set is used during disassembler. Specifying
415 disassembler to interpret all instructions as Thumb instructions by
416 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
434 instructs the disassembler to print a mnemonic suffix even when th
    [all...]
  /external/llvm/docs/CommandGuide/
tblgen.rst 81 .. option:: -gen-disassembler
83 Generate disassembler.
  /external/llvm/docs/
MarkedUpDisassembly.rst 26 After calling ``LLVMCreateDisasm()`` to create a disassembler context the
84 API function for the disassembler will be added to provide an option to produce
  /external/llvm/include/llvm/Config/
llvm-config.h.cmake 67 /* LLVM name for the native Disassembler init function, if available */
68 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
llvm-config.h.in 67 /* LLVM name for the native Disassembler init function, if available */
  /external/llvm/lib/Target/X86/
X86Instr3DNow.td 23 // FIXME: The disassembler doesn't support Has3DNow0F0FOpcode yet.
32 // FIXME: The disassembler doesn't support Has3DNow0F0FOpcode yet.
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 1 //===-- llvm-dis.cpp - The low-level LLVM disassembler --------------------===//
123 cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .ll disassembler\n");
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 1 /*===-- X86DisassemblerDecoderCommon.h - Disassembler decoder -----*- C -*-===*
10 * This file is part of the X86 Disassembler.
11 * It contains common definitions used by both the disassembler and the table
13 * Documentation for the disassembler can be found in X86Disassembler.h.
388 * Decoding mode for the Intel disassembler. 16-bit, 32-bit, and 64-bit mode
X86DisassemblerDecoder.h 1 /*===-- X86DisassemblerDecoderInternal.h - Disassembler decoder ---*- C -*-===*
10 * This file is part of the X86 Disassembler.
12 * Documentation for the disassembler can be found in X86Disassembler.h.
554 * disassembler. May be NULL.
  /external/llvm/cmake/
config-ix.cmake 387 # We don't have an disassembler for all architectures yet.
388 if (EXISTS ${CMAKE_SOURCE_DIR}/lib/Target/${LLVM_NATIVE_ARCH}/Disassembler/CMakeLists.txt)
389 set(LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler)
  /external/llvm/include/llvm-c/
Target.h 69 /* Declare all of the available disassembler initialization functions. */
71 void LLVMInitialize##TargetName##Disassembler(void);
125 LLVMInitialize##TargetName##Disassembler();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/elfutils/backends/
ChangeLog 70 * Makefile.am: Add x86-64 disassembler.
71 * x86_64_init.c (x86_64_init): Hook up disassembler.
75 * Makefile.am: Add x86 disassembler.
76 * i386_init.c (i386_init): Hook up disassembler.
  /external/llvm/utils/
GenLibDeps.pl 94 $libpath =~ s/(.+)Disassembler$/Target\/$1\/Disassembler/;
135 $libpath =~ s/(.+)Disassembler$/Target\/$1\/Disassembler/;
  /external/v8/test/cctest/
test-disasm-mips.cc 35 #include "disassembler.h"
56 disasm::Disassembler disasm(converter);
75 // disassembler. Declare the variables and allocate the data structures used
102 V8_Fatal(__FILE__, __LINE__, "MIPS Disassembler tests failed.\n"); \

Completed in 3248 milliseconds

1 2 34 5 6 7 8 9