Home | History | Annotate | Download | only in Mips

Lines Matching full:opstr

315 class Count1s<string opstr, RegisterOperand RO>:
316 InstSE<(outs RO:$rd), (ins RO:$rs), !strconcat(opstr, "\t$rd, $rs"),
317 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> {
321 class ExtsCins<string opstr, SDPatternOperator Op = null_frag>:
323 !strconcat(opstr, " $rt, $rs, $pos, $lenm1"),
325 NoItinerary, FrmR, opstr> {
329 class SetCC64_R<string opstr, PatFrag cond_op> :
331 !strconcat(opstr, "\t$rd, $rs, $rt"),
334 II_SEQ_SNE, FrmR, opstr> {
338 class SetCC64_I<string opstr, PatFrag cond_op>:
340 !strconcat(opstr, "\t$rt, $rs, $imm10"),
343 II_SEQI_SNEI, FrmI, opstr> {
347 class CBranchBitNum<string opstr, DAGOperand opnd, PatFrag cond_op,
350 !strconcat(opstr, "\t$rs, $p, $offset"),
352 bb:$offset)], II_BBIT, FrmI, opstr> {