Home
last modified time | relevance | path

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

/src/contrib/wpa/src/crypto/
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(0xd807aa98a3030242), CONST64(0x12835b0145706fbe),
54 CONST64(0x243185be4ee4b28c), CONST64(0x550c7dc3d5ffb4e2),
55 CONST64(0x72be5d74f27b896f), CONST64(0x80deb1fe3b1696b1),
56 CONST64(0x9bdc06a725c71235), CONST64(0xc19bf174cf692694),
57 CONST64(0xe49b69c19ef14ad2), CONST64(0xefbe4786384f25e3),
[all …]
H A Dsha384-internal.c45 #define CONST64(n) n ## ULL macro
56 md->state[0] = CONST64(0xcbbb9d5dc1059ed8); in sha384_init()
57 md->state[1] = CONST64(0x629a292a367cd507); in sha384_init()
58 md->state[2] = CONST64(0x9159015a3070dd17); in sha384_init()
59 md->state[3] = CONST64(0x152fecd8f70e5939); in sha384_init()
60 md->state[4] = CONST64(0x67332667ffc00b31); in sha384_init()
61 md->state[5] = CONST64(0x8eb44a8768581511); in sha384_init()
62 md->state[6] = CONST64(0xdb0c2e0d64f98fa7); in sha384_init()
63 md->state[7] = CONST64(0x47b5481dbefa4fa4); in sha384_init()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp83 } else if (Opc == Hexagon::CONST64) { in runOnMachineFunction()
H A DHexagonSplitDouble.cpp196 case Hexagon::CONST64: in isFixedInstr()
335 case Hexagon::CONST64: { in profit()
406 case Hexagon::CONST64: in profit()
1033 case CONST64: in splitInstr()
H A DHexagonTfrCleanup.cpp231 NewMI = BuildMI(B, MI, DL, HII->get(CONST64), DstR).addImm(Val); in rewriteIfImm()
H A DHexagonPseudo.td67 def CONST64 : CONSTLDInst<(outs DoubleRegs:$Rd), (ins i64imm:$v),
68 "$Rd = CONST64(#$v)", []>;
H A DHexagonBitTracker.cpp210 case CONST64: in evaluate()
322 case CONST64: in evaluate()
H A DHexagonCopyToCombine.cpp655 BuildMI(*BB, InsertPt, DL, TII->get(Hexagon::CONST64), DoubleDestReg) in emitConst64()
H A DHexagonAsmPrinter.cpp327 case Hexagon::CONST64: in HexagonProcessInstruction()
H A DHexagonConstPropagation.cpp1982 case Hexagon::CONST64: in evaluate()
2338 case Hexagon::CONST64: in rewrite()
2928 NewD = &HII.get(Hexagon::CONST64); in rewriteHexConstDefs()
H A DHexagonBitSimplify.cpp1432 case Hexagon::CONST64: in isTfrConst()
1473 BuildMI(B, At, DL, HII.get(Hexagon::CONST64), Reg) in genTfrConst()
H A DHexagonHardwareLoops.cpp1516 case Hexagon::CONST64: in checkForImmediate()
H A DHexagonISelDAGToDAG.cpp738 ReplaceNode(N, CurDAG->getMachineNode(Hexagon::CONST64, dl, MVT::f64, V)); in SelectConstantFP()
H A DHexagonPatterns.td427 def: Pat<(i64 imm:$v), (CONST64 imm:$v)>,
439 def: Pat<(f64ImmPred:$f), (CONST64 (ftoi $f))>;
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1509 case Hexagon::CONST64: in processInstruction()