Home
last modified time | relevance | path

Searched defs:F0 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/crypto/
H A Dsha1.c59 #define F0(b, c, d) (((b) & (c)) | ((~(b)) & (d))) macro
/freebsd/sys/opencrypto/
H A Drmd160.c74 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro
/freebsd/libexec/getty/
H A Dgettytab.h104 #define F0 gettynums[9].value macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2198 Value *F0 = Op0; in visitURem() local
H A DInstCombineAddSub.cpp315 APFloat &F0 = getFpVal(); in operator *=() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2411 SDValue F0 = DAG.getFreeze(N0); in foldSelectWithIdentityConstant() local
2417 SDValue F0 = DAG.getFreeze(N0); in foldSelectWithIdentityConstant() local
4980 SDValue F0 = DAG.getFreeze(N0); in visitREM() local
H A DTargetLowering.cpp4436 SDValue F0 = N0.getOperand(0); in foldSetCCWithFunnelShift() local