| /freebsd/lib/libc/tests/nss/ |
| H A D | testutil.h | 62 #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/compiler-rt/lib/nsan/ |
| H A D | nsan_flags.inc | 54 "If true, emit a warning for a fcmp instruction whose " 55 "corresponding shadow fcmp result differs.")
|
| /freebsd/sbin/restore/ |
| H A D | interactive.c | 76 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/LoongArch/ |
| H A D | LoongArchFloat32InstrInfo.td | 139 // fcmp.caf.s $dst, $fa0, $fa0 140 def SET_CFR_FALSE : SET_CFR<0x0c100000, "fcmp.caf.s">; 141 // fcmp.cueq.s $dst, $fa0, $fa0 142 def SET_CFR_TRUE : SET_CFR<0x0c160000, "fcmp.cueq.s">;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFPRange.h | 135 LLVM_ABI bool fcmp(FCmpInst::Predicate Pred,
|
| H A D | VPIntrinsics.def | 535 // llvm.vp.fcmp(x,y,cc,mask,vlen)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCombine.td | 18 (match (G_FCMP $cond, $pred, $lhs, $rhs):$fcmp, 20 [{ return matchFMinFMaxLegacy(*${select}, *${fcmp}, ${matchinfo}); }]),
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFPRange.cpp | 277 bool ConstantFPRange::fcmp(FCmpInst::Predicate Pred, in fcmp() function in ConstantFPRange
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 916 INSTKEYWORD(icmp, ICmp); INSTKEYWORD(fcmp, FCmp); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 304 Or llvm fcmp order/unorder compare??
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfoF2.td | 170 // fcmp
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1389 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/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 810 // fcmp requires mask
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX10.td | 1038 //TODO: Replace null_frag with X86fcmp to support lowering `fcmp oeq bfloat *`
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 5570 defm FCMP : FPComparison<0, "fcmp", AArch64any_fcmp>;
|