Searched refs:FrmOther (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsBaseInfo.h | 120 FrmOther = 6, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsEVAInstrFormats.td | 13 class MipsEVAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>,
|
H A D | MipsMTInstrFormats.td | 17 class MipsMTInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
|
H A D | MicroMipsDSPInstrFormats.td | 10 : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
|
H A D | MicroMipsInstrInfo.td | 476 [], Itin, FrmOther>; 512 [], II_PREF, FrmOther>; 587 !strconcat(opstr, "\t$code_"), [], II_HYPCALL, FrmOther> { 592 InstSE<(outs), (ins), opstr, [], Itin, FrmOther> { 696 II_WAIT, FrmOther, opstr>;
|
H A D | MipsDSPInstrFormats.td | 47 : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
|
H A D | MipsInstrInfo.td | 1636 FrmOther, opstr>; 1641 opstr, [], itin, FrmOther, opstr>; 1645 InstSE<(outs), (ins), opstr, [], II_WAIT, FrmOther, opstr>; 1652 !strconcat(opstr, "\t$rt"), [], itin, FrmOther, opstr>; 1658 [(MipsSync immZExt5:$stype)], II_SYNC, FrmOther, opstr>; 1662 II_SYNCI, FrmOther, opstr> { 1676 !strconcat(opstr, "\t$rs, $imm16"), [], itin, FrmOther, opstr>; 2442 InstSE<(outs), (ins), asmstr, [], itin, FrmOther, asmstr>; 2508 InstSE<(outs), (ins), asmstr, [], itin, FrmOther, asmstr>; 2518 !strconcat(instr_asm, "\t$hint, $addr"), [], itin, FrmOther, [all …]
|
H A D | MipsMSAInstrFormats.td | 9 class MSAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>,
|
H A D | Mips32r6InstrFormats.td | 32 class MipsR6Inst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
|
H A D | MipsInstrFormats.td | 36 def FrmOther : Format<6>; // Instruction w/ a custom format
|