Searched refs:FrmOther (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsBaseInfo.h | 118 FrmOther = 6, enumerator
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 804 FrmOther, opstr>; 809 opstr, [], NoItinerary, FrmOther, opstr>; 814 !strconcat(opstr, "\t$rt"), [], NoItinerary, FrmOther, opstr>; 818 InstSE<(outs), (ins), opstr, [], NoItinerary, FrmOther, opstr>; 824 NoItinerary, FrmOther, opstr>; 834 !strconcat(opstr, "\t$rs, $imm16"), [], NoItinerary, FrmOther, opstr>; 1365 FrmOther>; 1411 FrmOther>; 1419 !strconcat(instr_asm, "\t$hint, $addr"), [], NoItinerary, FrmOther>;
|
D | MipsDSPInstrFormats.td | 23 class DSPInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
|
D | MipsMSAInstrFormats.td | 13 class MSAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
|
D | Mips32r6InstrFormats.td | 14 class MipsR6Inst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>,
|
D | MicroMipsInstrInfo.td | 104 NoItinerary, FrmOther, opstr>;
|
D | MipsInstrFormats.td | 37 def FrmOther : Format<6>; // Instruction w/ a custom format
|