Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp160 unsigned SecondOpcode) { in expandAuipcInstPair()
210 unsigned SecondOpcode; in expandLoadAddress() local
229 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2234 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()
2285 unsigned SecondOpcode; in emitLoadAddress() local
2307 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
2358 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local