/external/valgrind/main/none/tests/ppc64/ |
std_reg_imm.c | 30 Finally, the assembler silently strips the index&3 part,
|
/external/zlib/old/visualc6/ |
README.txt | 71 To build the ASM-enabled code, you need Microsoft Assembler
|
/external/zlib/projects/visualc6/ |
README.txt | 71 To build the ASM-enabled code, you need Microsoft Assembler
|
/external/clang/docs/ |
DriverInternals.html | 94 tools which have an integrated assembler; something we hope to 262 $ <b>clang -ccc-print-phases -x c t.c -x assembler t.s</b> 265 2: compiler, {1}, assembler 266 3: assembler, {2}, object 267 4: input, "t.s", assembler 268 5: assembler, {4}, object 284 2: compiler, {1}, assembler 285 3: assembler, {2}, object 291 9: compiler, {8}, assembler 292 10: assembler, {9}, objec [all...] |
/external/llvm/lib/MC/ |
MCAssembler.cpp | 1 //===- lib/MC/MCAssembler.cpp - Assembler Backend Implementation ----------===// 10 #define DEBUG_TYPE "assembler" 35 STATISTIC(EmittedFragments, "Number of emitted assembler fragments"); 39 STATISTIC(RelaxationSteps, "Number of assembler layout and relaxation steps"); 45 // what is a 64-bit assembler value used for computation into a value in the 52 : Assembler(Asm), LastValidFragment() 124 Offset += getSymbolOffset(&Assembler.getSymbolData( 127 Offset -= getSymbolOffset(&Assembler.getSymbolData( 566 llvm::errs() << "assembler backend - pre-layout\n--\n"; 599 llvm::errs() << "assembler backend - post-relaxation\n--\n" [all...] |
MCELFStreamer.h | 34 MCAssembler *Assembler) 35 : MCObjectStreamer(Context, TAB, OS, Emitter, Assembler) {}
|
/external/clang/include/clang/Driver/ |
Types.def | 65 TYPE("assembler", PP_Asm, INVALID, "s", "au") 66 TYPE("assembler-with-cpp", Asm, PP_Asm, 0, "au")
|
/external/elfutils/libasm/ |
libasmP.h | 54 /* The underlying assembler context. */ 236 /* Free all resources associated with the assembler context. */
|
/external/libffi/src/mips/ |
ffitarget.h | 70 /* SGI's strange assembler requires that we multiply by 4 rather 85 /* The SGI assembler can't handle this.. */
|
/external/libpng/scripts/ |
makefile.vcawin32 | 12 # -------- Microsoft Visual C++ 2.0 and later, no assembler code -------- 13 # If you don't want to use assembler (MMX) code, use makefile.vcwin32 instead.
|
makefile.vcwin32 | 12 # -------- Microsoft Visual C++ 2.0 and later, no assembler code -------- 13 # If you want to use assembler (MMX) code, use makefile.vcawin32 instead.
|
/external/libvpx/examples/includes/geshi/docs/ |
THANKS | 123 - PIC16xxx assembler Phil Mattison 160 - Z80 Assembler Benny Baumann
|
/external/libvpx/examples/includes/geshi/geshi/ |
mpasm.php | 10 * Microchip Assembler language file for GeSHi. 47 'LANG_NAME' => 'Microchip Assembler',
|
/external/llvm/include/llvm/MC/ |
MCAsmInfo.h | 95 /// assembler. 111 /// be passed through the assembler but be removed by the linker. This 120 /// AssemblerDialect - Which dialect of an assembler variant to use. 123 /// AllowQuotesInName - This is true if the assembler allows for complex 127 /// AllowNameToStartWithDigit - This is true if the assembler allows symbol 131 /// AllowPeriodsInName - This is true if the assembler allows periods in 215 /// HasSetDirective - True if the assembler supports the .set directive. 218 /// HasAggressiveSymbolFolding - False if the assembler requires that we use
|
MCSymbol.h | 50 /// IsTemporary - True if this is an assembler temporary label, which 74 /// isTemporary - Check if this is an assembler temporary symbol.
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmLexer.h | 22 /// AsmToken - Target independent representation for an assembler token. 115 /// MCAsmLexer - Generic assembler lexer interface, for use by target specific
|
MCAsmParser.h | 30 /// MCAsmParser - Generic assembler parser interface, for use by target specific 60 /// getStreamer - Return the output streamer for the assembler.
|
/external/llvm/tools/llvm-as/ |
llvm-as.cpp | 1 //===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===// 93 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n");
|
/external/openssl/crypto/rc4/ |
rc4_skey.c | 116 * for IA-32 hand-coded assembler turned out to be 2.8x 125 * recognized by correspondingly updated assembler
|
/external/quake/quake/src/QW/scitech/include/ |
debug.h | 63 * and variables names, so that our assembler routines will link
155 * _ASMAPI - Calling conventions for all public assembler functions
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
DEBUG.H | 63 * and variables names, so that our assembler routines will link
155 * _ASMAPI - Calling conventions for all public assembler functions
|
/external/v8/src/x64/ |
codegen-x64.cc | 57 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, 61 Assembler masm(NULL, buffer, static_cast<int>(actual_size));
|
/external/webkit/Source/JavaScriptCore/assembler/ |
CodeLocation.h | 31 #if ENABLE(ASSEMBLER) 182 #endif // ENABLE(ASSEMBLER)
|
MacroAssemblerCodeRef.h | 34 #if ENABLE(ASSEMBLER) 222 #endif // ENABLE(ASSEMBLER)
|
MacroAssemblerX86.h | 29 #if ENABLE(ASSEMBLER) && CPU(X86) 194 #endif // ENABLE(ASSEMBLER)
|