/external/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 232 NoItinerary, FrmR> { 312 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR> { 326 [(set RO:$dst, (OpNode RO:$rs, RO:$rt))], Itin, FrmR> { 334 [(set RO:$rt, (not RO:$rs))], NoItinerary, FrmR>; 339 !strconcat(opstr, "\t$rd, $rt, $shamt"), [], Itin, FrmR>; 388 [], NoItinerary, FrmR> { 394 !strconcat(opstr, "\t$rd, $imm"), [], NoItinerary, FrmR> { 400 !strconcat(opstr, "\t$rd, $imm"), [], NoItinerary, FrmR>; 408 [], II_MFHI_MFLO, FrmR> { 416 !strconcat(opstr, "\t$rd, $rs"), [], Itin, FrmR> { [all …]
|
D | MicroMips64r6InstrInfo.td | 104 Format Form = FrmR; 138 Format Form = FrmR; 148 Format Form = FrmR; 182 Format Form = FrmR; 217 Format Form = FrmR; 233 Format Form = FrmR; 246 Format Form = FrmR;
|
D | MipsInstrInfo.td | 1101 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> { 1123 !strconcat(opstr, "\t$rs, $rt"), [], itin, FrmR, opstr> { 1133 [(set RO:$rd, (not (or RO:$rs, RO:$rt)))], II_NOR, FrmR, opstr> { 1144 [(set RO:$rd, (OpNode RO:$rt, PF:$shamt))], itin, FrmR, opstr> { 1152 [(set RO:$rd, (OpNode RO:$rt, GPR32Opnd:$rs))], itin, FrmR, 1279 II_SLT_SLTU, FrmR, opstr>; 1319 FrmR, opstr>; 1342 [], II_JALR, FrmR, opstr>; 1432 itin, FrmR, opstr> { 1468 [], itin, FrmR, opstr> { [all …]
|
D | MicroMips32r6InstrInfo.td | 456 [(MipsJmpLink RO:$rs)], II_JALR, FrmR>, 488 [], II_JR, FrmR>, 498 [], II_JRADDIUSP, FrmR>, 604 Format Form = FrmR; 619 Format f = FrmR; 661 Format f = FrmR; 1282 Format Form = FrmR; 1294 Format Form = FrmR;
|
D | MipsInstrFormats.td | 32 def FrmR : Format<1>; 150 InstSE<outs, ins, asmstr, pattern, itin, FrmR>
|
D | Mips64InstrInfo.td | 356 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> { 364 NoItinerary, FrmR, opstr> { 373 II_SEQ_SNE, FrmR, opstr> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 252 NoItinerary, FrmR> { 320 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR> { 334 [(set RO:$dst, (OpNode RO:$rs, RO:$rt))], Itin, FrmR> { 342 [(set RO:$rt, (not RO:$rs))], II_NOT, FrmR>; 347 !strconcat(opstr, "\t$rd, $rt, $shamt"), [], Itin, FrmR>; 396 [], II_ADDIU, FrmR> { 402 !strconcat(opstr, "\t$rd, $imm"), [], II_ADDIU, FrmR> { 408 !strconcat(opstr, "\t$rd, $imm"), [], II_ADDIU, FrmR>; 416 [], II_MFHI_MFLO, FrmR> { 424 !strconcat(opstr, "\t$rd, $rs"), [], II_MOVE, FrmR> { [all …]
|
D | MipsInstrInfo.td | 1365 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> { 1387 !strconcat(opstr, "\t$rs, $rt"), [], itin, FrmR, opstr> { 1397 [(set RO:$rd, (not (or RO:$rs, RO:$rt)))], II_NOR, FrmR, opstr> { 1408 [(set RO:$rd, (OpNode RO:$rt, PF:$shamt))], itin, FrmR, opstr> { 1416 [(set RO:$rd, (OpNode RO:$rt, GPR32Opnd:$rs))], itin, FrmR, 1567 II_SLT_SLTU, FrmR, opstr>; 1607 FrmR, opstr>; 1630 [], II_JALR, FrmR, opstr>; 1719 itin, FrmR, opstr> { 1755 [], itin, FrmR, opstr> { [all …]
|
D | MicroMips32r6InstrInfo.td | 457 [(MipsJmpLink RO:$rs)], II_JALR, FrmR>, 491 [], II_JR, FrmR>, 501 [], II_JRADDIUSP, FrmR>, 593 Format Form = FrmR; 612 Format f = FrmR; 645 Format f = FrmR; 1277 Format Form = FrmR; 1289 Format Form = FrmR;
|
D | Mips64InstrInfo.td | 400 "dext $rt, $rs, $pos, $size", [], II_EXT, FrmR, "dext">, 432 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> { 441 itin, FrmR, opstr> { 450 II_SEQ_SNE, FrmR, opstr> { 521 "cins\t$rt, $rs, $pos, $lenm1", [], II_INS, FrmR,
|
D | MipsInstrFormats.td | 32 def FrmR : Format<1>; 157 InstSE<outs, ins, asmstr, pattern, itin, FrmR>
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsBaseInfo.h | 107 FrmR = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsBaseInfo.h | 107 FrmR = 1, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.h | 97 FrmR = 1, enumerator
|
D | MipsInstrFormats.td | 32 def FrmR : Format<1>; 82 MipsInst<outs, ins, asmstr, pattern, itin, FrmR>
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/ |
D | Nios2InstrFormats.td | 26 def FrmR : Format<2>; 156 pattern, itin, FrmR> {
|