Home
last modified time | relevance | path

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

12

/openbsd/src/lib/libcrypto/modes/
Dgcm128.c72 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
154 PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246), in gcm_gmult_8bit()
155 PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E), in gcm_gmult_8bit()
156 PACK(0x0E10), PACK(0x0FD2), PACK(0x0D94), PACK(0x0C56), in gcm_gmult_8bit()
157 PACK(0x0918), PACK(0x08DA), PACK(0x0A9C), PACK(0x0B5E), in gcm_gmult_8bit()
158 PACK(0x1C20), PACK(0x1DE2), PACK(0x1FA4), PACK(0x1E66), in gcm_gmult_8bit()
159 PACK(0x1B28), PACK(0x1AEA), PACK(0x18AC), PACK(0x196E), in gcm_gmult_8bit()
160 PACK(0x1230), PACK(0x13F2), PACK(0x11B4), PACK(0x1076), in gcm_gmult_8bit()
161 PACK(0x1538), PACK(0x14FA), PACK(0x16BC), PACK(0x177E), in gcm_gmult_8bit()
162 PACK(0x3840), PACK(0x3982), PACK(0x3BC4), PACK(0x3A06), in gcm_gmult_8bit()
[all …]
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dfrv-opc.c1430 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1436 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1442 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1448 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1454 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1460 { { MNEM, OP (PACK), ' ', OP (GRJ), ',', OP (GRK), 0 } },
1466 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1472 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1478 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1484 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dfrv-opc.c1528 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1534 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1540 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1546 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1552 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1558 { { MNEM, OP (PACK), ' ', OP (GRJ), ',', OP (GRK), 0 } },
1564 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1570 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1576 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
1582 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), 0 } },
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfloatlib.c63 #define PACK(s,e,m) ((s) | ((e) << 23) | (m)) macro
190 fl1.l = PACK (sign, exp1, mant1); in __addsf3()
288 fl1.l = PACK (sign, exp, result); in __mulsf3()
355 fl1.l = PACK (sign, exp, result); in __divsf3()
529 fl.l = PACK (SIGND (dl1), exp, mant); in __truncdfsf2()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.h40 PACK = 266, enumerator
215 #define PACK 266 macro
Dbfin-lex.c1317 return PACK;
/openbsd/src/usr.bin/file/magdir/
Dsharc11 #0 string PACK RiscOS PackdDir archive
Dgames37 0 string PACK Quake I or II world or extension
Darchive319 # PRO-PACK
320 0 string RNC PRO-PACK archive data
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dfpgnulib.c59 #define PACK(s,e,m) ((s) | ((e) << 23L) | (m)) macro
220 fl.l = PACK (SIGND (dl1), exp, mant); in __truncdfsf2()
/openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
DConstant.pm60 use constant PACK => 'a100 a8 a8 a8 a12 a12 A8 a1 a100 a6 a2 a32 a32 a8 a8 a155 x12'; constant
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dfpgnulib.c59 #define PACK(s,e,m) ((s) | ((e) << 23L) | (m)) macro
318 fl.l = PACK (SIGND (dl1), exp, mant); in __truncdfsf2()
/openbsd/src/gnu/usr.bin/perl/t/comp/
Drequire.t410 my $eval_code_munged= $eval_code=~s/PACK/$pack_name/r;
426 $this_code=~s/PACK/$pack_name/g;
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
DFAQ.pod596 PACK### (created each call to ExtUtils::MakeMaker->new)
609 NOTE: The main object used by MakeMaker is a PACK### object, *not*
613 NOTE: The methods in L<MY|ExtUtils::MY> are simply copied into PACK### rather
614 than MY being a superclass of PACK###. I don't remember the rationale.
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.opt165 Target Report Mask(PACK)
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfoZb.td443 def PACK : ALU_rr<0b0000100, 0b100, "pack">,
659 (PACK GPR:$rs1, GPR:$rs2)>;
663 (PACK GPR:$rs1, GPR:$rs2)>;
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-lex.l107 [pP][aA][cC][kK] return PACK;
Dbfin-parse.y385 %token PACK
2158 | REG ASSIGN PACK LPAREN HALF_REG COMMA HALF_REG RPAREN
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h202 PACK, enumerator
DSystemZISelLowering.cpp2999 SDValue Res = DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp()
3009 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp()
4562 { SystemZISD::PACK, 4,
4565 { SystemZISD::PACK, 2,
4568 { SystemZISD::PACK, 1,
4765 P.Opcode == SystemZISD::PACK ? P.Operand * 2 : in getPermuteNode()
4776 } else if (P.Opcode == SystemZISD::PACK) { in getPermuteNode()
4779 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode()
5964 OPCODE(PACK); in getTargetNodeName()
DSystemZOperators.td309 def z_pack : SDNode<"SystemZISD::PACK", SDT_ZVecBinaryConv>;
/openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
DTar.pm1491 PACK,
/openbsd/src/gnu/gcc/gcc/config/bfin/
Dbfin.md2546 %0 = PACK (%h2,%h1);
2547 %0 = PACK (%h2,%d1);
2548 %0 = PACK (%d2,%h1);
2549 %0 = PACK (%d2,%d1);"
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dintrin.def297 DEFNAME ("PACK", "pack", "Pack", genNONE, specPACK) /* F90 */
2372 DEFSPEC (PACK,
2373 "PACK",
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86SchedIceLake.td850 "(V?)PACK(U|S)S(DW|WB)(Y|Z|Z128|Z256)?rr",
1725 "(V?)PACK(U|S)S(DW|WB)(Z128)?rm",
1797 "(V?)PACK(U|S)S(DW|WB)(Y|Z|Z256)rm",

12