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

<<111213141516171819

  /prebuilts/go/linux-x86/src/reflect/
makefunc.go 69 // makeFuncStub is an assembly function that is the code half of
130 // methodValueCall is an assembly function that is the code half of
  /prebuilts/go/linux-x86/src/syscall/
exec_bsd.go 39 // The calls to RawSyscall are okay because they are assembly
68 // No more allocation or calls of non-assembly functions.
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 38 explicit ARMAssembler(const sp<Assembly>& assembly);
165 sp<Assembly> mAssembly;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips32-dsp.s 1 # source file to test assembly of MIPS DSP ASE for MIPS32 instructions
mips64-dsp.s 1 # source file to test assembly of MIPS DSP ASE for MIPS64 instructions
sb1-ext-mdmx.s 1 # Source file to test assembly of SB-1 MDMX subset instructions and extensions.
  /external/zlib/src/contrib/masmx86/
match686.asm 4 ; 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
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
match686.asm 4 ; 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
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 83 pointer is not used (probably required to use assembly language)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.asm 18 ; This is the assembly code to transition from long mode to compatibility mode to execute 32-bit code and then
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.asm 2 ; IA32 assembly file for AP startup vector.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
MpFuncs.asm 2 ; X64 assembly file for AP startup vector.
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.asm 18 ; This is the assembly code to transition from long mode to compatibility mode to execute 32-bit code and then
  /external/google-breakpad/android/google_breakpad/
Android.mk 62 # Breakpad uses inline ARM assembly that requires the library
  /external/llvm/test/MC/Mips/
mips64-alu-instructions.s 143 # Did you know that GAS supports complex arithmetic expressions in assembly?
  /external/ltp/testcases/realtime/
00_Descriptions.txt 87 (via inlined assembly to read the TSC). The value returned between two such
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.c 370 void *assembly, int start, int end, FILE *out)
375 brw_inst *insn = assembly + offset;
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_branch.s 4 # the Microblaze can be parsed by the assembly parser.
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 10 ; 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
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 117 // Do not count declarations of assembly functions.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
plist.go 78 // Add reference to Go arguments for C or assembly functions without them.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
sym.go 75 * Known to low-level assembly in package runtime and runtime/cgo.
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_test.go 124 // Because we have assembly for amd64, 386, and arm, this prevents
  /prebuilts/go/darwin-x86/src/math/big/
arith.go 7 // assembly implementations of these routines.
  /prebuilts/go/darwin-x86/test/
sinit.go 15 // Should be no init func in the assembly.

Completed in 1546 milliseconds

<<111213141516171819