Home
last modified time | relevance | path

Searched refs:isDouble (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp157 bool isDouble) { in ReadAPFloat() argument
164 return APFloat(isDouble ? APFloat(api.bitsToDouble()) in ReadAPFloat()
1247 template <typename T> bool F_Store(T inst, bool isDouble) { in F_Store() argument
1249 inst.rs2.ReadAPFloat(m_emu, isDouble)), in F_Store()
1267 bool FMA(T inst, bool isDouble, float rs2_sign, float rs3_sign) { in FMA() argument
1268 return transformOptional(zipOpt(inst.rs1.ReadAPFloat(m_emu, isDouble), in FMA()
1269 inst.rs2.ReadAPFloat(m_emu, isDouble), in FMA()
1270 inst.rs3.ReadAPFloat(m_emu, isDouble)), in FMA()
1285 bool F_Op(T inst, bool isDouble, in F_Op() argument
1288 return transformOptional(zipOpt(inst.rs1.ReadAPFloat(m_emu, isDouble), in F_Op()
[all …]
H A DRISCVInstructions.h35 bool isDouble);
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp349 bool VariantValue::isDouble() const { in isDouble() function in clang::ast_matchers::dynamic::VariantValue
354 assert(isDouble()); in getDouble()
431 if (!isDouble()) in isConvertibleTo()
H A DMarshallers.h124 return Value.isDouble();
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h283 bool isDouble() const;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp194 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anonfaf0748f0111::Type
2313 if (T.isDouble() || T.isMFloat8()) in emitNeonTypeDefs()
2346 if (T.isDouble() || T.isMFloat8()) in emitNeonTypeDefs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1515 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteAPFloatInternal() local
1547 if (!isDouble) { in WriteAPFloatInternal()