Searched refs:FrmR (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 213 NoItinerary, FrmR> { 277 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR> { 291 [(set RO:$dst, (OpNode RO:$rs, RO:$rt))], Itin, FrmR> { 299 [(set RO:$rt, (not RO:$rs))], NoItinerary, FrmR>; 304 !strconcat(opstr, "\t$rd, $rt, $shamt"), [], Itin, FrmR>; 353 [], NoItinerary, FrmR> { 359 !strconcat(opstr, "\t$rd, $imm"), [], NoItinerary, FrmR> { 365 !strconcat(opstr, "\t$rd, $imm"), [], NoItinerary, FrmR>; 373 [], II_MFHI_MFLO, FrmR> { 381 !strconcat(opstr, "\t$rd, $rs"), [], Itin, FrmR> { [all …]
|
D | MipsInstrInfo.td | 591 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> { 613 !strconcat(opstr, "\t$rs, $rt"), [], itin, FrmR, opstr> { 623 [(set RO:$rd, (not (or RO:$rs, RO:$rt)))], II_NOR, FrmR, opstr> { 634 [(set RO:$rd, (OpNode RO:$rt, PF:$shamt))], itin, FrmR, opstr> { 642 [(set RO:$rd, (OpNode RO:$rt, GPR32Opnd:$rs))], itin, FrmR, 753 II_SLT_SLTU, FrmR, opstr>; 791 FrmR, opstr>; 814 [], IIBranch, FrmR>; 897 itin, FrmR, opstr> { 933 [], itin, FrmR, opstr> { [all …]
|
D | Mips64InstrInfo.td | 314 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> { 322 NoItinerary, FrmR, opstr> { 331 II_SEQ_SNE, FrmR, opstr> {
|
D | MipsInstrFormats.td | 32 def FrmR : Format<1>; 131 InstSE<outs, ins, asmstr, pattern, itin, FrmR>
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsBaseInfo.h | 108 FrmR = 1, enumerator
|