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

1 2 34 5

  /bionic/libm/x86/
s_tanh.S 280 # Start file scope ASM
282 # End file scope ASM
e_acos.S 390 # Start file scope ASM
392 # End file scope ASM
    [all...]
e_sinh.S 326 # Start file scope ASM
328 # End file scope ASM
s_expm1.S 367 # Start file scope ASM
369 # End file scope ASM
e_asin.S 468 # Start file scope ASM
470 # End file scope ASM
    [all...]
e_atan2.S 454 # Start file scope ASM
456 # End file scope ASM
  /external/pcre/dist/
makevp.bat 44 REM compile and link the PCRE library into lib: option -B for ASM compile works too
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/libvpx/libvpx/
libs.mk 15 ASM:=$(if $(filter yes,$(CONFIG_GCC)$(CONFIG_MSVS)),.asm.s,.asm)
17 ASM:=.asm
41 $$(filter %$$(ASM).o,$$(OBJS-yes)): $$(BUILD_PFX)$(1)
173 INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += third_party/x86inc/x86inc.asm
243 third_party/x86inc/x86inc.asm \
244 vpx_config.asm \
245 vpx_ports/x86_abi_support.asm \
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 15 ASM:=$(if $(filter yes,$(CONFIG_GCC)$(CONFIG_MSVS)),.asm.s,.asm)
17 ASM:=.asm
41 $$(filter %$$(ASM).o,$$(OBJS-yes)): $$(BUILD_PFX)$(1)
173 CODEC_SRCS-$(BUILD_LIBVPX) += third_party/x86inc/x86inc.asm
242 third_party/x86inc/x86inc.asm \
243 vpx_config.asm \
244 vpx_ports/x86_abi_support.asm \
    [all...]
  /ndk/build/tools/
builder-funcs.sh 281 text="ASM"
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 33 #define DEBUG_TYPE "asm-writer-emitter"
507 // Find the opcode # of inline asm.
707 StringRef ASM(AsmString);
710 for (StringRef::iterator I = ASM.begin(), E = ASM.end(); I != E;) {
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/libpcap/msdos/
makefile.dj 58 $(ASM) -o $(TEMPBIN) -lmsdos/pkt_rx1.lst msdos/pkt_rx1.S
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 176 (** Returns [true] if the target has an ASM backend (required for
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 43 ~c211=ASM # American Samoa
rel.conf 49 ~c200,~c211=ASM # American Samoa
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/boringssl/src/crypto/bn/asm/
x86_64-mont.pl 46 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
61 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
66 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
rsaz-avx2.pl 75 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
88 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
94 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    [all...]
rsaz-x86_64.pl 91 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
106 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
111 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
    [all...]
  /external/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 37 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
49 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
54 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 69 my $gas=1; $gas=0 if ($output =~ /\.asm$/);
90 { if ($ENV{ASM} =~ m/nasm/ && `nasm -v` =~ m/version ([0-9]+)\.([0-9]+)/i)
868 $line =~ s|[#!].*$||; # get rid of asm-style comments...
882 my $asm = eval("\$".$opcode->mnemonic());
885 if ((ref($asm) eq 'CODE') && scalar(@bytes=&$asm($line))) {
    [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc 62 #define COMPARE(ASM, EXP) \
64 assm->ASM; \
74 #define COMPARE_PREFIX(ASM, EXP) \
76 assm->ASM; \
    [all...]

Completed in 1628 milliseconds

1 2 34 5