Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp161 unsigned SecondOpcode) { in expandAuipcInstPair()
211 unsigned SecondOpcode; in expandLoadAddress() local
230 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2342 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()
2393 unsigned SecondOpcode; in emitLoadAddress() local
2415 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
2466 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local