HomeSort by relevance Sort by last modified time
    Searched full:assembly (Results 1226 - 1250 of 2972) sorted by null

<<41424344454647484950>>

  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 21 * \brief SPIR-V Assembly Tests for Instructions (special opcode/operand)
117 // Assembly code used for testing OpNop, OpConstant{Null|Composite}, Op[No]Line, OpSource[Continued], OpSourceExtension, OpUndef is based on GLSL source code:
188 spec.assembly =
351 spec.assembly = shaderTemplate.specialize(specializations);
382 const char* assembly; member in struct:vkt::SpirVAssembly::__anon16593::OpAtomicCase
388 , assembly (_assembly)
452 #define ADD_OPATOMIC_CASE(NAME, ASSEMBLY, CALCULATE_EXPECTED, NUM_OUTPUT_ELEMENTS) \
456 cases.push_back(OpAtomicCase(#NAME, ASSEMBLY, calculateExpected_##NAME::calculateExpected, NUM_OUTPUT_ELEMENTS)); \
458 #define ADD_OPATOMIC_CASE_1(NAME, ASSEMBLY, CALCULATE_EXPECTED) ADD_OPATOMIC_CASE(NAME, ASSEMBLY, CALCULATE_EXPECTED, 1
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 22 // Externs from the exception handler assembly file
650 // Copy our assembly code into the page that contains the exception vectors.
654 // Patch in the common Assembly exception handler
  /external/gemmlowp/
README.txt 46 Architecture-specific code paths use intrinsics or inline assembly.
53 Some are written in inline assembly, some are written in C++ using
199 support NEON assembly. The benchmark build process will issue a warning if
  /external/libcxx/www/
atomic_design_c.html 41 <tt>&lt;atomic&gt;</tt>, it should result in highly optimized assembly being
42 inserted directly into your application ... assembly that is not otherwise
389 application will only see the few inlined assembly instructions for the selected
  /external/libvpx/libvpx/test/
pp_filter_test.cc 62 // Though the left padding is only 8 bytes, the assembly code tries to
114 // so when the assembly code tries to read 16 bytes before the pointer it is
122 // can have a different filter. SSE2 assembly reads flimits in blocks of 16 so
  /external/llvm/docs/
LLVMBuild.rst 249 specify things like "all targets", or "all assembly printers".
274 Whether this target defines an assembly parser.
278 Whether this target defines an assembly printer.
  /external/llvm/include/llvm/MC/
MCDwarf.h 289 // When generating dwarf for assembly source files this emits the Dwarf
295 // When generating dwarf for assembly source files this is the info that is
320 // assembly source files.
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 1 //===-- PPCInstPrinter.cpp - Convert PPC MCInst to assembly syntax --------===//
34 cl::desc("Use full register names when printing assembly"));
108 // 1. The assembly syntax is different between embedded and server targets
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 1 //===-- SparcAsmPrinter.cpp - Sparc LLVM assembly writer ------------------===//
11 // of machine-dependent LLVM code to GAS-format SPARC assembly language.
50 return "Sparc Assembly Printer";
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 1 //===-- MBlazeAsmPrinter.cpp - MBlaze LLVM assembly writer ----------------===//
11 // of machine-dependent LLVM code to GAS-format MBlaze assembly language.
60 return "MBlaze Assembly Printer";
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 11 // command-line interface for generating native assembly-language code
120 "Emit an assembly ('.s') file"),
350 // Override default to generate verbose assembly.
  /external/valgrind/VEX/priv/
s390_disasm.c 55 /* Return the name of a general purpose register for dis-assembly purposes. */
72 /* Return the name of a floating point register for dis-assembly purposes. */
89 /* Return the name of an access register for dis-assembly purposes. */
  /external/vixl/tools/
verify_assembler_traces.py 85 following valid assembly syntax:
137 Take an string representing an instruction and convert it to assembly syntax
383 # assembly reference files will contain a single array of 4 bytes encoding
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven/3.0/
maven-3.0.pom 426 <artifactId>maven-assembly-plugin</artifactId>
482 <artifactId>maven-assembly-plugin</artifactId>
485 <id>source-release-assembly</id>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/www/
atomic_design_c.html 41 <tt>&lt;atomic&gt;</tt>, it should result in highly optimized assembly being
42 inserted directly into your application ... assembly that is not otherwise
389 application will only see the few inlined assembly instructions for the selected
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
libspirv.h 247 // Do not output the module header as leading comments in the assembly.
366 // Encodes the given SPIR-V assembly text to its binary representation. The
378 // Decodes the given SPIR-V binary representation to its assembly text. The
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
disassemble.cpp 51 // A Disassembler instance converts a SPIR-V binary to its assembly
73 // Emits the assembly header for the module, and sets up internal state
79 // Emits the assembly text for the given instruction.
  /prebuilts/tools/common/http-client/src/
commons-logging-1.1.1-src.zip 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.pom 400 <artifactId>maven-assembly-plugin</artifactId>
404 <descriptor>src/main/assembly/bin.xml</descriptor>
405 <descriptor>src/main/assembly/src.xml</descriptor>
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.2/
commons-logging-1.2.pom 401 <artifactId>maven-assembly-plugin</artifactId>
405 <descriptor>src/main/assembly/bin.xml</descriptor>
406 <descriptor>src/main/assembly/src.xml</descriptor>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.pom 535 <artifactId>maven-assembly-plugin</artifactId>
538 <descriptor>src/assembly/bin.xml</descriptor>
539 <descriptor>src/assembly/src.xml</descriptor>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.pom 547 <artifactId>maven-assembly-plugin</artifactId>
550 <descriptor>src/assembly/bin.xml</descriptor>
551 <descriptor>src/assembly/src.xml</descriptor>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.pom 547 <artifactId>maven-assembly-plugin</artifactId>
550 <descriptor>src/assembly/bin.xml</descriptor>
551 <descriptor>src/assembly/src.xml</descriptor>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.pom 574 <artifactId>maven-assembly-plugin</artifactId>
577 <descriptor>src/assembly/bin.xml</descriptor>
578 <descriptor>src/assembly/src.xml</descriptor>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven/3.0/
maven-3.0.pom 426 <artifactId>maven-assembly-plugin</artifactId>
482 <artifactId>maven-assembly-plugin</artifactId>
485 <id>source-release-assembly</id>

Completed in 1351 milliseconds

<<41424344454647484950>>