Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c30 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
111 PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246), in gcm_gmult_8bit()
112 PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E), in gcm_gmult_8bit()
113 PACK(0x0E10), PACK(0x0FD2), PACK(0x0D94), PACK(0x0C56), in gcm_gmult_8bit()
114 PACK(0x0918), PACK(0x08DA), PACK(0x0A9C), PACK(0x0B5E), in gcm_gmult_8bit()
115 PACK(0x1C20), PACK(0x1DE2), PACK(0x1FA4), PACK(0x1E66), in gcm_gmult_8bit()
116 PACK(0x1B28), PACK(0x1AEA), PACK(0x18AC), PACK(0x196E), in gcm_gmult_8bit()
117 PACK(0x1230), PACK(0x13F2), PACK(0x11B4), PACK(0x1076), in gcm_gmult_8bit()
118 PACK(0x1538), PACK(0x14FA), PACK(0x16BC), PACK(0x177E), in gcm_gmult_8bit()
119 PACK(0x3840), PACK(0x3982), PACK(0x3BC4), PACK(0x3A06), in gcm_gmult_8bit()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dpack3 # file(1) magic for things that have PACK as magic
5 0 string PACK
11 # The actual magic is 'PACK', but that clashes with Doom/Quake packs. However,
12 # those have a little-endian offset immediately following the magic 'PACK',
H A Dsharc11 #0 string PACK RiscOS PackdDir archive
H A Darchive1166 # PRO-PACK https://www.segaretro.org/Rob_Northen_compression
1168 >3 byte 1 PRO-PACK archive data (compression 1)
1169 >3 byte 2 PRO-PACK archive data (compression 2)
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_pack_001_pos.ksh76 log_must eval "usr_exec $PACK -f $INI_DIR/* > /dev/null 2>&1"
/freebsd/sys/contrib/openzfs/config/
H A Dlib-link.m4167 pushdef([PACK],[$2])
168 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
173 popdef([PACK])
186 pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
187 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
196 AC_ARG_WITH(PACK[-prefix],
197 [[ --with-]]PACK[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib
198 --without-]]PACK[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]],
673 popdef([PACK])
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp309 TmpSeq.emplace_back(RISCV::PACK, 0); in generateInstSeq()
532 case RISCV::PACK: in getOpndKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZb.td407 def PACK : ALU_rr<0b0000100, 0b100, "pack">,
485 def : InstAlias<"zext.h $rd, $rs", (PACK GPR:$rd, GPR:$rs, X0)>;
634 (PACK GPR:$rs1, GPR:$rs2)>;
638 (PACK GPR:$rs1, GPR:$rs2)>;
654 def : Pat<(i32 (and GPR:$rs, 0xFFFF)), (PACK GPR:$rs, (XLenVT X0))>;
H A DRISCVOptWInstrs.cpp199 case RISCV::PACK: in hasAllNBitUsers()
H A DRISCVISelDAGToDAG.cpp3226 case RISCV::PACK: in hasAllNBitUsers()
H A DRISCVISelLowering.cpp3929 return Subtarget.is64Bit() ? RISCV::PACKW : RISCV::PACK; in getPACKOpcode()
3932 return RISCV::PACK; in getPACKOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h202 PACK, enumerator
H A DSystemZISelLowering.cpp3301 SDValue Res = DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp()
3311 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp()
4964 { SystemZISD::PACK, 4,
4967 { SystemZISD::PACK, 2,
4970 { SystemZISD::PACK, 1,
5167 P.Opcode == SystemZISD::PACK ? P.Operand * 2 : in getPermuteNode()
5178 } else if (P.Opcode == SystemZISD::PACK) { in getPermuteNode()
5181 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode()
6428 OPCODE(PACK); in getTargetNodeName()
H A DSystemZOperators.td333 def z_pack : SDNode<"SystemZISD::PACK", SDT_ZVecBinaryConv>;
H A DSystemZScheduleZEC12.td632 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
H A DSystemZScheduleZ196.td619 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
H A DSystemZScheduleZ13.td662 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
H A DSystemZScheduleZ14.td682 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
H A DSystemZScheduleZ15.td697 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
H A DSystemZScheduleZ16.td697 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
H A DSystemZInstrInfo.td1939 def PACK : SideEffectBinarySSb<"pack", 0xF2>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedIceLake.td849 "(V?)PACK(U|S)S(DW|WB)(Y|Z|Z128|Z256)?rr",
1726 "(V?)PACK(U|S)S(DW|WB)(Z128)?rm",
1798 "(V?)PACK(U|S)S(DW|WB)(Y|Z|Z256)rm",
H A DX86SchedAlderlakeP.td1678 def : InstRW<[ADLPWriteResGroup169, ReadAfterVecXLd], (instregex "^(V?)PACK(S|U)S(DW|WB)rm$",
1684 def : InstRW<[ADLPWriteResGroup170], (instregex "^(V?)PACK(S|U)S(DW|WB)rr$",
H A DX86ScheduleZnver4.td1610 //PACK Instructions
1617 "(V?)PACK(SS|US)(DW|WB)(Z?|Z128?|Z256?)(rr|rrk|rrkz)"
H A DX86SchedSapphireRapids.td628 def : InstRW<[SPRWriteResGroup10, ReadAfterVecXLd], (instregex "^(V?)PACK(S|U)S(DW|WB)rm$",
660 "^(V?)PACK(S|U)S(DW|WB)rr$",