Lines Matching refs:SecondOpcode
107 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out);
2240 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair() argument
2258 emitToStreamer(Out, MCInstBuilder(SecondOpcode) in emitAuipcInstPair()
2291 unsigned SecondOpcode; in emitLoadAddress() local
2294 SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadAddress()
2297 SecondOpcode = RISCV::ADDI; in emitLoadAddress()
2300 emitAuipcInstPair(DestReg, DestReg, Symbol, VKHi, SecondOpcode, IDLoc, Out); in emitLoadAddress()
2313 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
2315 SecondOpcode, IDLoc, Out); in emitLoadTLSIEAddress()
2364 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local
2374 emitToStreamer(Out, MCInstBuilder(SecondOpcode) in emitPseudoExtend()