HomeSort by relevance Sort by last modified time
    Searched refs:assembly (Results 1 - 25 of 58) sorted by null

1 2 3

  /ndk/tests/build/build-assembly-file/jni/
Android.mk 4 LOCAL_MODULE := test-build-assembly
9 LOCAL_SRC_FILES := assembly-x86.S
assembly-x86.S 0 # assembly-x86.S
  /dalvik/vm/mterp/
rebuild.sh 28 echo Removing unneeded assembly source for portable interpreter
  /external/oprofile/pp/
opannotate_options.h 26 extern bool assembly;
opannotate_options.cpp 40 bool assembly; member in namespace:options
80 popt::option(options::assembly, "assembly", 'a', "output assembly"),
98 if (!assembly && !source) {
99 cerr << "you must specify at least --source or --assembly\n";
103 if (!objdump_params.empty() && !assembly) {
104 cerr << "--objdump-params is meaningless without --assembly\n";
115 if (assembly && !output_dir.empty()) {
116 cerr << "--output-dir is meaningless with --assembly" << endl
    [all...]
opannotate.cpp 99 if (!assembly) {
112 << "Output annotated assembly listing with samples"
202 // Get the string of previous assembly line
785 if (assembly) {
838 if (!debug_info && !options::assembly) {
840 << it->image << ", and --assembly not requested\n";
  /external/llvm/test/lib/
llvm2cpp.exp 4 # all the LLVM Assembly (*.ll) files, run llvm2cpp on them to generate a C++
32 set assembly [file join Output $filename.asm]
51 exec -keepnewline $llvmas < $test -o - | $llvmdis -o $assembly 2>/dev/null } msg ]
60 exec -keepnewline $llvmas < $assembly > $bytecode 2>/dev/null } msg ]
90 exec -keepnewline diff $assembly $output } msg ]
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 41 Assembly::Assembly(size_t size)
49 Assembly::~Assembly()
54 void Assembly::incStrong(const void*) const
59 void Assembly::decStrong(const void*) const
66 ssize_t Assembly::size() const
72 uint32_t* Assembly::base() const
77 ssize_t Assembly::resize(size_t newSize)
85 mspace Assembly::getMspace(
    [all...]
CodeCache.h 55 class Assembly
58 Assembly(size_t size);
59 virtual ~Assembly();
88 sp<Assembly> lookup(const AssemblyKeyBase& key) const;
91 const sp<Assembly>& assembly);
97 inline cache_entry_t(const sp<Assembly>& a, int64_t w)
99 sp<Assembly> entry;
ARMAssembler.cpp 45 ARMAssembler::ARMAssembler(const sp<Assembly>& assembly)
47 mAssembly(assembly)
49 mBase = mPC = (uint32_t *)assembly->base();
ARMAssembler.h 39 ARMAssembler(const sp<Assembly>& assembly);
133 sp<Assembly> mAssembly;
  /external/llvm/test/MC/MBlaze/
mblaze_pattern.s 4 # assembly parser correctly.
mblaze_shift.s 4 # the Microblaze can be parsed by the assembly parser.
mblaze_fpu.s 4 # assembly parser correctly.
mblaze_memory.s 4 # the Microblaze can be parsed by the assembly parser.
mblaze_typeb.s 4 # the Microblaze can be parsed by the assembly parser.
mblaze_special.s 4 # parsed by the assembly parser correctly.
mblaze_typea.s 4 # the Microblaze can be parsed by the assembly parser.
  /external/jpeg/
Android.mk 33 # enable armv6 idct assembly
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 13 #include "llvm/Assembly/Parser.h"
23 bool LoadAssemblyInto(Module *M, const char *assembly) {
26 NULL != ParseAssemblyString(assembly, M, Error, M->getContext());
  /frameworks/compile/libbcc/runtime/make/
options.mk 20 # assembly files.
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 53 #error Need assembly opcodes for this architecture
300 #error Need inline assembly for this compiler
  /external/libvpx/vp8/encoder/x86/
quantize_mmx.asm 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 108 .end @ end of assembly code
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 108 .end @ end of assembly code

Completed in 1668 milliseconds

1 2 3