Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/modes/
HDgcm128.c71 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
157 PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246), in gcm_gmult_8bit()
158 PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E), in gcm_gmult_8bit()
159 PACK(0x0E10), PACK(0x0FD2), PACK(0x0D94), PACK(0x0C56), in gcm_gmult_8bit()
160 PACK(0x0918), PACK(0x08DA), PACK(0x0A9C), PACK(0x0B5E), in gcm_gmult_8bit()
161 PACK(0x1C20), PACK(0x1DE2), PACK(0x1FA4), PACK(0x1E66), in gcm_gmult_8bit()
162 PACK(0x1B28), PACK(0x1AEA), PACK(0x18AC), PACK(0x196E), in gcm_gmult_8bit()
163 PACK(0x1230), PACK(0x13F2), PACK(0x11B4), PACK(0x1076), in gcm_gmult_8bit()
164 PACK(0x1538), PACK(0x14FA), PACK(0x16BC), PACK(0x177E), in gcm_gmult_8bit()
165 PACK(0x3840), PACK(0x3982), PACK(0x3BC4), PACK(0x3A06), in gcm_gmult_8bit()
[all …]
/freebsd-11-stable/contrib/file/magic/Magdir/
HDrevision21 # The actual magic is 'PACK', but that clashes with Doom/Quake packs. However,
22 # those have a little-endian offset immediately following the magic 'PACK',
25 0 string PACK
HDsharc11 #0 string PACK RiscOS PackdDir archive
HDacorn75 0 string PACK\0
HDgames42 0 string PACK
HDarchive648 # PRO-PACK
649 0 string RNC PRO-PACK archive data
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h209 PACK, enumerator
HDSystemZISelLowering.cpp2757 SDValue Res = DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp()
2767 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp()
4199 { SystemZISD::PACK, 4,
4202 { SystemZISD::PACK, 2,
4205 { SystemZISD::PACK, 1,
4402 P.Opcode == SystemZISD::PACK ? P.Operand * 2 : in getPermuteNode()
4413 } else if (P.Opcode == SystemZISD::PACK) { in getPermuteNode()
4416 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode()
5358 OPCODE(PACK); in getTargetNodeName()
HDSystemZOperators.td314 def z_pack : SDNode<"SystemZISD::PACK", SDT_ZVecBinaryConv>;
HDSystemZScheduleZ196.td619 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
HDSystemZScheduleZEC12.td632 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
HDSystemZScheduleZ13.td662 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
HDSystemZScheduleZ15.td696 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
HDSystemZScheduleZ14.td682 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
HDSystemZInstrInfo.td1943 def PACK : SideEffectBinarySSb<"pack", 0xF2>;