/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrAtomics.td | 249 // Extending loads. Note that there are only zero-extending atomic loads, no 250 // sign-extending loads. 257 // Fragments for extending loads. These are different from regular loads because 266 // zero-extending. 286 // Select zero-extending loads with no constant offset. 291 // Select sign-extending loads with no constant offset 298 // Zero-extending loads with constant offset 306 // Sign-extending loads with constant offset 634 // Truncating & zero-extending binary RMW patterns. 635 // These are combined patterns of truncating store patterns and zero-extending [all …]
|
H A D | WebAssemblyInstrMemory.td | 42 // Defines atomic and non-atomic loads, regular and extending. 145 // Select extending loads with no constant offset. 157 // Select extending loads with a constant offset. 180 // Select extending loads with just a constant offset. 204 // Resolve "don't care" extending loads to zero-extending loads. This is 205 // somewhat arbitrary, but zero-extending is conceptually simpler. 207 // Select "don't care" extending loads with no constant offset. 214 // Select "don't care" extending loads with a constant offset. 226 // Select "don't care" extending loads with just a constant offset.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | constraints.md | 230 for AND as a zero-extending move." 270 to fit that range (for immediate operands in sign-extending x86-64 279 to fit that range (for sign-extending conversion operations that 286 to fit that range (for zero-extending conversion operations that 303 to fit that range (for immediate operands in zero-extending x86-64
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | constraints.md | 273 for AND as a zero-extending move." 314 to fit that range (for immediate operands in sign-extending x86-64 323 to fit that range (for sign-extending conversion operations that 330 to fit that range (for zero-extending conversion operations that 347 to fit that range (for immediate operands in zero-extending x86-64
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrFormats.td | 121 let TSFlags{33-29} = opExtentBits; //Number of bits of range before extending. 123 let TSFlags{35-34} = opExtentAlign; // Alignment exponent before extending. 325 let TSFlags{27-23} = opExtentBits; //Number of bits of range before extending. 327 let TSFlags{29-28} = opExtentAlign; // Alignment exponent before extending.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coffswap.h | 339 #error we need to cope with truncating or extending SYMNMLEN in coff_swap_sym_in() 376 #error we need to cope with truncating or extending SYMNMLEN in coff_swap_sym_out() 427 #error we need to cope with truncating or extending FILNMLEN in coff_swap_aux_in() 470 #error we need to cope with truncating or extending DIMNUM in coff_swap_aux_in() 526 #error we need to cope with truncating or extending FILNMLEN in coff_swap_aux_out() 562 #error we need to cope with truncating or extending DIMNUM in coff_swap_aux_out()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coffswap.h | 339 #error we need to cope with truncating or extending SYMNMLEN in coff_swap_sym_in() 376 #error we need to cope with truncating or extending SYMNMLEN in coff_swap_sym_out() 427 #error we need to cope with truncating or extending FILNMLEN in coff_swap_aux_in() 477 #error we need to cope with truncating or extending DIMNUM in coff_swap_aux_in() 533 #error we need to cope with truncating or extending FILNMLEN in coff_swap_aux_out() 569 #error we need to cope with truncating or extending DIMNUM in coff_swap_aux_out()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/ |
H A D | mmix.opt | 41 Use zero-extending memory loads, not sign-extending ones.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
H A D | mmix.opt | 41 Use zero-extending memory loads, not sign-extending ones.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-ciphers.pod.in | 459 =head2 AES cipher suites from RFC3268, extending TLS v1.0 477 =head2 Camellia cipher suites from RFC4132, extending TLS v1.0 495 =head2 SEED cipher suites from RFC4162, extending TLS v1.0 507 =head2 GOST cipher suites from draft-chudov-cryptopro-cptls, extending TLS v1.0 518 =head2 GOST cipher suites, extending TLS v1.2 614 =head2 ARIA cipher suites from RFC6209, extending TLS v1.2 635 =head2 Camellia HMAC-Based cipher suites from RFC6367, extending TLS v1.2 716 =head2 ChaCha20-Poly1305 cipher suites, extending TLS v1.2
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | ChangeLog-2013 | 34 extending.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | needrelax.em | 32 /* Call main function; we're just extending it. */
|
H A D | alphaelf.em | 91 /* Call main function; we're just extending it. */
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | needrelax.em | 32 /* Call main function; we're just extending it. */
|
H A D | alphaelf.em | 91 /* Call main function; we're just extending it. */
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | ChangeLog-2013 | 34 extending.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
H A D | ciphers.pod | 448 =head2 AES cipher suites from RFC3268, extending TLS v1.0 466 =head2 Camellia cipher suites from RFC4132, extending TLS v1.0 484 =head2 SEED cipher suites from RFC4162, extending TLS v1.0 496 =head2 GOST cipher suites from draft-chudov-cryptopro-cptls, extending TLS v1.0 589 =head2 ARIA cipher suites from RFC6209, extending TLS v1.2 610 =head2 Camellia HMAC-Based cipher suites from RFC6367, extending TLS v1.2 691 =head2 ChaCha20-Poly1305 cipher suites, extending TLS v1.2
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/ |
H A D | bpf.md | 232 ;; For register operands smaller than 32-bit zero-extending is 240 ;; For memory operands, of any width, zero-extending is achieved using 275 ;; Sign-extending a 32-bit value into a 64-bit value is achieved using
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | README_ALTIVEC.txt | 330 sign-extending the 32-bit result to 64 bits. 334 sign-extending the 16-bit result to 64 bits. 338 sign-extending the 8-bit result to 64 bits.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
H A D | bpf.md | 232 ;; For register operands smaller than 32-bit zero-extending is 240 ;; For memory operands, of any width, zero-extending is achieved using 273 ;; Sign-extending a 32-bit value into a 64-bit value is achieved using
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4521.txt | 29 provides mechanisms for adding new operations, extending existing 311 extending existing operations. The existing operation can be a base 343 Specifications detailing controls extending the Bind operation SHALL 366 Specifications detailing controls extending the Start TLS operation 386 Specifications of controls extending the Search Operation should 497 While extensions can specify new types of LDAP messages by extending 688 considerations specific to the feature they are extending, as well as
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2001-01-31-UniversalIRIdea.txt | 15 runtime features needed for that language, extending or customizing them as
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcInstr64Bit.td | 228 // All the 32-bit loads and stores are available. The extending loads are sign 229 // or zero-extending to 64 bits. The LDrr and LDri instructions load 32 bits 233 // SPARC v9 adds 64-bit loads as well as a sign-extending ldsw i32 loads. 273 // Sign-extending load of i32 into i64 is a new SPARC v9 instruction.
|
/netbsd-src/external/gpl2/diffutils/dist/m4/ |
H A D | c-stack.m4 | 112 [Define to 1 if extending the stack slightly past the limit causes
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/ |
H A D | divrem_1.asm | 1 dnl x86 mpn_divrem_1 -- mpn by limb division extending to fractional quotient.
|