Lines Matching defs:SecondOpcode
136 // Helper to emit a combination of AUIPC and SecondOpcode. Used to implement
140 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out);
3191 unsigned SecondOpcode, SMLoc IDLoc,
3209 emitToStreamer(Out, MCInstBuilder(SecondOpcode)
3239 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW;
3241 SecondOpcode, IDLoc, Out);
3269 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW;
3271 SecondOpcode, IDLoc, Out);
3320 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI;
3330 emitToStreamer(Out, MCInstBuilder(SecondOpcode)