| /external/v8/src/x64/ |
| lithium-codegen-x64.h | 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) 50 masm_(assembler), 76 // Support for converting LOperands to assembler types.
|
| macro-assembler-x64.h | 31 #include "assembler.h" 83 class MacroAssembler: public Assembler { 85 // The isolate parameter can be NULL if the macro assembler should 88 // macro assembler. 95 explicit NoRootArrayScope(MacroAssembler* assembler) 96 : variable_(&assembler->root_array_available_), 97 old_value_(assembler->root_array_available_) { 98 assembler->root_array_available_ = false; [all...] |
| assembler-x64.h | 35 // A lightweight X64 Assembler. 366 friend class Assembler; 434 friend class Assembler; 530 class Assembler : public AssemblerBase { 544 // Create an assembler. Instructions and relocation information are emitted 549 // If the provided buffer is NULL, the assembler allocates and grows its own 551 // owned by the assembler and deallocated upon destruction of the assembler. 553 // If the provided buffer is not NULL, the assembler uses the provided buffer 556 // upon destruction of the assembler [all...] |
| /external/llvm/test/MC/ARM/ |
| thumb2-mclass.s | 5 @ Check that the assembler can handle the documented syntax from the ARM ARM.
|
| /external/v8/src/arm/ |
| lithium-codegen-arm.h | 46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) 48 masm_(assembler), 75 // Support for converting LOperands to assembler types.
|
| assembler-arm.h | 37 // A light-weight ARM Assembler 43 #include "assembler.h" 447 friend class Assembler; 498 friend class Assembler; 627 class Assembler : public AssemblerBase { 629 // Create an assembler. Instructions and relocation information are emitted 634 // If the provided buffer is NULL, the assembler allocates and grows its own 636 // owned by the assembler and deallocated upon destruction of the assembler. 638 // If the provided buffer is not NULL, the assembler uses the provided buffe [all...] |
| /external/v8/src/mips/ |
| lithium-codegen-mips.h | 46 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) 48 masm_(assembler), 75 // Support for converting LOperands to assembler types.
|
| assembler-mips.h | 40 #include "assembler.h" 382 friend class Assembler; 401 friend class Assembler; 507 class Assembler : public AssemblerBase { 509 // Create an assembler. Instructions and relocation information are emitted 514 // If the provided buffer is NULL, the assembler allocates and grows its own 516 // owned by the assembler and deallocated upon destruction of the assembler. 518 // If the provided buffer is not NULL, the assembler uses the provided buffer 521 // upon destruction of the assembler [all...] |
| /external/libvpx/vpx_ports/ |
| x86_abi_support.asm | 136 ; The Microsoft assembler tries to impose a certain amount of type safety in 139 ; original inline assembler we're porting from.
|
| /external/qemu/ |
| arm-dis.c | 89 const char *assembler; /* How to disassemble this insn. */ member in struct:opcode32 96 const char *assembler; /* How to disassemble this insn. */ member in struct:opcode16 [all...] |
| /external/v8/src/ |
| assembler.h | 56 // Platform independent assembler base class. 78 // unknown pc location. Assembler::bind() is used to bind a label to the 136 friend class Assembler; 282 INLINE(Handle<Object> target_object_handle(Assembler* origin)); 745 explicit PositionsRecorder(Assembler* assembler) 746 : assembler_(assembler) { 786 Assembler* assembler_;
|
| /external/webkit/Source/JavaScriptCore/dfg/ |
| DFGJITCompiler.h | 31 #include <assembler/MacroAssembler.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/libvpx/ |
| configure | 26 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
|
| /external/qemu/distrib/jpeg-6b/ |
| 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/openssl/crypto/aes/asm/ |
| aesni-sha1-x86_64.pl | 62 $avx=1 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1` 63 =~ /GNU assembler version ([2-9]\.[0-9]+)/ &&
|
| /external/openssl/crypto/sha/asm/ |
| sha1-586.pl | 19 # SHA1 assembler implementation. To address this problem (and 25 # assembler impl. generated code 111 `$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1` 112 =~ /GNU assembler version ([2-9]\.[0-9]+)/ && [all...] |
| sha1-x86_64.pl | 13 # was far behind 32-bit assembler implementation. This is unlike on 15 # assembler, which originally made it hard to motivate the effort. 20 # on Opteron, I failed to beat 32-bit assembler on EM64T core. Well, 75 $avx=1 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1` 76 =~ /GNU assembler version ([2-9]\.[0-9]+)/ &&
|
| /external/quake/quake/src/WinQuake/ |
| Makefile.Solaris | 31 DO_AS=$(CC) $(CFLAGS) -DELF -x assembler-with-cpp -o $@ -c $<
|
| /external/v8/src/ia32/ |
| assembler-ia32.h | 35 // A light-weight IA32 Assembler. 292 friend class Assembler; 383 friend class Assembler; 556 class Assembler : public AssemblerBase { 570 // Create an assembler. Instructions and relocation information are emitted 575 // If the provided buffer is NULL, the assembler allocates and grows its own 577 // owned by the assembler and deallocated upon destruction of the assembler. 579 // If the provided buffer is not NULL, the assembler uses the provided buffer 582 // upon destruction of the assembler [all...] |
| /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
|
| /gdk/build/core/ |
| definitions.mk | [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.help_3.5.0.v20100524.jar | |
| /external/openssl/ |
| Crypto.mk | 536 local_as_flags := -x assembler-with-cpp
|
| /ndk/build/core/ |
| definitions.mk | [all...] |