Searched refs:F5 (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/ripemd/
H A Drmd_local.h54 #define F5(x,y,z) (((~(z)) | (y)) ^ (x)) macro
85 a+=F5(b,c,d)+X(w)+K; \
/freebsd-13-stable/sys/mips/include/
H A Dregnum.h139 #define F5 (FPBASE+5) macro
/freebsd-13-stable/lib/libmd/
H A Drmd_locl.h182 #define F5(x,y,z) ((x)^((y)|(~(z)))) macro
213 a+=F5(b,c,d)+X[w]+K; \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp87 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
H A DPPCISelLowering.cpp3490 static const MCPhysReg FPR[] = {PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5,
3829 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S423 jae beep # Not in F1..F5, beep
443 * If we have pressed F5 or 5, then this is a good, fake value
449 cmpb $0x4,%al # F5/#5 pressed?
451 je 1f # Yes, F5
479 jne 3f # If not F5/#5
499 * putkey prints the option selected in %dl (F1..F5 or 1..5) followed by
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h80 MAP(F5, 117) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp72 SP::F4, SP::F5, SP::F6, SP::F7,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp142 Sparc::F4, Sparc::F5, Sparc::F6, Sparc::F7,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3261 case Mips::D2: return Mips::F5;
5584 case Mips::F5: return Mips::A1;

Completed in 189 milliseconds