Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp319 unsigned SecondOpcode) { in expandAuipcInstPair()
366 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadAddress() local
377 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp2358 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()
2409 unsigned SecondOpcode; in emitLoadAddress() local
2431 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
2482 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local