Lines Matching refs:opstr
372 class JALRC16_MMR6_DESC_BASE<string opstr, RegisterOperand RO>
373 : MicroMipsInst16<(outs), (ins RO:$rs), !strconcat(opstr, "\t$rs"),
375 MMR6Arch<opstr>, MicroMipsR6Inst16 {
382 class JMP_MMR6_IDX_COMPACT_DESC_BASE<string opstr, DAGOperand opnd,
384 : MMR6Arch<opstr> {
386 string AsmString = !strconcat(opstr, "\t$rt, $offset");
404 class JRC16_MMR6_DESC_BASE<string opstr, RegisterOperand RO>
405 : MicroMipsInst16<(outs), (ins RO:$rs), !strconcat(opstr, "\t$rs"),
407 MMR6Arch<opstr>, MicroMipsR6Inst16 {
514 class SWE_MMR6_DESC_BASE<string opstr, DAGOperand RO, DAGOperand MO,
518 InstSE<(outs), (ins RO:$rt, MO:$addr), !strconcat(opstr, "\t$rt, $addr"),
519 [(OpNode RO:$rt, Addr:$addr)], Itin, FrmI, opstr> {
779 class STORE_MMR6_DESC_BASE<string opstr, DAGOperand RO>
780 : Store<opstr, RO>, MMR6Arch<opstr> {
903 class SB16_MMR6_DESC_BASE<string opstr, DAGOperand RTOpnd, DAGOperand RO,
907 !strconcat(opstr, "\t$rt, $addr"), [], Itin, FrmI>,
908 MMR6Arch<opstr>, MicroMipsR6Inst16 {