Home
last modified time | relevance | path

Searched refs:extending (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrAtomics.td133 // Extending loads. Note that there are only zero-extending atomic loads, no
134 // sign-extending loads.
141 // Fragments for extending loads. These are different from regular loads because
150 // zero-extending.
170 // Select zero-extending loads
175 // Select sign-extending loads
367 // Truncating & zero-extending binary RMW patterns.
368 // These are combined patterns of truncating store patterns and zero-extending
379 // Truncating & sign-extending binary RMW patterns.
380 // These are combined patterns of truncating store patterns and sign-extending
[all …]
H A DREADME.txt74 "returned" attribute through to MachineInstrs and extending the
H A DWebAssemblyInstrMemory.td36 // Defines atomic and non-atomic loads, regular and extending.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td121 let TSFlags{33-29} = opExtentBits; //Number of bits of range before extending.
123 let TSFlags{35-34} = opExtentAlign; // Alignment exponent before extending.
330 let TSFlags{27-23} = opExtentBits; //Number of bits of range before extending.
332 let TSFlags{29-28} = opExtentAlign; // Alignment exponent before extending.
/freebsd/sys/fs/fuse/
H A Dfuse_io.c507 bool direct_append, extending; in fuse_write_biobackend() local
521 extending = false; in fuse_write_biobackend()
530 extending = true; in fuse_write_biobackend()
551 if (extending) { in fuse_write_biobackend()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in465 =head2 AES cipher suites from RFC3268, extending TLS v1.0
483 =head2 Camellia cipher suites from RFC4132, extending TLS v1.0
501 =head2 SEED cipher suites from RFC4162, extending TLS v1.0
513 =head2 GOST cipher suites from draft-chudov-cryptopro-cptls, extending TLS v1.0
524 =head2 GOST cipher suites, extending TLS v1.2
620 =head2 ARIA cipher suites from RFC6209, extending TLS v1.2
641 =head2 Camellia HMAC-Based cipher suites from RFC6367, extending TLS v1.2
722 =head2 ChaCha20-Poly1305 cipher suites, extending TLS v1.2
/freebsd/crypto/krb5/src/util/et/
H A DISSUES52 truncates to 32 bits, and then widens without sign-extending, the
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstr64Bit.td219 // All the 32-bit loads and stores are available. The extending loads are sign
220 // or zero-extending to 64 bits. The LDrr and LDri instructions load 32 bits
224 // SPARC v9 adds 64-bit loads as well as a sign-extending ldsw i32 loads.
271 // Sign-extending load of i32 into i64 is a new SPARC v9 instruction.
/freebsd/sys/ufs/ufs/
H A DREADME.acls10 access control information with files and directories, extending the
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoM.td93 // in fewer instructions than emitting DIVUW/REMUW then zero-extending the
/freebsd/sys/contrib/device-tree/Bindings/
H A Ddts-coding-style.rst60 3. When extending nodes in the board DTS via &label, the entries shall be
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td541 // Match a load or a non-extending atomic load.
551 // Sign extending (atomic) loads.
570 // Zero extending (atomic) loads.
656 // Extending (atomic) loads that are not sign/zero extending.
H A DSystemZInstrVector.td1562 // Any-extending loads into i128.
1622 // Zero-extending loads into i128.
1664 // Sign-extending loads into i128.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td210 // sign-extending load is (G_SEXTLOAD x) in GlobalISel. Additionally,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1103 // extending load fragments.
1865 // Any extending masked gather fragments.
1888 // Sign extending masked gather fragments.
1911 // Zero extending masked gather fragments.
1934 // Any/Zero extending masked gather fragments.
H A DGenericOpcodes.td1234 // Same as G_INDEXED_LOAD except that the load performed is sign-extending, as with G_SEXTLOAD.
1242 // Same as G_INDEXED_LOAD except that the load performed is zero-extending, as with G_ZEXTLOAD.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dbn_mul_words.pod65 debugging and extending the library. They are I<not> to be used by
/freebsd/crypto/openssh/
H A DPROTOCOL.certkeys22 keys, by extending the existing ~/.ssh/authorized_keys mechanism to
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.td265 //extending loads
/freebsd/usr.sbin/ppp/
H A DREADME.nat120 The decision to add a command instead of extending 'set' or 'option' was
/freebsd/
H A DRELNOTES437 released by extending some level of 32-bit support for one or
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrData.td536 /// This group of Pseudos is analogues to the real x86 extending moves, but
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrFormats.td472 // x - Sign-extending. When set, short loads can be sign-extended to 32-bits.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragments.td574 // We can treat an i8/i16 extending load to i64 as a 32 bit load if its known
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1269 // Sign extending loads.
1325 // Zero extending loads.

123