/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUInstructionNotation.rst | 16 except that instead of real operands and modifiers it provides references to their description. 26 …description<amdgpu_syn_instruction_operands_notation>`\ ``> <``\ :ref:`modifiers description<amdg… 71 :ref:`VOP3 operand modifiers<amdgpu_synid_vop3_operand_modifiers>` or 72 :ref:`SDWA operand modifiers<amdgpu_synid_sdwa_operand_modifiers>`. 86 src1:m // src1 operand may be used with operand modifiers 95 An instruction may have zero or more optional *modifiers*. They are space-separated in the descript… 99 The order of *modifiers* is fixed.
|
H A D | AMDGPUInstructionSyntax.rst | 21 :doc:`modifiers<AMDGPUModifierSyntax>` are space-separated. 23 The order of *operands* and *modifiers* is fixed. 24 Most *modifiers* are optional and may be omitted. 164 Syntax of modifiers is described :doc:`in this document<AMDGPUModifierSyntax>`. 166 Information about modifiers supported for individual instructions may be found in GPU-specific docu…
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | main.c | 50 pentry(pgpv_t *pgp, int n, const char *modifiers) in pentry() argument 55 cc = pgpv_get_entry(pgp, (unsigned)n, &s, modifiers); in pentry() 93 const char *modifiers; in verify_data() local 116 modifiers = (strcasecmp(cmd, "trust") == 0) ? "trust" : NULL; in verify_data() 121 pentry(pgp, el, modifiers); in verify_data()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
H A D | gfx908_addr_buf.rst | 15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref… 19 * If both modifiers are specified, index is in the first register and offset is in the second. Size… 20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
|
H A D | gfx8_addr_buf.rst | 15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref… 19 * If both modifiers are specified, index is in the first register and offset is in the second. Size… 20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
|
H A D | gfx90a_vaddr_5.rst | 15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref… 19 * If both modifiers are specified, index is in the first register and offset is in the second. Size… 20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
|
H A D | gfx10_addr_buf.rst | 15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref… 19 * If both modifiers are specified, index is in the first register and offset is in the second. Size… 20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
|
H A D | gfx9_addr_buf.rst | 15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`offen<amdgpu_synid_offen>` and :ref… 19 * If both modifiers are specified, index is in the first register and offset is in the second. Size… 20 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>…
|
H A D | gfx7_addr_buf.rst | 15 *Size:* 0, 1 or 2 dwords. Size is controlled by modifiers :ref:`addr64<amdgpu_synid_addr64>`, :ref:… 21 * If none of these modifiers are specified, this operand must be set to :ref:`off<amdgpu_synid_off>… 22 * All other combinations of these modifiers are illegal.
|
H A D | gfx904_mod_vop3_abs_neg.rst | 13 This operand may be used with floating point operand modifiers :ref:`abs<amdgpu_synid_abs>` and :re…
|
H A D | gfx10_mod_dpp_sdwa_abs_neg.rst | 13 This operand may be used with floating point operand modifiers :ref:`abs<amdgpu_synid_abs>` and :re…
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-m32c.texi | 67 @cindex M32C modifiers 68 @cindex modifiers, M32C 70 The assembler supports several modifiers when using symbol addresses 78 @cindex symbol modifiers 83 These modifiers override the assembler's assumptions about how big a 87 @samp{-m32c}). These modifiers tell it to assume the address will fit
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-m32c.texi | 67 @cindex M32C modifiers 68 @cindex modifiers, M32C 70 The assembler supports several modifiers when using symbol addresses 78 @cindex symbol modifiers 83 These modifiers override the assembler's assumptions about how big a 87 @samp{-m32c}). These modifiers tell it to assume the address will fit
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-gen.c | 1129 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; in process_i386_opcode_modifier() local 1149 memcpy (modifiers, opcode_modifiers, sizeof (modifiers)); in process_i386_opcode_modifier() 1195 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers), in process_i386_opcode_modifier() 1216 if (!modifiers[OpcodePrefix].value) in process_i386_opcode_modifier() 1217 modifiers[OpcodePrefix].value = prefix; in process_i386_opcode_modifier() 1218 else if (modifiers[OpcodePrefix].value != prefix) in process_i386_opcode_modifier() 1247 if (!modifiers[EVex].value in process_i386_opcode_modifier() 1248 && (modifiers[Disp8MemShift].value in process_i386_opcode_modifier() 1249 || modifiers[Broadcast].value in process_i386_opcode_modifier() 1250 || modifiers[Masking].value in process_i386_opcode_modifier() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-ar.rst | 64 implementations. However, there are a few modifiers (:option:`L`) that are not 80 Delete files from the ``archive``. The :option:`N` and :option:`T` modifiers 89 :option:`b`, and :option:`i` modifiers apply to this operation. The *files* 90 will all be moved to the location given by the modifiers. If no modifiers are 107 :option:`L` and :option:`T` modifiers are used: 128 modifiers apply to this operation. If no *files* are specified, the archive 134 Print the table of contents. Without any modifiers, this operation just prints 157 The modifiers below are specific to certain operations. See the Operations 158 section to determine which modifiers are applicable to which operations. 217 The modifiers below may be applied to any operation.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-gen.c | 1169 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; in process_i386_opcode_modifier() local 1174 memcpy (modifiers, opcode_modifiers, sizeof (modifiers)); in process_i386_opcode_modifier() 1190 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers), in process_i386_opcode_modifier() 1211 if (!modifiers[OpcodeSpace].value) in process_i386_opcode_modifier() 1212 modifiers[OpcodeSpace].value = space; in process_i386_opcode_modifier() 1213 else if (modifiers[OpcodeSpace].value != space) in process_i386_opcode_modifier() 1224 if (!modifiers[OpcodePrefix].value) in process_i386_opcode_modifier() 1225 modifiers[OpcodePrefix].value = prefix; in process_i386_opcode_modifier() 1226 else if (modifiers[OpcodePrefix].value != prefix) in process_i386_opcode_modifier() 1245 output_opcode_modifier (table, modifiers, ARRAY_SIZE (modifiers)); in process_i386_opcode_modifier()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2016 | 69 * testsuite/23_containers/map/modifiers/erase/end_neg.cc: New test. 1456 * testsuite/experimental/memory/shared_ptr/modifiers/reset.cc: Remove 1458 * testsuite/experimental/memory/shared_ptr/modifiers/reset_neg.cc: New 2420 * testsuite/deque/modifiers/erase/1.cc: Likewise. 2421 * testsuite/deque/modifiers/erase/2.cc: Likewise. 2422 * testsuite/deque/modifiers/erase/3.cc: Likewise. 2423 * testsuite/deque/modifiers/erase/moveable.cc: Likewise. 2424 * testsuite/deque/modifiers/moveable.cc: Likewise. 2425 * testsuite/deque/modifiers/push_back/49836.cc: Likewise. 2426 * testsuite/deque/modifiers/push_front/49836.cc: Likewise. [all …]
|
H A D | ChangeLog-2013 | 415 * testsuite/experimental/string_view/modifiers/remove_prefix/char/1.cc: 417 * testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/ 419 * testsuite/experimental/string_view/modifiers/remove_suffix/char/1.cc: 421 * testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/ 1894 * testsuite/23_containers/vector/modifiers/insert/58148.cc: New. 2443 * testsuite/23_containers/deque/modifiers/insert/const_iterator.cc: 2445 * testsuite/23_containers/list/modifiers/insert/const_iterator.cc: 2447 * testsuite/23_containers/vector/bool/modifiers/insert/ 2449 * testsuite/23_containers/vector/modifiers/insert/const_iterator.cc: 2502 * testsuite/23_containers/list/modifiers/insert/const_iterator.cc: [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | cp-demangle.c | 344 struct d_print_mod *modifiers; member 4230 dpi->modifiers = NULL; in d_print_init() 4750 hold_modifiers = dpi->modifiers; in d_print_comp_inner() 4751 dpi->modifiers = 0; in d_print_comp_inner() 4762 adpm[i].next = dpi->modifiers; in d_print_comp_inner() 4763 dpi->modifiers = &adpm[i]; in d_print_comp_inner() 4801 dpi->modifiers = &adpm[i]; in d_print_comp_inner() 4843 dpi->modifiers = hold_modifiers; in d_print_comp_inner() 4863 hold_dpm = dpi->modifiers; in d_print_comp_inner() 4864 dpi->modifiers = NULL; in d_print_comp_inner() [all …]
|
/netbsd-src/sys/dev/bluetooth/ |
H A D | btkbd.c | 101 uint32_t modifiers; member 487 ud->modifiers = 0; in btkbd_input() 490 ud->modifiers |= sc->sc_mods[i].mask; in btkbd_input() 500 mod = ud->modifiers; in btkbd_input() 501 omod = sc->sc_odata.modifiers; in btkbd_input()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | cp-demangle.c | 344 struct d_print_mod *modifiers; member 4338 dpi->modifiers = NULL; in d_print_init() 4948 hold_modifiers = dpi->modifiers; in d_print_comp_inner() 4949 dpi->modifiers = 0; in d_print_comp_inner() 4960 adpm[i].next = dpi->modifiers; in d_print_comp_inner() 4961 dpi->modifiers = &adpm[i]; in d_print_comp_inner() 4999 dpi->modifiers = &adpm[i]; in d_print_comp_inner() 5041 dpi->modifiers = hold_modifiers; in d_print_comp_inner() 5061 hold_dpm = dpi->modifiers; in d_print_comp_inner() 5062 dpi->modifiers = NULL; in d_print_comp_inner() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | cp-demangle.c | 344 struct d_print_mod *modifiers; member 4306 dpi->modifiers = NULL; in d_print_init() 4884 hold_modifiers = dpi->modifiers; in d_print_comp_inner() 4885 dpi->modifiers = 0; in d_print_comp_inner() 4896 adpm[i].next = dpi->modifiers; in d_print_comp_inner() 4897 dpi->modifiers = &adpm[i]; in d_print_comp_inner() 4935 dpi->modifiers = &adpm[i]; in d_print_comp_inner() 4977 dpi->modifiers = hold_modifiers; in d_print_comp_inner() 4997 hold_dpm = dpi->modifiers; in d_print_comp_inner() 4998 dpi->modifiers = NULL; in d_print_comp_inner() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | cp-demangle.c | 344 struct d_print_mod *modifiers; member 4533 dpi->modifiers = NULL; in d_print_init() 5170 hold_modifiers = dpi->modifiers; in d_print_comp_inner() 5171 dpi->modifiers = 0; in d_print_comp_inner() 5182 adpm[i].next = dpi->modifiers; in d_print_comp_inner() 5183 dpi->modifiers = &adpm[i]; in d_print_comp_inner() 5221 dpi->modifiers = &adpm[i]; in d_print_comp_inner() 5279 dpi->modifiers = hold_modifiers; in d_print_comp_inner() 5299 hold_dpm = dpi->modifiers; in d_print_comp_inner() 5300 dpi->modifiers = NULL; in d_print_comp_inner() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_plane.c | 141 plane->modifiers[i])) { in create_in_format_blob() 147 mod->modifier = plane->modifiers[i]; in create_in_format_blob() 232 plane->modifiers = kmalloc_array(format_modifier_count, in drm_universal_plane_init() 236 if (format_modifier_count && !plane->modifiers) { in drm_universal_plane_init() 255 kfree(plane->modifiers); in drm_universal_plane_init() 262 memcpy(plane->modifiers, format_modifiers, in drm_universal_plane_init() 367 kfree(plane->modifiers); in drm_plane_cleanup() 591 if (modifier == plane->modifiers[i]) in drm_plane_check_pixel_format()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | arm_neon_incl.td | 11 // modifiers, etc. 77 // cast, preceded by a sequence of type modifiers. The target type 79 // The available modifiers are: 193 // A typespec is a sequence of uppercase characters (modifiers) followed by one 205 // set of "modifiers" that can change in some way the "base type" of the 220 // Typespec modifiers 228 // Prototype modifiers
|