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

1 2 3 4 5 67 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 22 * \brief SPIR-V Assembly Tests for Instructions (special opcode/operand)
182 // Assembly code used for testing OpNop, OpConstant{Null|Composite}, Op[No]Line, OpSource[Continued], OpSourceExtension, OpUndef is based on GLSL source code:
214 spec.assembly =
384 spec.assembly = shaderTemplate.specialize(specializations);
415 const char* assembly; member in struct:vkt::SpirVAssembly::__anon17921::OpAtomicCase
421 , assembly (_assembly)
490 #define ADD_OPATOMIC_CASE(NAME, ASSEMBLY, OPATOMIC, NUM_OUTPUT_ELEMENTS) \
493 cases.push_back(OpAtomicCase(#NAME, ASSEMBLY, OPATOMIC, NUM_OUTPUT_ELEMENTS)); \
495 #define ADD_OPATOMIC_CASE_1(NAME, ASSEMBLY, OPATOMIC) ADD_OPATOMIC_CASE(NAME, ASSEMBLY, OPATOMIC, 1
    [all...]
vktSpvAsmConditionalBranchTests.cpp 21 * \brief SPIR-V Assembly Tests for OpBranchConditional instruction.
119 spec.assembly = shaderSource.specialize(specs);
vktSpvAsmUboMatrixPaddingTests.cpp 21 * \brief SPIR-V Assembly Tests for UBO matrix padding.
135 spec.assembly = shaderSource;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 225 // a set of assembly statements.
239 // and classifies the assembly instructions according to its
242 assembly := make(map[int][]assemblyInstruction)
246 return assembly
249 // Extract assembly for matched symbol
252 return assembly
293 assembly[lineno] = append(assembly[lineno], an)
297 return assembly
349 // printFunctionSourceLine prints a source line and the corresponding assembly
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 225 // a set of assembly statements.
239 // and classifies the assembly instructions according to its
242 assembly := make(map[int][]assemblyInstruction)
246 return assembly
249 // Extract assembly for matched symbol
252 return assembly
293 assembly[lineno] = append(assembly[lineno], an)
297 return assembly
349 // printFunctionSourceLine prints a source line and the corresponding assembly
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.h 42 ArmToMips64Assembler(const sp<Assembly>& assembly,
44 ArmToMips64Assembler(void* assembly);
196 sp<Assembly> mAssembly;
255 MIPS64Assembler(const sp<Assembly>& assembly, ArmToMips64Assembler *parent);
256 MIPS64Assembler(void* assembly, ArmToMips64Assembler *parent);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips32-dspr2.s 1 # source file to test assembly of MIPS DSP ASE Rev2 for MIPS32 instructions
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
RTSMBoot.asm 47 pointer is not used (probably required to use assembly language)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/Arm/
ArmPlatformLibNullBoot.asm 42 pointer is not used (probably required to use assembly language)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
S3Asm.asm 2 ; This is the assembly code for transferring to control to OS S3 waking vector
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
PageFaultHandler.asm 2 ; This is the assembly code for page fault handler hook.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/
S3Asm.asm 2 ; This is the assembly code for transferring to control to OS S3 waking vector
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.S 18 # This is the assembly code for Multi-processor S3 support
128 # Call assembly function to initialize FPU.
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_asm_annotation.c 31 dump_assembly(void *assembly, int num_annotations, struct annotation *annotation,
66 brw_disassemble(devinfo, assembly, start_offset, end_offset, stderr);
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_fpu.s 4 # assembly parser correctly.
  /hardware/intel/common/utils/ituxd/
Android.mk 19 # to only building on ARM if they include assembly. Individual makefiles
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 19 # to only building on ARM if they include assembly. Individual makefiles
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4.go 57 // This is the pure Go version. rc4_{amd64,386,arm}* contain assembly
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block.go 6 // In its own file so that a faster assembly or C version
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block.go 6 // In its own file so that a faster assembly or C version
  /prebuilts/go/darwin-x86/src/runtime/
wincallback.go 7 // Generate Windows callback assembly file.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21655.go 7 // Make sure assembly offsets don't get too large.
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4.go 57 // This is the pure Go version. rc4_{amd64,386,arm}* contain assembly
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block.go 6 // In its own file so that a faster assembly or C version
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512block.go 6 // In its own file so that a faster assembly or C version

Completed in 1145 milliseconds

1 2 3 4 5 67 8 91011>>