/external/llvm/include/llvm/MC/ |
MCExpr.h | 30 /// MCExpr - Base class for the full range of assembler expressions which are 78 /// @param Layout - The assembler layout object to use for evaluating symbol 92 /// @param Layout - The assembler layout object to use for evaluating values. 143 /// assembler variable (defined constant), or constitute an implicit definition 227 /// MCUnaryExpr - Unary assembler expressions. 281 /// MCBinaryExpr - Binary assembler expressions.
|
MCAsmInfo.h | 108 /// assembler. 124 /// be passed through the assembler but be removed by the linker. This 134 /// directives that tells the assembler to interpret the following 140 /// AssemblerDialect - Which dialect of an assembler variant to use. 143 /// AllowQuotesInName - This is true if the assembler allows for complex 147 /// AllowNameToStartWithDigit - This is true if the assembler allows symbol 151 /// AllowPeriodsInName - This is true if the assembler allows periods in 247 /// HasSetDirective - True if the assembler supports the .set directive. 250 /// HasAggressiveSymbolFolding - False if the assembler requires that we use
|
MCAssembler.h | 70 /// @name Assembler Backend Data 73 // FIXME: This could all be kept private to the assembler implementation. 454 /// @name Assembler Backend Data 457 // FIXME: This could all be kept private to the assembler implementation. 675 /// The map of sections to their associated assembler backend data. 680 /// The map of symbols to their associated assembler backend data. 757 /// in the symbol table, or whether it can be discarded by the assembler. This 758 /// also effects whether the assembler treats the label as potentially 775 /// Construct a new assembler instance.
|
MCInstPrinter.h | 52 /// printRegName - Print the assembler register name.
|
/external/llvm/include/llvm-c/ |
lto.h | 233 * Sets the location of the assembler tool to run. If not set, libLTO 234 * will use gcc to invoke the assembler. 240 * Sets extra arguments that libLTO should pass to the assembler.
|
/external/v8/test/cctest/ |
test-assembler-arm.cc | 33 #include "arm/assembler-arm-inl.h" 62 Assembler assm(Isolate::Current(), NULL, 0); 88 Assembler assm(Isolate::Current(), NULL, 0); 125 Assembler assm(Isolate::Current(), NULL, 0); 178 Assembler assm(Isolate::Current(), NULL, 0); 245 Assembler assm(Isolate::Current(), NULL, 0); 361 Assembler assm(Isolate::Current(), NULL, 0); 397 Assembler assm(Isolate::Current(), NULL, 0); 440 Assembler assm(Isolate::Current(), NULL, 0); 643 Assembler assm(Isolate::Current(), NULL, 0) [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
AssemblerBufferWithConstantPool.h | 30 #if ENABLE(ASSEMBLER) 54 have to be inserted into the instruction stream (Assembler Buffer): 347 #endif // ENABLE(ASSEMBLER)
|
/bionic/libc/arch-arm/include/ |
endian.h | 45 /* According to RealView Assembler User's Guide, REV and REV16 are available
|
/external/elfutils/libasm/ |
asm_newsubscn.c | 56 /* Same assembler context than the original section. */
|
/external/elfutils/tests/ |
asm-tst4.c | 39 printf ("cannot create assembler context: %s\n", asm_errmsg (-1));
|
asm-tst5.c | 41 printf ("cannot create assembler context: %s\n", asm_errmsg (-1));
|
/external/kernel-headers/original/asm-x86/ |
processor-flags.h | 3 /* Various flags defined: can be included from assembler. */
|
/external/libvpx/build/x86-msvs/ |
yasm.rules | 9 DisplayName="Yasm Assembler"
|
/external/llvm/lib/MC/ |
MCAsmInfoDarwin.cpp | 55 // FIXME: Change this once MC is the system assembler.
|
/external/quake/quake/src/QW/client/ |
makefile.svgalib | 97 $(CC) $(CFLAGS) -DELF -x assembler-with-cpp -c $<
|
/external/v8/src/arm/ |
deoptimizer-arm.cc | 43 return kCallInstructionSizeInWords * Assembler::kInstrSize; 79 int instructions = (pc_offset - last_pc_offset) / Assembler::kInstrSize; 93 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize; 94 ASSERT(call_size_in_bytes % Assembler::kInstrSize == 0); 107 (code->safepoint_table_offset() - last_pc_offset) / Assembler::kInstrSize; 140 const int kInstrSize = Assembler::kInstrSize; 148 ASSERT(Assembler::IsLdrPcImmediateOffset( 149 Assembler::instr_at(pc_after - 2 * kInstrSize))); 178 const int kInstrSize = Assembler::kInstrSize;
|
lithium-gap-resolver-arm.h | 46 // Resolve a set of parallel moves, emitting assembler instructions.
|
/external/v8/src/mips/ |
deoptimizer-mips.cc | 47 return kCallInstructionSizeInWords * Assembler::kInstrSize;
|
lithium-codegen-mips.h | 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) { }
|
/external/v8/src/ |
regexp-macro-assembler-irregexp-inl.h | 28 // A light-weight assembler for the Irregexp byte code.
|
/external/v8/src/x64/ |
lithium-gap-resolver-x64.h | 45 // Resolve a set of parallel moves, emitting assembler instructions.
|
/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...] |