Lines Matching refs:opstr
455 class Count1s<string opstr, RegisterOperand RO>:
456 InstSE<(outs RO:$rd), (ins RO:$rs), !strconcat(opstr, "\t$rd, $rs"),
457 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> {
461 class ExtsCins<string opstr, InstrItinClass itin, RegisterOperand RO,
464 !strconcat(opstr, "\t$rt, $rs, $pos, $lenm1"),
466 itin, FrmR, opstr> {
470 class SetCC64_R<string opstr, PatFrag cond_op> :
472 !strconcat(opstr, "\t$rd, $rs, $rt"),
475 II_SEQ_SNE, FrmR, opstr> {
479 class SetCC64_I<string opstr, PatFrag cond_op>:
481 !strconcat(opstr, "\t$rt, $rs, $imm10"),
484 II_SEQI_SNEI, FrmI, opstr> {
488 class CBranchBitNum<string opstr, DAGOperand opnd, PatFrag cond_op,
491 !strconcat(opstr, "\t$rs, $p, $offset"),
493 bb:$offset)], II_BBIT, FrmI, opstr> {
603 class Saa<string opstr>:
605 !strconcat(opstr, "\t$rt, (${rs})"), [], NoItinerary, FrmR, opstr>;