Searched refs:PACK (Results 1 – 15 of 15) sorted by relevance
| /freebsd-11-stable/crypto/openssl/crypto/modes/ |
| HD | gcm128.c | 71 #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/ |
| HD | revision | 21 # 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
|
| HD | sharc | 11 #0 string PACK RiscOS PackdDir archive
|
| HD | acorn | 75 0 string PACK\0
|
| HD | games | 42 0 string PACK
|
| HD | archive | 648 # PRO-PACK 649 0 string RNC PRO-PACK archive data
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.h | 209 PACK, enumerator
|
| HD | SystemZISelLowering.cpp | 2757 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()
|
| HD | SystemZOperators.td | 314 def z_pack : SDNode<"SystemZISD::PACK", SDT_ZVecBinaryConv>;
|
| HD | SystemZScheduleZ196.td | 619 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
| HD | SystemZScheduleZEC12.td | 632 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
| HD | SystemZScheduleZ13.td | 662 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
| HD | SystemZScheduleZ15.td | 696 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
| HD | SystemZScheduleZ14.td | 682 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
| HD | SystemZInstrInfo.td | 1943 def PACK : SideEffectBinarySSb<"pack", 0xF2>;
|