Lines Matching refs:SecondOpcode
113 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out);
2342 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair() argument
2360 emitToStreamer(Out, MCInstBuilder(SecondOpcode) in emitAuipcInstPair()
2393 unsigned SecondOpcode; in emitLoadAddress() local
2396 SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadAddress()
2399 SecondOpcode = RISCV::ADDI; in emitLoadAddress()
2402 emitAuipcInstPair(DestReg, DestReg, Symbol, VKHi, SecondOpcode, IDLoc, Out); in emitLoadAddress()
2415 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
2417 SecondOpcode, IDLoc, Out); in emitLoadTLSIEAddress()
2466 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local
2476 emitToStreamer(Out, MCInstBuilder(SecondOpcode) in emitPseudoExtend()