Searched refs:FrmR (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 241 NoItinerary, FrmR> { 310 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR> { 324 [(set RO:$dst, (OpNode RO:$rs, RO:$rt))], Itin, FrmR> { 332 [(set RO:$rt, (not RO:$rs))], II_NOT, FrmR>; 337 !strconcat(opstr, "\t$rd, $rt, $shamt"), [], Itin, FrmR>; 385 [], II_ADDIU, FrmR> { 391 !strconcat(opstr, "\t$rd, $imm"), [], II_ADDIU, FrmR> { 397 !strconcat(opstr, "\t$rd, $imm"), [], II_ADDIU, FrmR>; 405 [], II_MFHI_MFLO, FrmR> { 413 !strconcat(opstr, "\t$rd, $rs"), [], II_MOVE, FrmR> { [all …]
|
H A D | MipsInstrInfo.td | 1323 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> { 1345 !strconcat(opstr, "\t$rs, $rt"), [], itin, FrmR, opstr> { 1355 [(set RO:$rd, (not (or RO:$rs, RO:$rt)))], II_NOR, FrmR, opstr> { 1366 [(set RO:$rd, (OpNode RO:$rt, PF:$shamt))], itin, FrmR, opstr> { 1374 [(set RO:$rd, (OpNode RO:$rt, GPR32Opnd:$rs))], itin, FrmR, 1525 II_SLT_SLTU, FrmR, opstr>; 1565 FrmR, opstr>; 1590 [], II_JALR, FrmR, opstr> { 1683 itin, FrmR, opstr> { 1719 [], itin, FrmR, opstr> { [all …]
|
H A D | MicroMips32r6InstrInfo.td | 461 [(MipsJmpLink RO:$rs)], II_JALR, FrmR>, 496 [], II_JR, FrmR>, 506 [], II_JRADDIUSP, FrmR>, 598 Format Form = FrmR; 617 Format f = FrmR; 650 Format f = FrmR; 1297 Format Form = FrmR; 1309 Format Form = FrmR;
|
H A D | Mips64InstrInfo.td | 410 "dext $rt, $rs, $pos, $size", [], II_EXT, FrmR, "dext">, 457 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> { 466 itin, FrmR, opstr> { 475 II_SEQ_SNE, FrmR, opstr> { 546 "cins\t$rt, $rs, $pos, $lenm1", [], II_INS, FrmR, 605 !strconcat(opstr, "\t$rt, (${rs})"), [], NoItinerary, FrmR, opstr>;
|
H A D | MipsInstrFormats.td | 31 def FrmR : Format<1>; 153 InstSE<outs, ins, asmstr, pattern, itin, FrmR>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsBaseInfo.h | 110 FrmR = 1, enumerator
|