Searched refs:CONST64 (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha384-internal.c45 #define CONST64(n) n ## ULL macro
56 md->state[0] = CONST64(0xcbbb9d5dc1059ed8);
57 md->state[1] = CONST64(0x629a292a367cd507);
58 md->state[2] = CONST64(0x9159015a3070dd17);
59 md->state[3] = CONST64(0x152fecd8f70e5939);
60 md->state[4] = CONST64(0x67332667ffc00b31);
61 md->state[5] = CONST64(0x8eb44a8768581511);
62 md->state[6] = CONST64(0xdb0c2e0d64f98fa7);
63 md->state[7] = CONST64(0x47b5481dbefa4fa4);
H A Dsha512-internal.c45 #define CONST64(n) n ## ULL macro
49 CONST64(0x428a2f98d728ae22), CONST64(0x7137449123ef65cd),
50 CONST64(0xb5c0fbcfec4d3b2f), CONST64(0xe9b5dba58189dbbc),
51 CONST64(0x3956c25bf348b538), CONST64(0x59f111f1b605d019),
52 CONST64(0x923f82a4af194f9b), CONST64(0xab1c5ed5da6d8118),
53 CONST64(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1290 bool is32bit = false; // used to distinguish between CONST32 and CONST64
1442 // Translate a "$Rx:y = CONST64(#imm)" to "$Rx:y = memd(gp+#LABEL) "
1443 case Hexagon::CONST64:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp325 // "$dst = CONST64(#$src1)",
326 case Hexagon::CONST64:
H A DHexagonBitSimplify.cpp1403 case Hexagon::CONST64:
1437 BuildMI(B, At, DL, HII.get(Hexagon::CONST64), Reg)
H A DHexagonBitTracker.cpp212 case CONST64:
324 case CONST64:
H A DHexagonConstPropagation.cpp1984 case Hexagon::CONST64:
2340 case Hexagon::CONST64:
2927 NewD = &HII.get(Hexagon::CONST64);
H A DHexagonCopyToCombine.cpp212 // There is a combine of two constant extended values into CONST64,
611 // There is a combine of two constant extended values into CONST64.
650 LLVM_DEBUG(dbgs() << "Found a CONST64\n");
659 BuildMI(*BB, InsertPt, DL, TII->get(Hexagon::CONST64), DoubleDestReg)
H A DHexagonHardwareLoops.cpp1522 case Hexagon::CONST64:
H A DHexagonISelDAGToDAG.cpp710 ReplaceNode(N, CurDAG->getMachineNode(Hexagon::CONST64, dl, MVT::f64, V));
H A DHexagonSplitConst32AndConst64.cpp85 } else if (Opc == Hexagon::CONST64) {
H A DHexagonSplitDouble.cpp196 case Hexagon::CONST64:
337 case Hexagon::CONST64: {
408 case Hexagon::CONST64:
1038 case CONST64:

Completed in 295 milliseconds