Home
last modified time | relevance | path

Searched refs:fcmp (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libc/tests/nss/
H A Dtestutil.h62 #define TEST_DATA_COMPARE(ent, td1, td2, fcmp, mdata)\ argument
63 __##ent##_test_data_compare(td1, td2, fcmp, mdata);
64 #define TEST_DATA_FIND(ent, td, d, fcmp, mdata)\ argument
65 __##ent##_test_data_find(td, d, fcmp, mdata)
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td135 // fcmp.caf.s $dst, $fa0, $fa0
136 def SET_CFR_FALSE : SET_CFR<0x0c100000, "fcmp.caf.s">;
137 // fcmp.cueq.s $dst, $fa0, $fa0
138 def SET_CFR_TRUE : SET_CFR<0x0c160000, "fcmp.cueq.s">;
/freebsd/sbin/restore/
H A Dinteractive.c76 static int fcmp(const void *, const void *);
556 qsort((char *)list, entries, sizeof(struct afile), fcmp); in printlist()
745 fcmp(const void *f1, const void *f2) in fcmp() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td18 (match (G_FCMP $cond, $pred, $lhs, $rhs):$fcmp,
20 [{ return matchFMinFMaxLegacy(*${select}, *${fcmp}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp866 INSTKEYWORD(icmp, ICmp); INSTKEYWORD(fcmp, FCmp); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt304 Or llvm fcmp order/unorder compare??
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def566 // llvm.vp.fcmp(x,y,cc,mask,vlen)
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF2.td170 // fcmp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1389 defm FCMPD : RRFm<"fcmp.d", 0x7E, I64, f64, cmpf>;
1391 defm FCMPS : RRFm<"fcmp.s", 0x7E, F32, f32, cmpf, simm7fp, mimmfp32>;
1414 defm FCMPQ : RRNCbm<"fcmp.q", 0x7D, I64, f64, F128, f128, cmpq, simm7fp,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td5099 defm FCMP : FPComparison<0, "fcmp", AArch64any_fcmp>;