Home
last modified time | relevance | path

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

12

/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.
379 // Truncating & sign-extending binary RMW patterns.
397 // Truncating-extending binary RMWs
491 // Truncating & zero-extending ternary RMW patterns.
[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.in459 =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
/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/sound/
H A Dti,j721e-cpb-ivi-audio.yaml16 extension board is extending the CPB audio support, described in:
/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/
H A DRELNOTES164 released by extending some level of 32-bit support for one or
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td197 // sign-extending load is (G_SEXTLOAD x) in GlobalISel. Additionally,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1042 // extending load fragments.
1799 // Any extending masked gather fragments.
1822 // Sign extending masked gather fragments.
1845 // Zero extending masked gather fragments.
1868 // Any/Zero extending masked gather fragments.
H A DGenericOpcodes.td1146 // Same as G_INDEXED_LOAD except that the load performed is sign-extending, as with G_SEXTLOAD.
1154 // Same as G_INDEXED_LOAD except that the load performed is zero-extending, as with G_ZEXTLOAD.
/freebsd/crypto/openssh/
H A DPROTOCOL.certkeys22 keys, by extending the existing ~/.ssh/authorized_keys mechanism to
/freebsd/crypto/openssl/crypto/bn/
H A DREADME.pod68 debugging and extending the library. They are I<not> to be used by
/freebsd/usr.sbin/ppp/
H A DREADME.nat120 The decision to add a command instead of extending 'set' or 'option' was
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrData.td501 /// This group of Pseudos is analogues to the real x86 extending moves, but
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1562 // Any-extending loads into i128.
1622 // Zero-extending loads into i128.
1664 // Sign-extending loads into i128.
H A DSystemZInstrInfo.td668 // either way, but signed-extending loads have a short LH and a long LHY,
669 // while zero-extending loads have only the long LLH.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragments.td553 // 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/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/PowerPC/
H A DPPCInstr64Bit.td1269 // Sign extending loads.
1325 // Zero extending loads.
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc32 reading for anyone who is interested in porting, extending or

12