HomeSort by relevance Sort by last modified time
    Searched refs:assembler (Results 126 - 150 of 152) sorted by null

1 2 3 4 56 7

  /external/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 44 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
45 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
1034 $code=<<___; # assembler is too old
ghash-x86_64.pl 20 # gcc 3.4.x(*) assembler
29 # for vanilla "256B" implementation, while assembler results
93 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
94 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
495 # I can't trust assembler to use specific encoding:-(
626 # I can't trust assembler to use specific encoding:-(
985 # I can't trust assembler to use specific encoding:-(
1141 # I can't trust assembler to use specific encoding:-(
    [all...]
  /external/llvm/test/MC/Mips/
micromips-fpu-instructions.s 5 # Check that the assembler can handle the documented syntax
  /external/v8/src/mips64/
assembler-mips64.h 40 #include "src/assembler.h"
383 friend class Assembler;
410 friend class Assembler;
414 class Assembler : public AssemblerBase {
416 // Create an assembler. Instructions and relocation information are emitted
421 // If the provided buffer is NULL, the assembler allocates and grows its own
423 // owned by the assembler and deallocated upon destruction of the assembler.
425 // If the provided buffer is not NULL, the assembler uses the provided buffer
428 // upon destruction of the assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.h 35 // A lightweight X64 Assembler.
368 friend class Assembler;
436 friend class Assembler;
476 class Assembler : public AssemblerBase {
490 // Create an assembler. Instructions and relocation information are emitted
495 // If the provided buffer is NULL, the assembler allocates and grows its own
497 // owned by the assembler and deallocated upon destruction of the assembler.
499 // If the provided buffer is not NULL, the assembler uses the provided buffer
502 // upon destruction of the assembler
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 11 @ Check that the assembler can handle the documented syntax from the ARM ARM.
basic-arm-instructions.s 6 @ Check that the assembler can handle the documented syntax from the ARM ARM.
    [all...]
basic-thumb2-instructions.s 6 @ Check that the assembler can handle the documented syntax from the ARM ARM.
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 403 // initialize our assembler
405 GGLAssembler assembler( new ARMAssembler(a) );
406 //GGLAssembler assembler(
410 GGLAssembler assembler( new ArmToMipsAssembler(a) );
412 GGLAssembler assembler( new ArmToArm64Assembler(a) );
415 bool err = assembler.scanline(c->state.needs, c) != 0;
    [all...]
  /external/boringssl/src/crypto/bn/asm/
rsaz-avx2.pl 82 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
83 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    [all...]
rsaz-x86_64.pl 101 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
102 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    [all...]
x86_64-mont5.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]+)/) {
    [all...]
  /external/boringssl/src/crypto/sha/asm/
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,
95 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
96 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    [all...]
sha512-x86_64.pl 14 # [being armed with inline assembler] fails to generate as fast code.
112 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
113 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    [all...]
  /external/pcre/dist/
pcregexp.pas 809 function pcGetVersion : pchar; assembler; {$FRAME-}{$USES none}
  /external/zlib/src/contrib/masmx86/
inffas32.asm 1 ;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
  /ndk/build/core/
definitions.mk     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /art/compiler/optimizing/
code_generator_x86_64.cc 29 #include "utils/assembler.h"
4463 X86_64Assembler* assembler = GetAssembler(); local
    [all...]
  /external/boringssl/src/crypto/aes/asm/
bsaes-armv7.pl 730 .syntax unified @ ARMv7-capable assembler is expected to handle this
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 35 #include "src/arm64/assembler-arm64-inl.h"
148 // preserved outside of the macro assembler.
290 bool Operand::NeedsRelocation(const Assembler* assembler) const {
294 return assembler->serializer_enabled();
327 if (EntryCount() > Assembler::kApproxMaxPoolEntryCount) {
385 Assembler::BlockPoolsScope block_pools(assm_);
462 Assembler::ImmLLiteral(word_count) |
463 Assembler::Rt(xzr));
548 // Assembler
    [all...]
  /external/google-breakpad/
configure     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 463 (** [set_module_inline_asm m asm] sets the inline assembler for the module. See
    [all...]

Completed in 950 milliseconds

1 2 3 4 56 7