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()
1246 template <typename T> bool F_Store(T inst, bool isDouble) { in F_Store() argument
1248 inst.rs2.ReadAPFloat(m_emu, isDouble)), in F_Store()
1266 bool FMA(T inst, bool isDouble, float rs2_sign, float rs3_sign) { in FMA() argument
1267 return transformOptional(zipOpt(inst.rs1.ReadAPFloat(m_emu, isDouble), in FMA()
1268 inst.rs2.ReadAPFloat(m_emu, isDouble), in FMA()
1269 inst.rs3.ReadAPFloat(m_emu, isDouble)), in FMA()
1284 bool F_Op(T inst, bool isDouble, in F_Op() argument
1287 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.cpp350 bool VariantValue::isDouble() const { in isDouble() function in clang::ast_matchers::dynamic::VariantValue
355 assert(isDouble()); in getDouble()
432 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.cpp196 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anonfaf0748f0111::Type
2261 if (T.isDouble()) in emitNeonTypeDefs()
2294 if (T.isDouble()) in emitNeonTypeDefs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1451 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteAPFloatInternal() local
1483 if (!isDouble) { in WriteAPFloatInternal()