Searched refs:K3 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c66 #define K3 0x8F1BBCDCU macro
242 R(c, d, e, a, b, F3, K3, 11, 1);
243 R(b, c, d, e, a, F3, K3, 12, 9);
244 R(a, b, c, d, e, F3, K3, 14, 11);
245 R(e, a, b, c, d, F3, K3, 15, 10);
246 R(d, e, a, b, c, F3, K3, 14, 0);
247 R(c, d, e, a, b, F3, K3, 15, 8);
248 R(b, c, d, e, a, F3, K3, 9, 12);
249 R(a, b, c, d, e, F3, K3, 8, 4);
250 R(e, a, b, c, d, F3, K3,
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Drmd160.c65 #define K3 0x8F1BBCDCU macro
233 R(c, d, e, a, b, F3, K3, 11, 1);
234 R(b, c, d, e, a, F3, K3, 12, 9);
235 R(a, b, c, d, e, F3, K3, 14, 11);
236 R(e, a, b, c, d, F3, K3, 15, 10);
237 R(d, e, a, b, c, F3, K3, 14, 0);
238 R(c, d, e, a, b, F3, K3, 15, 8);
239 R(b, c, d, e, a, F3, K3, 9, 12);
240 R(a, b, c, d, e, F3, K3, 8, 4);
241 R(e, a, b, c, d, F3, K3,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h324 ENTRY(K3) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h526 case X86::K3:
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c565 #define LNX_CYCLE(D1,D2,D3,D4,K1,K2,K3,K4) \
566 (LNX_PH(D1,K1,0)|LNX_PH(D2,K2,8)|LNX_PH(D3,K3,16)|LNX_PH(D4,K4,24))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp263 {codeview::RegisterId::AMD64_K3, X86::K3},
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1765 static const u8 K3[] = { local
1803 # define K4 K3
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1241 unsigned K3 = getKillRegState(Op3.isKill()); local
1249 .addReg(Rt, K3);

Completed in 107 milliseconds