/external/llvm/test/MC/Mips/ |
mips-alu-instructions.s | 2 # Check that the assembler can handle the documented syntax
|
mips64-alu-instructions.s | 2 # Check that the assembler can handle the documented syntax
|
set-at-directive.s | 3 # Check that the assembler can handle the documented syntax
|
mips-jump-instructions.s | 6 # Check that the assembler can handle the documented syntax
|
/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.
|
/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/llvm/test/MC/ARM/ |
eh-directive-section-multiple-func.s | 6 @ The assembler should switch the section back to the corresponding section
|
thumb2-mclass.s | 5 @ Check that the assembler can handle the documented syntax from the ARM ARM.
|
/external/v8/src/x64/ |
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...] |
/external/chromium_org/v8/src/arm/ |
assembler-arm.h | 37 // A light-weight ARM Assembler 43 #include "assembler.h" 589 bool is_single_instruction(const Assembler* assembler, Instr instr = 0) const; 590 bool must_output_reloc_info(const Assembler* assembler) const; 609 friend class Assembler; 666 friend class Assembler; 734 class Assembler : public AssemblerBase { 736 // Create an assembler. Instructions and relocation information are emitte [all...] |
assembler-arm.cc | 41 #include "arm/assembler-arm-inl.h" 42 #include "macro-assembler.h" 312 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize); 326 // See assembler-arm-inl.h for inlined constructors 515 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size) 532 Assembler::~Assembler() { 537 void Assembler::GetCode(CodeDesc* desc) { 552 void Assembler::Align(int m) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
yasm.pyx | 28 assembler. Classes in this library provide for manipulation of machine
|
/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_;
|
/art/compiler/ |
Android.mk | 82 utils/assembler.cc \
|
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.h | 31 #include "assembler.h" 87 class MacroAssembler: public Assembler { 89 // The isolate parameter can be NULL if the macro assembler should 92 // macro assembler. 99 explicit NoRootArrayScope(MacroAssembler* assembler) 100 : variable_(&assembler->root_array_available_), 101 old_value_(assembler->root_array_available_) { 102 assembler->root_array_available_ = false; [all...] |
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 178 ; The Microsoft assembler tries to impose a certain amount of type safety in 181 ; original inline assembler we're porting from.
|
/art/compiler/utils/arm/ |
assembler_arm.cc | 437 // Assembler registers rd, rn, rm are encoded as rn, rm, rs. 444 // Assembler registers rd, rn, rm, ra are encoded as rn, rm, rs, rd. 451 // Assembler registers rd, rn, rm, ra are encoded as rn, rm, rs, rd. 458 // Assembler registers rd_lo, rd_hi, rn, rm are encoded as rd, rn, rm, rs. [all...] |
/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/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/chromium_org/v8/src/mips/ |
assembler-mips.h | 40 #include "assembler.h" 380 friend class Assembler; 399 friend class Assembler; 461 class Assembler : public AssemblerBase { 463 // Create an assembler. Instructions and relocation information are emitted 468 // If the provided buffer is NULL, the assembler allocates and grows its own 470 // owned by the assembler and deallocated upon destruction of the assembler. 472 // If the provided buffer is not NULL, the assembler uses the provided buffer 475 // upon destruction of the assembler [all...] |
/external/libvpx/libvpx/ |
configure | 28 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
|
/external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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...] |