Searched refs:PACK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c71 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
157 PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246),
158 PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E),
159 PACK(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h209 PACK,
H A DSystemZISelLowering.cpp2757 SDValue Res = DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes);
2767 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes);
4199 { SystemZISD::PACK, 4,
4202 { SystemZISD::PACK, 2,
4205 { SystemZISD::PACK, 1,
4400 // elements of a PACK are twice as wide as the outputs.
4402 P.Opcode == SystemZISD::PACK ? P.Operand * 2 :
4413 } else if (P.Opcode == SystemZISD::PACK) {
4416 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1);
5358 OPCODE(PACK);
[all...]

Completed in 97 milliseconds