HomeSort by relevance Sort by last modified time
    Searched defs:assembly (Results 1 - 9 of 9) sorted by null

  /external/clang/test/Sema/
ast-print-x86.c 5 void assembly() { function
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 
  /external/capstone/cstool/
cstool.c 74 printf("Syntax: %s [-d] <arch+mode> <assembly-hexstring> [start-address-in-hex-format]\n", prog);
129 uint8_t *assembly; local
150 assembly = preprocess(argv[3], &size);
166 assembly = preprocess(argv[2], &size);
167 if (assembly == NULL) {
173 // cstool <arch> <assembly> <address>
323 count = cs_disasm(handle, assembly, size, address, 0, &insn);
334 // align assembly instruction after the opcode
392 printf("ERROR: invalid assembly code\n");
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp 212 * This struct bundles SPIR-V assembly code, input and expected output
217 std::string assembly; member in struct:vkt::SpirVAssembly::ComputeShaderSpec
251 * \brief Helper functions for SPIR-V assembly shared by various tests
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...]
  /external/libpng/contrib/libtests/
timepng.c 340 " timepng --assemble <assembly> {files}\n"
341 " Read the files into <assembly>, output the count. Options are ignored.\n"
342 " timepng --dissemble <assembly> <count> [options]\n"
343 " Time <count> files from <assembly>, additional files may not be given.\n"
352 " PNG files to copy into the assembly and time. Invalid files are skipped\n"
356 " For --assemble the output is the name of the assembly file followed by the\n"
369 const char *assembly = NULL; local
375 assembly = argv[2];
376 fp = fopen(assembly, "wb");
379 perror(assembly);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 2737 const unsigned *assembly = NULL; local
    [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...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 1981 StringRef assembly local
    [all...]

Completed in 484 milliseconds