Home
last modified time | relevance | path

Searched defs:isFP64 (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp360 bool isFP64() const { return isReg(FP64Reg); } in isFP64() function in __anonc35ba7b00111::SystemZOperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp58 bool isFP64() const { return STI.hasFeature(Mips::FeatureFP64Bit); } in isFP64() function in __anon83e27be40111::MipsDisassembler