Home
last modified time | relevance | path

Searched defs:isDouble (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp157 bool isDouble) { in ReadAPFloat()
1246 template <typename T> bool F_Store(T inst, bool isDouble) { in F_Store()
1266 bool FMA(T inst, bool isDouble, float rs2_sign, float rs3_sign) { in FMA()
1284 bool F_Op(T inst, bool isDouble, in F_Op()
1306 template <typename T> bool F_SignInj(T inst, bool isDouble, bool isNegate) { in F_SignInj()
1320 template <typename T> bool F_SignInjXor(T inst, bool isDouble) { in F_SignInjXor()
1341 bool F_MAX_MIN(T inst, bool isDouble, in F_MAX_MIN()
1372 template <typename T> bool FMV_f2i(T inst, bool isDouble) { in FMV_f2i()
1396 template <typename T> bool F_Compare(T inst, bool isDouble, F_CMP cmp) { in F_Compare()
1432 template <typename T> bool FCLASS(T inst, bool isDouble) { in FCLASS()
[all …]
/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
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp196 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anonfaf0748f0111::Type
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1451 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteAPFloatInternal() local