Home
last modified time | relevance | path

Searched refs:emitted (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMSA.txt37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
49 shf.w will be emitted instead.
67 the same operation and will be emitted instead.
78 operation with the operands swapped. bmnzi.v will (currently) be emitted
83 bmnzi.b and bmzi.b and can be emitted.
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DRemarks.rst63 Optimization remarks can be emitted as diagnostics. These diagnostics will be
64 propagated to front-ends if desired, or emitted by tools like :doc:`llc
132 emitted.
194 * ``<pass>``: the name of the pass that emitted this remark.
403 metadata is kept in memory to be emitted in the product of the compilation
417 ``SeparateRemarksMeta: the metadata emitted separately``
425 Typically, this is emitted in a section in the object files, allowing
429 ``SeparateRemarksFile: the remark entries emitted separately``
438 Typically, this is emitted in a side-file alongside an object file, and is
452 ``Standalone: the metadata and the remark entries emitted together``
[all …]
H A DBitCodeFormat.rst89 Fixed-width integer values have their low bits emitted directly to the file.
256 letters with values less than 32, each letter would need to be emitted as at
287 emitted.
294 few binary operators, the abbreviation does not need to be emitted.
327 are just emitted as their code.
331 have extra data are emitted as their code, followed by the extra data.
349 * Char6 (code 4): This field should be emitted as a `char6-encoded value`_.
353 * Blob (code 5): This field is emitted as a vbr6, followed by padding to a
362 ``[TRIPLE, 'a', 'b', 'c', 'd']``. Consider if the bitstream emitted the
389 With this abbreviation, the triple is emitted with only 37 bits (assuming a
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_fence.c376 uint64_t emitted; in amdgpu_fence_count_emitted() local
382 emitted = 0x100000000ull; in amdgpu_fence_count_emitted()
383 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted()
384 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted()
385 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/mmix/
H A Drelax1-n.d6 # be emitted, rather than errors emitted. FIXME.
H A Drelax1-rn.d6 # relocs to be emitted, rather than errors emitted. FIXME.
H A Derr-builtin.s5 % not use the symbol table. Make sure an error is emitted for
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Drelax1-n.d6 # be emitted, rather than errors emitted. FIXME.
H A Drelax1-rn.d6 # relocs to be emitted, rather than errors emitted. FIXME.
/netbsd/external/gpl3/gcc/dist/gcc/config/
H A Dsol2-clearcap.map1 # Clear all hardware capabilities emitted by Sun as.
H A Dsol2-clearcapv2.map1 # Clear all hardware capabilities emitted by Sun as.
/netbsd/external/gpl3/gcc.old/dist/gcc/config/
H A Dsol2-clearcap.map1 # Clear all hardware capabilities emitted by Sun as.
H A Dsol2-clearcapv2.map1 # Clear all hardware capabilities emitted by Sun as.
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_fence.c793 uint64_t emitted; in radeon_fence_count_emitted() local
799 emitted = rdev->fence_drv[ring].sync_seq[ring] in radeon_fence_count_emitted()
802 if (emitted > 0x10000000) { in radeon_fence_count_emitted()
803 emitted = 0x10000000; in radeon_fence_count_emitted()
805 return (unsigned)emitted; in radeon_fence_count_emitted()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/pe/
H A Daligncomm-c.d8 # No .drectve section emitted.
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/pe/
H A Daligncomm-c.d8 # No .drectve section emitted.
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_engine_pm.c110 rq->duration.emitted)); in duration()
214 rq->duration.emitted = ktime_get(); in switch_to_kernel_context()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dattr-order.s2 @ are emitted in the proper order.
H A Dmapmisc.s42 # not cause the literal pool to be emitted with a code mapping symbol.
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dattr-order.s2 @ are emitted in the proper order.
H A Dmapmisc.s42 # not cause the literal pool to be emitted with a code mapping symbol.
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/sh/
H A Derr-1.s3 ! Check that errors are emitted, with no crashes, when an external symbol
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/sh/
H A Derr-1.s3 ! Check that errors are emitted, with no crashes, when an external symbol
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/cris/
H A Drd-v32-f1.d4 # Test that v32 flags are properly recognized and emitted at disassembly.
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-v32-f1.d4 # Test that v32 flags are properly recognized and emitted at disassembly.

12345678910>>...30