HomeSort by relevance Sort by last modified time
    Searched refs:assembler (Results 151 - 175 of 224) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h 13 #include "src/assembler.h"
682 bool NeedsRelocation(const Assembler* assembler) const;
755 explicit ConstPool(Assembler* assm)
789 Assembler* assm_;
803 // Assembler.
805 class Assembler : public AssemblerBase {
807 // Create an assembler. Instructions and relocation information are emitted
812 // If the provided buffer is NULL, the assembler allocates and grows its own
814 // owned by the assembler and deallocated upon destruction of the assembler
    [all...]
  /art/compiler/utils/
assembler_test.h 20 #include "assembler.h"
44 typedef std::string (*TestFn)(Ass* assembler);
50 // This driver assumes the assembler has already been called.
185 LOG(INFO) << "Chosen assembler command: " << GetAssemblerCommand();
230 // Get the name of the assembler, e.g., "as" by default.
235 // Switches to the assembler command. Default none.
240 // Return the host assembler command for this test.
393 EXPECT_TRUE(have_assembler) << "Cannot find assembler:" << GetAssemblerCommand();
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 31 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /external/libvpx/libvpx/
configure 29 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha1-586.pl 19 # SHA1 assembler implementation. To address this problem (and
25 # assembler impl. generated code
119 `$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
120 =~ /GNU assembler version ([2-9]\.[0-9]+)/ &&
    [all...]
sha256-586.pl 70 if ($xmm && `$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
71 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jf3dnflt.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jfsseflt-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
14 ; assembler (including Borland's Turbo Assembler).
jfmmxfst.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jfss2fst-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
14 ; assembler (including Borland's Turbo Assembler).
jfss2fst.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jfsseflt.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
ji3dnflt.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 35 // A light-weight IA32 Assembler.
304 friend class Assembler;
402 friend class Assembler;
461 class Assembler : public AssemblerBase {
475 // Create an assembler. Instructions and relocation information are emitted
480 // If the provided buffer is NULL, the assembler allocates and grows its own
482 // owned by the assembler and deallocated upon destruction of the assembler.
484 // If the provided buffer is not NULL, the assembler uses the provided buffer
487 // upon destruction of the assembler
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h 41 #include "src/assembler.h"
393 friend class Assembler;
420 friend class Assembler;
424 class Assembler : public AssemblerBase {
426 // Create an assembler. Instructions and relocation information are emitted
431 // If the provided buffer is NULL, the assembler allocates and grows its own
433 // owned by the assembler and deallocated upon destruction of the assembler.
435 // If the provided buffer is not NULL, the assembler uses the provided buffer
438 // upon destruction of the assembler
    [all...]
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 3 # Check that the assembler can handle the documented syntax
mips64-expansions.s 3 # The GNU assembler implements 'dli' and 'dla' variants on 'li' and 'la'
  /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/zlib/src/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
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
x86_64-mont.pl 56 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
57 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 41 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
42 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
1031 $code=<<___; # assembler is too old

Completed in 4367 milliseconds

1 2 3 4 5 67 8 9