Searched defs:F0 (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/sys/arch/mips64/include/ |
H A D | regnum.h | 81 #define F0 (FPBASE+0) macro
|
/openbsd-src/sys/crypto/ |
H A D | rmd160.c | 72 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro
|
/openbsd-src/lib/libc/hash/ |
H A D | rmd160.c | 71 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | sparc-stub.c | 115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1786 Value *F0 = Builder.CreateFreeze(Op0, Op0->getName() + ".fr"); in visitURem() local
|
H A D | InstCombineAddSub.cpp | 315 APFloat &F0 = getFpVal(); in operator *=() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2223 SDValue F0 = DAG.getFreeze(N0); in foldSelectWithIdentityConstant() local 2229 SDValue F0 = DAG.getFreeze(N0); in foldSelectWithIdentityConstant() local 4642 SDValue F0 = DAG.getFreeze(N0); in visitREM() local
|
H A D | TargetLowering.cpp | 4179 SDValue F0 = N0.getOperand(0); in foldSetCCWithFunnelShift() local
|