Searched refs:assembly (Results 26 - 50 of 57) sorted by relevance

123

/external/llvm/test/MC/MBlaze/
H A Dmblaze_memory.s4 # the Microblaze can be parsed by the assembly parser.
H A Dmblaze_typeb.s4 # the Microblaze can be parsed by the assembly parser.
H A Dmblaze_special.s4 # parsed by the assembly parser correctly.
H A Dmblaze_typea.s4 # the Microblaze can be parsed by the assembly parser.
H A Dmblaze_branch.s4 # the Microblaze can be parsed by the assembly parser.
H A Dmblaze_operands.s4 # the assembly parser correctly. Testing the parsing of FSL immediate
H A Dmblaze_fsl.s4 # can be parsed by the assembly parser correctly.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A DAndroid.mk49 # Using .S (instead of .s) extention is to include a C header file in assembly.
/external/oprofile/pp/
H A Dopannotate.cpp99 if (!assembly) {
112 << "Output annotated assembly listing with samples"
202 // Get the string of previous assembly line
791 if (assembly) {
844 if (!debug_info && !options::assembly) {
846 << it->image << ", and --assembly not requested\n";
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp193 bool LoadAssemblyInto(Module *M, const char *assembly) { argument
196 NULL != ParseAssemblyString(assembly, M, Error, M->getContext());
224 void LoadAssembly(const char *assembly) { argument
225 LoadAssemblyInto(M, assembly);
735 // Converts the LLVM assembly to bitcode and returns it in a std::string. An
/external/llvm/utils/
H A Dcodegen-diff102 to print out the assembly dump of the function B<lli> just compiled.
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S2 # linux_logo in ppc assembly language
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm4 ; for MASM. This is as assembly version of longest_match
9 ; http://www.muppetlabs.com/~breadbox/software/assembly.html
20 ; for using an assembly version of longest_match, you need define ASMV in project
165 ;;; You can look at http://www.muppetlabs.com/~breadbox/software/assembly.html
458 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm10 ; File written by Gilles Vollant, by converting to assembly the longest_match
13 ; and by taking inspiration on asm686 with masm, optimised assembly code
36 ; http://www.muppetlabs.com/~breadbox/software/assembly.html
545 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s6 @ Check for various assembly diagnostic messages on invalid input.
H A Ddiagnostics.s4 @ Check for various assembly diagnostic messages on invalid input.
H A Dbasic-thumb-instructions.s17 @ FIXME: Some 3-operand instructions have a 2-operand assembly syntax.
/external/kernel-headers/original/asm-x86/
H A Dvoyager.h126 __u8 assembly[11]; /* assembly # */ member in struct:voyager_eeprom_hdr
127 __u8 assembly_rev; /* assembly rev */
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S2 # linux_logo in ARM assembly language
/external/skia/legacy/
H A DAndroid.mk41 # procedures (C and assembly) seriously improve skia performance
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp137 0000 0001 show final assembly
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1904 StringRef assembly local
1908 // If we have an empty assembly string, there's nothing to do.
1909 if (assembly.empty()) {
1917 marker = llvm::InlineAsm::get(type, assembly, "", /*sideeffects*/ true);
1928 llvm::Value *string = llvm::MDString::get(getLLVMContext(), assembly);
2791 // We just use an inline assembly.
2796 /* assembly */ "",
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s46 ; these is a PowerPC/Altivec assembly version which requires bps<=16 (or actual
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s48 # these is a PowerPC/Altivec assembly version which requires bps<=16 (or actual
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S2 # linux_logo in x86_64 assembly language

Completed in 457 milliseconds

123