/freebsd/crypto/openssl/crypto/modes/ |
H A D | gcm128.c | 30 #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 D | pack | 3 # 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 D | sharc | 11 #0 string PACK RiscOS PackdDir archive
|
H A D | archive | 1166 # 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 D | zfs_acl_pack_001_pos.ksh | 76 log_must eval "usr_exec $PACK -f $INI_DIR/* > /dev/null 2>&1"
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | lib-link.m4 | 167 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 D | RISCVMatInt.cpp | 309 TmpSeq.emplace_back(RISCV::PACK, 0); in generateInstSeq() 532 case RISCV::PACK: in getOpndKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZb.td | 407 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 D | RISCVOptWInstrs.cpp | 199 case RISCV::PACK: in hasAllNBitUsers()
|
H A D | RISCVISelDAGToDAG.cpp | 3226 case RISCV::PACK: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.cpp | 3929 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 D | SystemZISelLowering.h | 202 PACK, enumerator
|
H A D | SystemZISelLowering.cpp | 3301 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 D | SystemZOperators.td | 333 def z_pack : SDNode<"SystemZISD::PACK", SDT_ZVecBinaryConv>;
|
H A D | SystemZScheduleZEC12.td | 632 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
H A D | SystemZScheduleZ196.td | 619 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
H A D | SystemZScheduleZ13.td | 662 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
H A D | SystemZScheduleZ14.td | 682 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
H A D | SystemZScheduleZ15.td | 697 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
H A D | SystemZScheduleZ16.td | 697 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
H A D | SystemZInstrInfo.td | 1939 def PACK : SideEffectBinarySSb<"pack", 0xF2>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SchedIceLake.td | 849 "(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 D | X86SchedAlderlakeP.td | 1678 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 D | X86ScheduleZnver4.td | 1610 //PACK Instructions 1617 "(V?)PACK(SS|US)(DW|WB)(Z?|Z128?|Z256?)(rr|rrk|rrkz)"
|
H A D | X86SchedSapphireRapids.td | 628 def : InstRW<[SPRWriteResGroup10, ReadAfterVecXLd], (instregex "^(V?)PACK(S|U)S(DW|WB)rm$", 660 "^(V?)PACK(S|U)S(DW|WB)rr$",
|