HomeSort by relevance Sort by last modified time
    Searched refs:assembly (Results 176 - 200 of 470) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/runtime/
wincallback.go 7 // Generate Windows callback assembly file.
cgo_sigaction.go 82 // sysSigaction calls the rt_sigaction system call. It is implemented in assembly.
87 // using the GCC calling convention. It is implemented in assembly.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue21655.go 7 // Make sure assembly offsets don't get too large.
issue18902.go 8 // Runs a build -S to capture the assembly language
51 debug := os.Getenv("TESTDEBUG") != "" // Output the relevant assembly language.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@cache.d 6 # Check MIPS CACHE instruction assembly (microMIPS).
micromips@mips32-cp2.d 6 # Check MIPS32 cop2 instruction assembly (microMIPS).
micromips@mips32.d 6 # Check MIPS32 instruction assembly (microMIPS).
micromips@mips32r2.d 6 # Check MIPS32 Release 2 (mips32r2) *non-fp* instruction assembly (microMIPS).
micromips@mips64r2.d 5 # Check MIPS64r2 instruction assembly (microMIPS).
micromips@pref.d 6 # Check MIPS PREF instruction assembly (microMIPS).
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
bad.l 17 [^:]*: Warning: assembly finished without a possibly needed NOP instruction
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 5 // Identify mismatches between assembly files and Go func declarations.
21 // 'kind' is a kind of assembly variable.
36 // An asmArch describes assembly parameters for an architecture
57 // An asmVar describes a single assembly variable.
126 // No work if no assembly files.
228 f.Warnf(token.NoPos, "%s: cannot determine architecture for assembly file", f.name)
237 f.Warnf(token.NoPos, "%s:%d: [%s] cannot check cross-package assembly function: %s is in package %s", f.name, lineno, arch, fnName, pkgName)
388 // A component is an assembly-addressable component of a composite type,
480 // asmParseDecl parses a function decl for expected assembly variables.
565 badf("cannot find assembly opcode"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 5 // Identify mismatches between assembly files and Go func declarations.
21 // 'kind' is a kind of assembly variable.
36 // An asmArch describes assembly parameters for an architecture
57 // An asmVar describes a single assembly variable.
126 // No work if no assembly files.
228 f.Warnf(token.NoPos, "%s: cannot determine architecture for assembly file", f.name)
237 f.Warnf(token.NoPos, "%s:%d: [%s] cannot check cross-package assembly function: %s is in package %s", f.name, lineno, arch, fnName, pkgName)
388 // A component is an assembly-addressable component of a composite type,
480 // asmParseDecl parses a function decl for expected assembly variables.
565 badf("cannot find assembly opcode"
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.cpp 19 /* MIPS64 assembler and ARM->MIPS64 assembly translator
54 ArmToMips64Assembler::ArmToMips64Assembler(const sp<Assembly>& assembly,
61 mAssembly(assembly)
63 mMips = new MIPS64Assembler(assembly, this);
68 ArmToMips64Assembler::ArmToMips64Assembler(void* assembly)
74 mMips = new MIPS64Assembler(assembly, this);
    [all...]
  /build/soong/cmd/extract_linker/
main.go 16 // assembly file and linker script which will embed those segments as sections
59 flag.StringVar(&asmPath, "s", "", "Path to save the assembly file")
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
PageFaultHandler.S 2 # This is the assembly code for page fault handler hook.
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.asm 17 ; This is the assembly code for Multi-processor S3 support
127 ; Call assembly function to initialize FPU.
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 108 .end @ end of assembly code
  /prebuilts/go/darwin-x86/src/math/
sqrt.go 94 // Note: Sqrt is implemented in assembly on some systems.
95 // Others have assembly stubs that jump to func sqrt below.
  /prebuilts/go/darwin-x86/src/runtime/
cgo_sigaction.go 82 // sysSigaction calls the rt_sigaction system call. It is implemented in assembly.
87 // using the GCC calling convention. It is implemented in assembly.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902.go 8 // Runs a build -S to capture the assembly language
51 debug := os.Getenv("TESTDEBUG") != "" // Output the relevant assembly language.
  /prebuilts/go/linux-x86/src/math/
sqrt.go 94 // Note: Sqrt is implemented in assembly on some systems.
95 // Others have assembly stubs that jump to func sqrt below.
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
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.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/flags/
flags.go 20 PrintOut = flag.Bool("S", false, "print assembly and machine code")

Completed in 536 milliseconds

1 2 3 4 5 6 78 91011>>