/system/core/libpixelflinger/include/private/pixelflinger/ |
ggl_context.h | 275 class Assembly; 549 Assembly* scanline_as;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips32-dspr2.d | 5 # Check MIPS DSP ASE Rev2 for MIPS32 Instruction Assembly
|
mipsr6@mips32-dspr2.d | 6 # Check MIPS DSP ASE Rev2 for MIPS32 Instruction Assembly
|
micromips@mips32-dspr2.d | 6 # Check MIPS DSP ASE Rev2 for MIPS32 Instruction Assembly (microMIPS)
|
micromips@mips32-dsp.d | 6 # Check MIPS DSP ASE for MIPS32 Instruction Assembly (microMIPS)
|
mips32-dsp.d | 5 # Check MIPS DSP ASE for MIPS32 Instruction Assembly
|
mipsr6@mips32-dsp.d | 6 # Check MIPS DSP ASE for MIPS32 Instruction Assembly
|
mips64-dsp.d | 5 # Check MIPS DSP ASE for MIPS64 Instruction Assembly
|
mips32-mt.d | 6 # Check MIPS MT ASE for MIPS32 Instruction Assembly
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
malis.s | 6 ;; SPECIFICATION FOR Motorola 8- and 16-Bit ASSEMBLY LANGUAGE INPUT STANDARD 22 ;; Section 8.2.2 Assembly Language Statement
|
/external/compiler-rt/make/platform/ |
clang_macho_embedded.mk | 210 # ARM Assembly implementation which requires Thumb2 (i.e. won't work on v6M).
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
JITTest.cpp | 13 #include "llvm/Assembly/Parser.h" 181 bool LoadAssemblyInto(Module *M, const char *assembly) { 184 NULL != ParseAssemblyString(assembly, M, Error, M->getContext()); 205 void LoadAssembly(const char *assembly) { 206 LoadAssemblyInto(M, assembly); 659 // Converts the LLVM assembly to bitcode and returns it in a std::string. An 661 std::string AssembleToBitcode(LLVMContext &Context, const char *Assembly) { 663 if (!LoadAssemblyInto(&TempModule, Assembly)) {
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
doc.go | 39 Assembly declarations 43 Mismatches between assembly files and Go function declarations.
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
doc.go | 39 Assembly declarations 43 Mismatches between assembly files and Go function declarations.
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 41 ARMAssembler::ARMAssembler(const sp<Assembly>& assembly) 43 mAssembly(assembly) 45 mBase = mPC = (uint32_t *)assembly->base();
|
MIPS64Assembler.cpp | 19 /* MIPS64 assembler and ARM->MIPS64 assembly translator 53 ArmToMips64Assembler::ArmToMips64Assembler(const sp<Assembly>& assembly, 60 mAssembly(assembly) 62 mMips = new MIPS64Assembler(assembly, this); 67 ArmToMips64Assembler::ArmToMips64Assembler(void* assembly) 73 mMips = new MIPS64Assembler(assembly, this); [all...] |
MIPSAssembler.cpp | 19 /* MIPS assembler and ARM->MIPS assembly translator 85 ArmToMipsAssembler::ArmToMipsAssembler(const sp<Assembly>& assembly, 92 mAssembly(assembly) 94 mMips = new MIPSAssembler(assembly, this); [all...] |
Arm64Assembler.cpp | 70 ** - Dumps machine code and eqvt assembly if "debug.pf.disasm" option is set 97 ** - Uses test jacket (written in assembly) to set the registers, 165 ArmToArm64Assembler::ArmToArm64Assembler(const sp<Assembly>& assembly) 167 mAssembly(assembly) 169 mBase = mPC = (uint32_t *)assembly->base(); [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
aes_test.go | 322 // Assembly used to not notice.
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
aes_test.go | 322 // Assembly used to not notice.
|
/external/llvm/unittests/Analysis/ |
LazyCallGraphTest.cpp | 25 const char *Assembly) { 27 std::unique_ptr<Module> M = parseAssemblyString(Assembly, Error, Context); [all...] |
/external/mesa3d/docs/specs/ |
MESA_texture_array.spec | [all...] |
/system/core/libpixelflinger/ |
scanline.cpp | 297 class ScanlineAssembly : public Assembly { 301 : Assembly(size), mKey(needs) { } 398 sp<Assembly> assembly = gCodeCache.lookup(key); local 399 if (assembly == 0) { 400 // create a new assembly region 419 // finally, cache this assembly 423 ALOGE("error generating or caching assembly. Reverting to NOP."); 429 assembly = a; 432 // release the previous assembly [all...] |
/frameworks/native/opengl/libagl/ |
array.cpp | 530 #pragma mark Primitive Assembly [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/ |
maven-assembly-plugin-2.2-beta-5.jar | |