Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp157 bool isDouble) { in ReadAPFloat()
1231 template <typename T> bool F_Store(T inst, bool isDouble) { in F_Store()
1251 bool FMA(T inst, bool isDouble, float rs2_sign, float rs3_sign) { in FMA()
1269 bool F_Op(T inst, bool isDouble, in F_Op()
1291 template <typename T> bool F_SignInj(T inst, bool isDouble, bool isNegate) { in F_SignInj()
1305 template <typename T> bool F_SignInjXor(T inst, bool isDouble) { in F_SignInjXor()
1326 bool F_MAX_MIN(T inst, bool isDouble, in F_MAX_MIN()
1357 template <typename T> bool FMV_f2i(T inst, bool isDouble) { in FMV_f2i()
1381 template <typename T> bool F_Compare(T inst, bool isDouble, F_CMP cmp) { in F_Compare()
1417 template <typename T> bool FCLASS(T inst, bool isDouble) { in FCLASS()
[all …]
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp350 bool VariantValue::isDouble() const { in isDouble() function in clang::ast_matchers::dynamic::VariantValue
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp196 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anoncfaa73c60111::Type
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp1370 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteConstantInternal() local