HomeSort by relevance Sort by last modified time
    Searched refs:assembler (Results 76 - 100 of 125) sorted by null

1 2 34 5

  /external/llvm/test/MC/Mips/
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
mips-fpu-instructions.s 2 # Check that the assembler can handle the documented syntax
  /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"
561 bool is_single_instruction(const Assembler* assembler, Instr instr = 0) const;
562 bool must_output_reloc_info(const Assembler* assembler) const;
581 friend class Assembler;
638 friend class Assembler;
706 class Assembler : public AssemblerBase {
708 // Create an assembler. Instructions and relocation information are emitte
    [all...]
assembler-arm.cc 41 #include "arm/assembler-arm-inl.h"
307 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
321 // See assembler-arm-inl.h for inlined constructors
513 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size)
529 Assembler::~Assembler() {
534 void Assembler::GetCode(CodeDesc* desc) {
548 void Assembler::Align(int m) {
556 void Assembler::CodeTargetAlign()
    [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/llvm/test/MC/ARM/
thumb2-mclass.s 5 @ Check that the assembler can handle the documented syntax from the ARM ARM.
  /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"
71 class MacroAssembler: public Assembler {
73 // The isolate parameter can be NULL if the macro assembler should
76 // macro assembler.
83 explicit NoRootArrayScope(MacroAssembler* assembler)
84 : variable_(&assembler->root_array_available_),
85 old_value_(assembler->root_array_available_) {
86 assembler->root_array_available_ = false;
    [all...]
assembler-x64.h 35 // A lightweight X64 Assembler.
385 friend class Assembler;
453 friend class Assembler;
460 // if (assembler->IsSupported(SSE3)) {
461 // CpuFeatureScope fscope(assembler, SSE3);
512 class Assembler : public AssemblerBase {
526 // Create an assembler. Instructions and relocation information are emitted
531 // If the provided buffer is NULL, the assembler allocates and grows its own
533 // owned by the assembler and deallocated upon destruction of the assembler
    [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"
373 friend class Assembler;
392 friend class Assembler;
433 class Assembler : public AssemblerBase {
435 // Create an assembler. Instructions and relocation information are emitted
440 // If the provided buffer is NULL, the assembler allocates and grows its own
442 // owned by the assembler and deallocated upon destruction of the assembler.
444 // If the provided buffer is not NULL, the assembler uses the provided buffer
447 // upon destruction of the assembler
    [all...]
  /external/v8/src/mips/
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/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...]
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/chromium_org/v8/src/ia32/
assembler-ia32.h 35 // A light-weight IA32 Assembler.
365 friend class Assembler;
457 friend class Assembler;
521 // if (assembler->IsSupported(SSE2)) {
522 // CpuFeatureScope fscope(assembler, SSE2);
567 class Assembler : public AssemblerBase {
581 // Create an assembler. Instructions and relocation information are emitted
586 // If the provided buffer is NULL, the assembler allocates and grows its own
588 // owned by the assembler and deallocated upon destruction of the assembler
    [all...]
  /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]+)/ &&

Completed in 1478 milliseconds

1 2 34 5