Searched defs:isDouble (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 157 bool isDouble) { in ReadAPFloat() argument 1269 inst.rs3.ReadAPFloat(m_emu, isDouble)), in F_Op() argument 1231 F_Store(T inst,bool isDouble) F_Store() argument 1251 FMA(T inst,bool isDouble,float rs2_sign,float rs3_sign) FMA() argument 1291 F_SignInj(T inst,bool isDouble,bool isNegate) F_SignInj() argument 1305 F_SignInjXor(T inst,bool isDouble) F_SignInjXor() argument 1326 F_MAX_MIN(T inst,bool isDouble,APFloat (* f)(const APFloat & A,const APFloat & B)) F_MAX_MIN() argument 1357 FMV_f2i(T inst,bool isDouble) FMV_f2i() argument 1381 F_Compare(T inst,bool isDouble,F_CMP cmp) F_Compare() argument 1417 FCLASS(T inst,bool isDouble) FCLASS() argument 1484 FCVT_i2f(I inst,bool isDouble,T (APFloat::* f)()const) FCVT_i2f() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 350 bool VariantValue::isDouble() const { in isDouble() function in clang::ast_matchers::dynamic::VariantValue
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 196 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anonabaaf6210111::Type
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1429 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); WriteConstantInternal() local
|