HomeSort by relevance Sort by last modified time
    Searched full:assembler (Results 651 - 675 of 1556) sorted by null

<<21222324252627282930>>

  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 90 # a C or Assembler source file, based on its tags.
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
setup.mk 129 # a C or Assembler source file, based on its tags.
  /ndk/toolchains/arm-linux-androideabi-clang3.4/
setup.mk 129 # a C or Assembler source file, based on its tags.
  /ndk/toolchains/llvm-3.3/
setup-common.mk 87 # a C or Assembler source file, based on its tags.
  /ndk/toolchains/llvm-3.4/
setup-common.mk 90 # a C or Assembler source file, based on its tags.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.h 128 /* Assembler instructions for creating various kinds of integer object. */
target.def 31 /* Functions that output assembler for the target. */
42 /* Assembler instructions for creating various kinds of integer object. */
82 /* Try to output the assembler code for an integer object whose
178 /* Emit an assembler directive to set visibility for the symbol
186 /* Output the assembler code for entry to a function. */
193 /* Output the assembler code for end of prologue. */
200 /* Output the assembler code for start of epilogue. */
207 /* Output the assembler code for function exit. */
221 /* Tell assembler to change to section NAME with attributes FLAGS.
243 /* Output the assembler code for function exit. *
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 12 #include "src/macro-assembler.h"
13 #include "src/regexp-macro-assembler.h"
17 #include "src/arm/regexp-macro-assembler-arm.h"
24 * This assembler uses the following register assignment convention
37 * - r12 : IP register, used by assembler. Very volatile.
89 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
121 // Unuse labels in case we throw away the assembler without calling GetCode.
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 12 #include "src/macro-assembler.h"
13 #include "src/regexp-macro-assembler.h"
17 #include "src/arm64/regexp-macro-assembler-arm64.h"
24 * This assembler uses the following register assignment convention:
44 * - x16/x17 : IP registers, used by assembler. Very volatile.
104 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
140 // Unuse labels in case we throw away the assembler without calling GetCode.
    [all...]
macro-assembler-arm64-inl.h 12 #include "src/arm64/assembler-arm64-inl.h"
13 #include "src/arm64/assembler-arm64.h"
15 #include "src/arm64/macro-assembler-arm64.h"
755 // TODO(all): Use Assembler::ldr(const FPRegister& ft, float imm).
950 Assembler::mov(rd, rn);
1243 // registers, so we use the assembler directly here. However, this means
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 10 #include "src/macro-assembler.h"
    [all...]
regexp-macro-assembler-mips.cc 11 #include "src/macro-assembler.h"
12 #include "src/regexp-macro-assembler.h"
16 #include "src/mips/regexp-macro-assembler-mips.h"
23 * This assembler uses the following register assignment convention
88 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
126 // Unuse labels in case we throw away the assembler without calling GetCode.
    [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc 11 #include "src/macro-assembler.h"
12 #include "src/regexp-macro-assembler.h"
16 #include "src/mips64/regexp-macro-assembler-mips64.h"
23 * This assembler uses the following register assignment convention
124 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
162 // Unuse labels in case we throw away the assembler without calling GetCode.
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm.cc 36 #include "src/macro-assembler.h"
63 // Set up V8 to a state where we can at least run the assembler and
71 Assembler assm(isolate, buffer, 4*1024); \
75 // This macro assembles one instruction using the preallocated assembler and
247 // Instructions autotransformed by the assembler.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gccinstall.info 716 Specify that the compiler should assume that the assembler it
717 finds is the GNU assembler. However, this does not modify the
718 rules to find an assembler and will result in confusion if the
719 assembler found is not actually the GNU assembler. (Confusion may
720 also result if the compiler finds the GNU assembler but has not
722 assembler installed on your system, you may want to use this
727 whether you use the GNU assembler. On any other system,
739 Specify that the compiler should use the assembler pointed to by
741 an assembler, which are
    [all...]
  /external/chromium_org/v8/src/
debug.cc     [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 3 # Ascetic x86_64 AT&T to MASM/NASM assembler translator by <appro>.
11 # assembler, so that it can be compiled with more rigid assemblers,
14 # This translator is not designed to convert *arbitrary* assembler
17 # There *are* limitations and you might have to modify your assembler
94 die "no assembler found on %PATH" if (!($nasm || $masm));
245 # elder GNU assembler and results in more compact code,
988 # All the above means that if assembler programmer adheres to Unix
1017 # assembler subroutine such as those in question (basically we're
1077 # It's appropriate to implement this handler in assembler, directly in
    [all...]
  /external/llvm/include/llvm/Target/
Target.td 412 // assembler match tables.
415 // Is this instruction a pseudo instruction for use by the assembler parser.
435 ///@name Assembler Parser Support
468 /// AssemblerMatcherPredicate - If this feature can be used by the assembler
474 /// as alternative condition string used for assembler matcher.
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 3 # Ascetic x86_64 AT&T to MASM/NASM assembler translator by <appro>.
11 # assembler, so that it can be compiled with more rigid assemblers,
14 # This translator is not designed to convert *arbitrary* assembler
17 # There *are* limitations and you might have to modify your assembler
94 die "no assembler found on %PATH" if (!($nasm || $masm));
245 # elder GNU assembler and results in more compact code,
903 # All the above means that if assembler programmer adheres to Unix
932 # assembler subroutine such as those in question (basically we're
992 # It's appropriate to implement this handler in assembler, directly in
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 605 friend class Assembler;
634 friend class Assembler;
638 // Assembler.
639 class Assembler {
641 Assembler(byte* buffer, unsigned buffer_size);
644 // * The Assembler object has not been used.
647 ~Assembler();
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 19 /* MIPS assembler and ARM->MIPS assembly translator
409 } else { // adr mode RRX is not used in GGL Assembler at this time
520 // adr mode RRX is not used in GGL Assembler at this time
552 // adr mode RRX is not used in GGL Assembler at this time
564 // in GGL-Assembler)
572 // case this is legal, but it is NOT currently done in GGL-Assembler.
592 mMips->UNIMPL(); // currently unused in GGL Assembler code
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 8 #include "src/assembler.h"
47 class MacroAssembler: public Assembler {
49 // The isolate parameter can be NULL if the macro assembler should
52 // macro assembler.
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 11 #include "src/macro-assembler.h"
12 #include "src/regexp-macro-assembler.h"
16 #include "src/x64/regexp-macro-assembler-x64.h"
24 * This assembler uses the following register assignment convention
46 * The macro assembler special registers r12 and r13 (kSmiConstantRegister,
119 // Unuse labels in case we throw away the assembler without calling GetCode.
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.h 8 #include "src/assembler.h"
47 class MacroAssembler: public Assembler {
49 // The isolate parameter can be NULL if the macro assembler should
52 // macro assembler.
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 150 void DefineSymbol(MCSymbolData const &SymbolData, MCAssembler &Assembler,
339 /// This function takes a section data object from the assembler
408 /// This function takes a symbol data object from the assembler
411 MCAssembler &Assembler,
450 const MCSymbolData &ResSymData = Assembler.getSymbolData(Symbol);
468 const MCSymbolData &BaseData = Assembler.getSymbolData(*Base);
    [all...]

Completed in 1055 milliseconds

<<21222324252627282930>>