Home
last modified time | relevance | path

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

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