Home
last modified time | relevance | path

Searched refs:isRV64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp85 bool isRV64() const { return getSTI().hasFeature(RISCV::Feature64Bit); } in isRV64() function in __anon2f54132e0111::RISCVAsmParser
1456 if (isRV64()) { in MatchAndEmitInstruction()
1464 if (isRV64()) { in MatchAndEmitInstruction()
1479 if (isRV64()) in MatchAndEmitInstruction()
1483 if (isRV64()) in MatchAndEmitInstruction()
1487 if (isRV64()) in MatchAndEmitInstruction()
1779 Operands.push_back(RISCVOperand::createImm(Res, S, E, isRV64())); in parseInsnDirectiveOpcode()
1797 Operands.push_back(RISCVOperand::createImm(Res, S, E, isRV64())); in parseInsnDirectiveOpcode()
1834 Operands.push_back(RISCVOperand::createImm(Res, S, E, isRV64())); in parseInsnCDirectiveOpcode()
1858 Operands.push_back(RISCVOperand::createImm(Res, S, E, isRV64())); in parseInsnCDirectiveOpcode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp45 bool isRV64() const { return G.getPointerSize() == 8; } in isRV64() function in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
53 GOTBlock.addEdge(isRV64() ? R_RISCV_64 : R_RISCV_32, 0, Target, 0); in createGOTEntry()
108 auto StubContent = isRV64() ? RV64StubContent : RV32StubContent; in getStubBlockContent()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp1099 if (!STI.isRV64()) in selectSExtInreg()