Searched refs:assembler (Results 1 – 25 of 254) sorted by relevance
1234567891011
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_assembler.cpp | 28 BEGIN_TEST(assembler.s_memtime) 43 BEGIN_TEST(assembler.branch_3f) 62 BEGIN_TEST(assembler.long_jump.unconditional_forwards) 92 BEGIN_TEST(assembler.long_jump.conditional_forwards) 125 BEGIN_TEST(assembler.long_jump.unconditional_backwards) 153 BEGIN_TEST(assembler.long_jump.conditional_backwards) 182 BEGIN_TEST(assembler.long_jump.3f) 207 BEGIN_TEST(assembler.long_jump.constaddr) 233 BEGIN_TEST(assembler.v_add3) 251 BEGIN_TEST(assembler.v_add3_clamp)
|
/third_party/boost/tools/build/src/tools/ |
D | clang-win.jam | 58 # <assembler>ml.exe (or <assembler-32>, or <assembler-64>) 116 local assembler = [ get-option "assembler" : $(addr) : $(options) ] ; 117 assembler ?= $(ml) ; 118 if $(addr) = 32 { assembler ?= ml.exe ; } else { assembler ?= ml64.exe ; } 135 .notice "$(addr):" "using assembler '$(assembler)'" ; 174 toolset.flags clang-win.compile .ASM $(cond) : $(assembler) -nologo -c -Zp4 -Cp -Cx ;
|
D | intel-win.jam | 227 local default-assembler-intel64 = ml64 ; 228 local default-assembler-ia32_intel64 = ml64 ; 229 local default-assembler-ia32 = "ml -coff" ; 230 assembler = [ feature.get-values <assembler> : $(options) ] ; 285 local cpu-assembler = $(assembler) ; 286 cpu-assembler ?= $(default-assembler-$(c)) ; 292 toolset.flags intel-win.compile .ASM $(cpu-conditions) : $(cpu-assembler) -nologo ;
|
D | msvc.jam | 83 `assembler`:: 84 The command that compiles assembler sources. If not specified, `ml` 343 # <assembler> 1471 # Turn on some options for i386 assembler 1473 local default-assembler-amd64 = ml64 ; 1474 local default-assembler-i386 = "ml -coff" ; 1475 local default-assembler-ia64 = ias ; 1476 local default-assembler-arm = armasm ; 1477 local default-assembler-arm64 = armasm64 ; 1479 # For the assembler the following options are turned on by default: [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 18 The result is a queue of assembler buffers, each of which consists of machine code 21 A single thread is responsible for writing the assembler buffers to an ELF file. 22 It consumes the assembler buffers from the queue that the translation threads 27 operands), and assembler buffers are created by the translation thread and 40 multithreaded, FIFO order for the assembler buffer queue may not be 43 assembler buffers are available. 49 emitted after all assembler buffers have been written. The writer needs to be 77 Even though there is a one-to-one correspondence between Cfgs and assembler 81 Ownership of the assembler buffer and its allocator are transferred to the 102 there is a slab allocator for the assembler buffer, a pointer to it can also be [all …]
|
/third_party/libffi/m4/ |
D | asmcfi.m4 | 2 [AC_CACHE_CHECK([assembler .cfi pseudo-op support], 11 [Define if your assembler supports .cfi_* directives.])
|
/third_party/libffi/ |
D | fficonfig.h.in | 42 /* Define if your assembler supports .cfi_* directives. */ 45 /* Define if your assembler supports .register. */ 51 /* Define if your assembler and linker support unaligned PC relative relocs. 55 /* Define if your assembler supports unwind section type. */ 58 /* Define if your assembler supports PC relative relocs. */
|
D | configure.ac | 116 AC_CACHE_CHECK([assembler and linker support unaligned pc related relocs], 129 [Define if your assembler and linker support unaligned PC relative relocs.]) 132 AC_CACHE_CHECK([assembler .register pseudo-op support], 142 [Define if your assembler supports .register.]) 147 AC_CACHE_CHECK([assembler supports pc related relocs], 157 [Define if your assembler supports PC relative relocs.]) 236 [Define if your assembler supports unwind section type.])
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/optimize/ |
D | CMakeLists.txt | 20 set_source_files_properties(${SDOT_SRC} PROPERTIES COMPILE_FLAGS "-x assembler-with-cpp") 21 set_source_files_properties(${FP16_NEON_SRC} PROPERTIES COMPILE_FLAGS "-x assembler-with-cpp")
|
/third_party/skia/third_party/externals/spirv-tools/docs/ |
D | syntax.md | 30 but the assembler does not enforce this rule. 74 For every ID in the assembly program, the assembler generates a unique number 99 The assembler and disassembler support floating point literals in both 120 The assembler preserves all the bits of a NaN value. For example, the encoding 150 `!<integer>` values, and the assembler will still assemble an output binary with 154 You may wonder how the assembler recognizes the instruction structure (including 158 feature is intended for fine-grain control in SPIR-V testing), the assembler 175 The assembler processes the tokens encountered in alternate parsing mode as 187 * Any other token causes the assembler to quit with an error.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/docs/ |
D | syntax.md | 30 but the assembler does not enforce this rule. 74 For every ID in the assembly program, the assembler generates a unique number 99 The assembler and disassembler support floating point literals in both 120 The assembler preserves all the bits of a NaN value. For example, the encoding 150 `!<integer>` values, and the assembler will still assemble an output binary with 154 You may wonder how the assembler recognizes the instruction structure (including 158 feature is intended for fine-grain control in SPIR-V testing), the assembler 175 The assembler processes the tokens encountered in alternate parsing mode as 187 * Any other token causes the assembler to quit with an error.
|
/third_party/flutter/skia/third_party/externals/spirv-tools/ |
D | syntax.md | 30 but the assembler does not enforce this rule. 74 For every ID in the assembly program, the assembler generates a unique number 99 The assembler and disassembler support floating point literals in both 120 The assembler preserves all the bits of a NaN value. For example, the encoding 150 `!<integer>` values, and the assembler will still assemble an output binary with 154 You may wonder how the assembler recognizes the instruction structure (including 158 feature is intended for fine-grain control in SPIR-V testing), the assembler 175 The assembler processes the tokens encountered in alternate parsing mode as 187 * Any other token causes the assembler to quit with an error.
|
/third_party/spirv-tools/docs/ |
D | syntax.md | 30 but the assembler does not enforce this rule. 74 For every ID in the assembly program, the assembler generates a unique number 99 The assembler and disassembler support floating point literals in both 120 The assembler preserves all the bits of a NaN value. For example, the encoding 150 `!<integer>` values, and the assembler will still assemble an output binary with 154 You may wonder how the assembler recognizes the instruction structure (including 158 feature is intended for fine-grain control in SPIR-V testing), the assembler 175 The assembler processes the tokens encountered in alternate parsing mode as 187 * Any other token causes the assembler to quit with an error.
|
/third_party/spirv-tools/tools/sva/ |
D | README.md | 5 SPIR-V binary. The assembler assumes it is generating WebGPU SPIR-V and thus has 26 There is a simple assembler binary with can be executed from the command line.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
D | README.md | 5 SPIR-V binary. The assembler assumes it is generating WebGPU SPIR-V and thus has 26 There is a simple assembler binary with can be executed from the command line.
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/ |
D | README.md | 5 SPIR-V binary. The assembler assumes it is generating WebGPU SPIR-V and thus has 26 There is a simple assembler binary with can be executed from the command line.
|
/third_party/boost/libs/context/doc/ |
D | rationale.qbk | 10 [heading No inline-assembler] 13 support inline assembler. 16 Inlined assembler generates code bloating which is not welcome on embedded 23 implemented in assembler to provide context swapping operations.
|
/third_party/openssl/crypto/perlasm/ |
D | README | 2 multiple different assembler formats via the one original script. 10 The first thing we do is setup the file and type of assembler 21 There are 2 main 'packages'. x86ms.pl, which is the Microsoft assembler,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Shader.cpp | 172 TranslatorASM *assembler = new TranslatorASM(this, shaderType); in createCompiler() local 194 assembler->Init(resources); in createCompiler() 196 return assembler; in createCompiler()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | meson.build | 52 args : files('test/assembler-cases.txt'), 58 args : files('test-assembly.py', 'test/assembler-cases.txt', 'test/negative-cases.txt'),
|
/third_party/ffmpeg/doc/ |
D | build_system.txt | 11 Preprocess x86 external assembler files to a .dbg.asm file in the object 12 directory, which then gets compiled. Helps in developing those assembler
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/asm686/ |
D | README.686 | 17 If you are using an assembler other than GNU as, you will have to 18 translate match.S to use your assembler's syntax. (Have fun.)
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/asm686/ |
D | README.686 | 17 If you are using an assembler other than GNU as, you will have to 18 translate match.S to use your assembler's syntax. (Have fun.)
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_ia32cap.pod | 84 are applied, most notably in AES assembler module. 125 extension code paths are actually assembled depends on current assembler 127 paths are always assembled. Apart from that, minimum assembler version 152 version is used, as it is GNU assembler version that will be checked.
|
/third_party/pixman/ |
D | configure.ac | 280 AC_MSG_CHECKING(whether to use Loongson MMI assembler) 591 dnl Check if assembler is gas compatible and supports ARM SIMD instructions 593 AC_MSG_CHECKING(whether to use ARM SIMD assembler) 595 CFLAGS="-x assembler-with-cpp $CFLAGS" 630 dnl Check if assembler is gas compatible and supports NEON instructions 632 AC_MSG_CHECKING(whether to use ARM NEON assembler) 634 CFLAGS="-x assembler-with-cpp $CFLAGS" 733 dnl Check if assembler is gas compatible and supports MIPS DSPr2 instructions 736 AC_MSG_CHECKING(whether to use MIPS DSPr2 assembler) 781 AC_MSG_CHECKING(whether to use GNU-style inline assembler) [all …]
|
1234567891011