Searched refs:FrmOther (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsBaseInfo.h | 118 FrmOther = 6, enumerator
|
/external/llvm/lib/Target/Mips/ |
D | MipsEVAInstrFormats.td | 14 class MipsEVAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>,
|
D | MipsInstrInfo.td | 1058 FrmOther, opstr>; 1063 opstr, [], NoItinerary, FrmOther, opstr>; 1068 !strconcat(opstr, "\t$rt"), [], NoItinerary, FrmOther, opstr>; 1072 InstSE<(outs), (ins), opstr, [], NoItinerary, FrmOther, opstr>; 1078 NoItinerary, FrmOther, opstr>; 1082 NoItinerary, FrmOther, opstr> { 1095 !strconcat(opstr, "\t$rs, $imm16"), [], NoItinerary, FrmOther, opstr>; 1703 FrmOther, asmstr>; 1749 FrmOther, asmstr>; 1757 !strconcat(instr_asm, "\t$hint, $addr"), [], NoItinerary, FrmOther,
|
D | MicroMipsDSPInstrFormats.td | 11 : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>, PredicateControl {
|
D | MipsDSPInstrFormats.td | 44 : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>, PredicateControl {
|
D | MipsMSAInstrFormats.td | 10 class MSAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>,
|
D | MicroMipsInstrInfo.td | 470 [], NoItinerary, FrmOther>; 507 !strconcat(opstr, "\t$hint, ${index}(${base})"), [], NoItinerary, FrmOther>; 660 NoItinerary, FrmOther, opstr>;
|
D | Mips32r6InstrFormats.td | 33 class MipsR6Inst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>,
|
D | MipsInstrFormats.td | 37 def FrmOther : Format<6>; // Instruction w/ a custom format
|