Searched refs:K0 (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c63 #define K0 0x00000000U macro
191 R(a, b, c, d, e, F0, K0, 11, 0);
192 R(e, a, b, c, d, F0, K0, 14, 1);
193 R(d, e, a, b, c, F0, K0, 15, 2);
194 R(c, d, e, a, b, F0, K0, 12, 3);
195 R(b, c, d, e, a, F0, K0, 5, 4);
196 R(a, b, c, d, e, F0, K0, 8, 5);
197 R(e, a, b, c, d, F0, K0, 7, 6);
198 R(d, e, a, b, c, F0, K0, 9, 7);
199 R(c, d, e, a, b, F0, K0, 1
[all...]
/freebsd-13-stable/sys/opencrypto/
H A Drmd160.c62 #define K0 0x00000000U macro
182 R(a, b, c, d, e, F0, K0, 11, 0);
183 R(e, a, b, c, d, F0, K0, 14, 1);
184 R(d, e, a, b, c, F0, K0, 15, 2);
185 R(c, d, e, a, b, F0, K0, 12, 3);
186 R(b, c, d, e, a, F0, K0, 5, 4);
187 R(a, b, c, d, e, F0, K0, 8, 5);
188 R(e, a, b, c, d, F0, K0, 7, 6);
189 R(d, e, a, b, c, F0, K0, 9, 7);
190 R(c, d, e, a, b, F0, K0, 1
[all...]
/freebsd-13-stable/sys/mips/include/
H A Dregnum.h93 #define K0 26 macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp598 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K0)
603 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::EXT), Mips::K0)
604 .addReg(Mips::K0)
641 SrcReg = Mips::K0;
821 Reg = Mips::K0;
826 BuildMI(MBB, MI, DL, TII.get(Op), Mips::K0)
H A DMipsRegisterInfo.cpp152 Mips::ZERO, Mips::K0, Mips::K1, Mips::SP
H A DMipsSEInstrInfo.cpp299 BuildMI(MBB, I, DL, get(Mips::MFHI), Mips::K0);
300 SrcReg = Mips::K0;
305 BuildMI(MBB, I, DL, get(Mips::MFLO), Mips::K0);
306 SrcReg = Mips::K0;
380 // Load HI/LO through K0. Notably the DestReg is encoded into the
382 unsigned Reg = Mips::K0;
H A DMicroMipsSizeReduction.cpp383 Mips::S6, Mips::S7, Mips::T8, Mips::T9, Mips::K0, Mips::K1, Mips::GP,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp357 printRegName(OS, X86::K0);
H A DX86MCTargetDesc.cpp256 {codeview::RegisterId::AMD64_K0, X86::K0},
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h318 ENTRY(K0) \
H A DX86Disassembler.cpp2242 mcInst.addOperand(MCOperand::createReg(X86::K0 + maskRegNum));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8121 const SDValue K0 = DAG.getConstantFP(K0Val, SL, MVT::f32); local
8131 SDValue r2 = DAG.getSetCC(SL, SetCCVT, r1, K0, ISD::SETOGT);
9532 ConstantSDNode *K0 = dyn_cast<ConstantSDNode>(Op0.getOperand(1));
9533 if (!K0)
9537 if (K0->getAPIntValue().sge(K1->getAPIntValue()))
9540 if (K0->getAPIntValue().uge(K1->getAPIntValue()))
9544 EVT VT = K0->getValueType(0);
9548 Op0.getOperand(0), SDValue(K0, 0), SDValue(K1, 0));
9583 ConstantFPSDNode *K0 = getSplatConstantFP(Op0.getOperand(1));
9584 if (!K0)
[all...]
H A DAMDGPULegalizerInfo.cpp1863 auto K0 = B.buildFConstant(S64, BitsToDouble(UINT64_C(0x3df0000000000000)));
1866 auto Mul = B.buildFMul(S64, Trunc, K0, Flags);
H A DAMDGPUISelLowering.cpp2574 SDValue K0 = DAG.getConstantFP(BitsToDouble(UINT64_C(0x3df0000000000000)), SL, local
2579 SDValue Mul = DAG.getNode(ISD::FMUL, SL, MVT::f64, Trunc, K0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h553 case X86::K0:
H A DX86AsmParser.cpp2360 if (RegNo == X86::K0)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4703 case X86::KSET0W: return Expand2AddrKreg(MIB, get(X86::KXORWrr), X86::K0);
4704 case X86::KSET0D: return Expand2AddrKreg(MIB, get(X86::KXORDrr), X86::K0);
4705 case X86::KSET0Q: return Expand2AddrKreg(MIB, get(X86::KXORQrr), X86::K0);
4706 case X86::KSET1W: return Expand2AddrKreg(MIB, get(X86::KXNORWrr), X86::K0);
4707 case X86::KSET1D: return Expand2AddrKreg(MIB, get(X86::KXNORDrr), X86::K0);
4708 case X86::KSET1Q: return Expand2AddrKreg(MIB, get(X86::KXNORQrr), X86::K0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3252 case Mips::T9: return Mips::K0;
3253 case Mips::K0: return Mips::K1;
5605 case Mips::F26: return Mips::K0;
5644 case Mips::COP026: return Mips::K0;
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1549 gT6laRMLt+K0+CsOR6MVhIUPbVP28+l4e1oTm17JoWpdRa/N3u2wE9aiRqL50XR8

Completed in 267 milliseconds