Searched refs:CONST64 (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | sha384-internal.c | 45 #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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitConst32AndConst64.cpp | 85 } else if (Opc == Hexagon::CONST64) { in runOnMachineFunction()
|
H A D | HexagonSplitDouble.cpp | 196 case Hexagon::CONST64: in isFixedInstr() 336 case Hexagon::CONST64: { in profit() 407 case Hexagon::CONST64: in profit() 1035 case CONST64: in splitInstr()
|
H A D | HexagonPseudo.td | 67 def CONST64 : CONSTLDInst<(outs DoubleRegs:$Rd), (ins i64imm:$v), 68 "$Rd = CONST64(#$v)", []>;
|
H A D | HexagonBitTracker.cpp | 210 case CONST64: in evaluate() 322 case CONST64: in evaluate()
|
H A D | HexagonAsmPrinter.cpp | 326 case Hexagon::CONST64: in HexagonProcessInstruction()
|
H A D | HexagonCopyToCombine.cpp | 665 BuildMI(*BB, InsertPt, DL, TII->get(Hexagon::CONST64), DoubleDestReg) in emitConst64()
|
H A D | HexagonConstPropagation.cpp | 1989 case Hexagon::CONST64: in evaluate() 2345 case Hexagon::CONST64: in rewrite() 2936 NewD = &HII.get(Hexagon::CONST64); in rewriteHexConstDefs()
|
H A D | HexagonBitSimplify.cpp | 1405 case Hexagon::CONST64: in isTfrConst() 1446 BuildMI(B, At, DL, HII.get(Hexagon::CONST64), Reg) in genTfrConst()
|
H A D | HexagonHardwareLoops.cpp | 1520 case Hexagon::CONST64: in checkForImmediate()
|
H A D | HexagonISelDAGToDAG.cpp | 709 ReplaceNode(N, CurDAG->getMachineNode(Hexagon::CONST64, dl, MVT::f64, V)); in SelectConstantFP()
|
H A D | HexagonPatterns.td | 421 def: Pat<(i64 imm:$v), (CONST64 imm:$v)>, 433 def: Pat<(f64ImmPred:$f), (CONST64 (ftoi $f))>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1455 case Hexagon::CONST64: in processInstruction()
|