Lines Matching defs:SecondOpcode
136 // Helper to emit a combination of AUIPC and SecondOpcode. Used to implement
140 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out);
3378 unsigned SecondOpcode, SMLoc IDLoc,
3396 emitToStreamer(Out, MCInstBuilder(SecondOpcode)
3426 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW;
3428 SecondOpcode, IDLoc, Out);
3456 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW;
3458 SecondOpcode, IDLoc, Out);
3507 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI;
3517 emitToStreamer(Out, MCInstBuilder(SecondOpcode)