Searched
full:assembly (Results
676 -
700 of
2972) sorted by null
<<21222324252627282930>>
/prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/ |
arm.txt | 3 runtime/asm_ARCHSUFF.s: [GOARCH] cannot check cross-package assembly function: Compare is in package bytes
|
/prebuilts/go/linux-x86/src/cmd/vet/all/whitelist/ |
arm.txt | 3 runtime/asm_ARCHSUFF.s: [GOARCH] cannot check cross-package assembly function: Compare is in package bytes
|
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/ |
mockwebserver-2.7.4.pom | 56 <artifactId>maven-assembly-plugin</artifactId>
|
/system/core/trusty/keymaster/ |
Android.mk | 20 # to only building on ARM if they include assembly. Individual makefiles
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
fpa-mem.d | 6 # This test should work for both big and little-endian assembly.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ieee-fp/ |
x930509a.exp | 38 # No floating point support in assembly code for CRIS.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
cache.d | 5 # Check MIPS CACHE instruction assembly.
|
daddi.d | 5 # Check MIPS DADDI instruction assembly.
|
micromips@mips32r2-sync.d | 6 # Check MIPS32r2 sync instructions assembly and disassembly (microMIPS).
|
mips32-cp2.d | 5 # Check MIPS32 cop2 instruction assembly
|
mips32r2-sync.d | 6 # Check MIPS32r2 sync instructions assembly and disassembly
|
octeon@mips32r2-sync.d | 6 # Check MIPS32r2 sync instructions assembly and disassembly (Octeon).
|
pref.d | 6 # Check MIPS PREF instruction assembly.
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_exidx_test.sh | 25 # This file goes with arm_exidx_test.s, an ARM assembly source file constructed
|
/art/runtime/arch/arm/ |
quick_entrypoints_cc_arm.cc | 22 // Assembly stub that does the final part of the up-call into Java. 103 // TODO: migrate into an assembly implementation as with ARM64. 110 // TODO: migrate into an assembly implementation as with ARM64.
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
asm.h | 44 * and the equivalent assembly language names. CNAME is given a name as 45 * it would be used in a C program. It expands to the equivalent assembly 46 * language name. HIDENAME is given an assembly-language name, and expands
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/ |
CpuMpPei.h | 108 // into this structure are used in assembly code in this module
179 Assembly code to get starting address and size of the rendezvous entry for APs.
191 Assembly code to load GDT table and update segment accordingly.
|
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/ |
SecMain.c | 44 Entry point to the C language phase of SEC. After the SEC assembly
59 Entry point to the C language phase of SEC. After the SEC assembly
162 Entry point to the C language phase of SEC. After the SEC assembly
|
/external/llvm/lib/Target/MSP430/ |
MSP430AsmPrinter.cpp | 1 //===-- MSP430AsmPrinter.cpp - MSP430 LLVM assembly writer ----------------===// 11 // of machine-dependent LLVM code to the MSP430 assembly language. 46 return "MSP430 Assembly Printer";
|
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.h | 1 //===-- MipsAsmPrinter.h - Mips LLVM Assembly Printer ----------*- C++ -*--===// 10 // Mips Assembly printer class. 107 return "Mips Assembly Printer";
|
/external/llvm/test/Bitcode/ |
highLevelStructure.3.2.ll | 11 ; Module-Level Inline Assembly Test 12 ; CHECK: module asm "some assembly" 13 module asm "some assembly"
|
/external/llvm/tools/llvm-as/ |
llvm-as.cpp | 50 static cl::opt<bool> DumpAsm("d", cl::desc("Print assembly as parsed"), 111 << ": assembly parsed, but does not verify as correct!\n"; 118 errs() << "Here's the assembly:\n" << *M.get();
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
BlackfinAsmPrinter.cpp | 1 //===-- BlackfinAsmPrinter.cpp - Blackfin LLVM assembly writer ------------===// 11 // of machine-dependent LLVM code to GAS-format BLACKFIN assembly language. 45 return "Blackfin Assembly Printer";
|
/external/swiftshader/third_party/LLVM/tools/llvm-link/ |
llvm-link.cpp | 44 cl::desc("Write output as LLVM assembly"), cl::Hidden);
50 DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden);
117 if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite;
|
/external/swiftshader/third_party/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());
|
Completed in 1389 milliseconds
<<21222324252627282930>>