Lines Matching refs:opstr
354 class Count1s<string opstr, RegisterOperand RO>:
355 InstSE<(outs RO:$rd), (ins RO:$rs), !strconcat(opstr, "\t$rd, $rs"),
356 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> {
360 class ExtsCins<string opstr, SDPatternOperator Op = null_frag>:
362 !strconcat(opstr, " $rt, $rs, $pos, $lenm1"),
364 NoItinerary, FrmR, opstr> {
368 class SetCC64_R<string opstr, PatFrag cond_op> :
370 !strconcat(opstr, "\t$rd, $rs, $rt"),
373 II_SEQ_SNE, FrmR, opstr> {
377 class SetCC64_I<string opstr, PatFrag cond_op>:
379 !strconcat(opstr, "\t$rt, $rs, $imm10"),
382 II_SEQI_SNEI, FrmI, opstr> {
386 class CBranchBitNum<string opstr, DAGOperand opnd, PatFrag cond_op,
389 !strconcat(opstr, "\t$rs, $p, $offset"),
391 bb:$offset)], II_BBIT, FrmI, opstr> {