/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/ |
elf.h | 99 output in the text section, along with the assembler instructions. 141 /* The ELF assembler handles GOT addressing differently to NetBSD. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/ |
elf.h | 99 output in the text section, along with the assembler instructions. 141 /* The ELF assembler handles GOT addressing differently to NetBSD. */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/ |
elf.h | 99 output in the text section, along with the assembler instructions. 141 /* The ELF assembler handles GOT addressing differently to NetBSD. */
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCore.vcproj | 1514 Name="assembler" 1517 RelativePath="..\..\assembler\AbstractMacroAssembler.h" 1521 RelativePath="..\..\assembler\AssemblerBuffer.h" 1525 RelativePath="..\..\assembler\CodeLocation.h" 1529 RelativePath="..\..\assembler\LinkBuffer.h" 1533 RelativePath="..\..\assembler\MacroAssembler.h" 1537 RelativePath="..\..\assembler\MacroAssemblerX86.h" 1541 RelativePath="..\..\assembler\MacroAssemblerX86Common.h" 1545 RelativePath="..\..\assembler\RepatchBuffer.h" 1549 RelativePath="..\..\assembler\X86Assembler.h [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 35 // A lightweight X64 Assembler. 356 friend class Assembler; 424 friend class Assembler; 517 class Assembler : public AssemblerBase { 531 // Create an assembler. Instructions and relocation information are emitted 536 // If the provided buffer is NULL, the assembler allocates and grows its own 538 // owned by the assembler and deallocated upon destruction of the assembler. 540 // If the provided buffer is not NULL, the assembler uses the provided buffer 543 // upon destruction of the assembler [all...] |
lithium-codegen-x64.h | 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) 50 masm_(assembler), 75 // Support for converting LOperands to assembler types.
|
/external/v8/src/ |
assembler.h | 47 // Platform independent assembler base class. 77 // unknown pc location. Assembler::bind() is used to bind a label to the 113 friend class Assembler; 167 friend class Assembler; 298 INLINE(Handle<Object> target_object_handle(Assembler* origin)); 710 explicit PositionsRecorder(Assembler* assembler) 711 : assembler_(assembler) { 751 Assembler* assembler_;
|
regexp-macro-assembler-irregexp.cc | 31 #include "regexp-macro-assembler.h" 32 #include "regexp-macro-assembler-irregexp.h" 33 #include "regexp-macro-assembler-irregexp-inl.h"
|
/external/jpeg/ |
jmemdosa.asm | 13 ; assembler (including Borland's Turbo Assembler). If you haven't got 14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c.
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) 48 masm_(assembler), 73 // Support for converting LOperands to assembler types.
|
regexp-macro-assembler-arm.cc | 36 #include "macro-assembler.h" 37 #include "regexp-macro-assembler.h" 38 #include "arm/regexp-macro-assembler-arm.h" 45 * This assembler uses the following register assignment convention 56 * - r12 : IP register, used by assembler. Very volatile. 106 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro 137 // Unuse labels in case we throw away the assembler without calling GetCode. 897 masm_->pc_offset() + Assembler::kPcLoadDelta; 902 masm_->BlockConstPoolBefore(masm_->pc_offset() + Assembler::kInstrSize); 908 masm_->pc_offset() + 2 * Assembler::kInstrSize) [all...] |
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 49 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) 51 masm_(assembler), 76 // Support for converting LOperands to assembler types.
|
/external/webkit/Source/JavaScriptCore/assembler/ |
LinkBuffer.h | 29 #if ENABLE(ASSEMBLER) 41 // This class assists in linking code generated by the macro assembler, once code generation 356 #endif // ENABLE(ASSEMBLER)
|
/external/zlib/contrib/masmx64/ |
inffasx64.asm | 1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
10 ; with Microsoft Macro Assembler (x64) for AMD64
13 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
target.h | 96 /* Functions that output assembler for the target. */ 102 /* Assembler instructions for creating various kinds of integer object. */ 112 /* Try to output the assembler code for an integer object whose 145 /* Emit an assembler directive to set visibility for the symbol 149 /* Output the assembler code for entry to a function. */ 152 /* Output the assembler code for end of prologue. */ 155 /* Output the assembler code for start of epilogue. */ 158 /* Output the assembler code for function exit. */ 164 /* Tell assembler to change to section NAME with attributes FLAGS. 199 /* Output the assembler code for a thunk function. THUNK_DECL is th [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
target.h | 96 /* Functions that output assembler for the target. */ 102 /* Assembler instructions for creating various kinds of integer object. */ 112 /* Try to output the assembler code for an integer object whose 145 /* Emit an assembler directive to set visibility for the symbol 149 /* Output the assembler code for entry to a function. */ 152 /* Output the assembler code for end of prologue. */ 155 /* Output the assembler code for start of epilogue. */ 158 /* Output the assembler code for function exit. */ 164 /* Tell assembler to change to section NAME with attributes FLAGS. 199 /* Output the assembler code for a thunk function. THUNK_DECL is th [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
target.h | 96 /* Functions that output assembler for the target. */ 102 /* Assembler instructions for creating various kinds of integer object. */ 112 /* Try to output the assembler code for an integer object whose 145 /* Emit an assembler directive to set visibility for the symbol 149 /* Output the assembler code for entry to a function. */ 152 /* Output the assembler code for end of prologue. */ 155 /* Output the assembler code for start of epilogue. */ 158 /* Output the assembler code for function exit. */ 164 /* Tell assembler to change to section NAME with attributes FLAGS. 199 /* Output the assembler code for a thunk function. THUNK_DECL is th [all...] |
/dalvik/vm/compiler/codegen/arm/ |
ArchFactory.cpp | 109 * NOTE - In practice BLX only needs one operand, but since the assembler
|
/dalvik/vm/compiler/template/armv5te/ |
header.S | 93 * to expand the macros into assembler assignment statements.
|
/dalvik/vm/mterp/armv5te/ |
entry.S | 27 * have nothing but assembler-local labels between the entry point and
|
/external/elfutils/tests/ |
asm-tst6.c | 39 printf ("cannot create assembler context: %s\n", asm_errmsg (-1));
|
asm-tst7.c | 39 printf ("cannot create assembler context: %s\n", asm_errmsg (-1));
|
asm-tst8.c | 39 printf ("cannot create assembler context: %s\n", asm_errmsg (-1));
|
/external/libpng/ |
configure.ac | 69 [if assembler code in pnggccrd.c can be compiled without PNG_NO_MMX_CODE])
|
/external/libpng/scripts/ |
makefile.msc | 11 # -------- Microsoft C 5.1 and later, does not use assembler code --------
|