Searched refs:FrmOther (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrFormats.td | 37 def FrmOther : Format<6>; // Instruction w/ a custom format 208 MipsInst<outs, ins, asmstr, pattern, NoItinerary, FrmOther> 229 MipsInst<outs, ins, asmstr, pattern, NoItinerary, FrmOther> 250 MipsInst<outs, ins, asmstr, pattern, NoItinerary, FrmOther>
|
D | MipsInstrInfo.h | 107 FrmOther = 6, enumerator
|
D | MipsInstrInfo.td | 705 [(MipsSync imm:$stype)], NoItinerary, FrmOther>
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsBaseInfo.h | 117 FrmOther = 6, enumerator
|
/external/llvm/lib/Target/Mips/ |
D | MipsEVAInstrFormats.td | 14 class MipsEVAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>,
|
D | MicroMipsDSPInstrFormats.td | 11 : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>, PredicateControl {
|
D | MipsInstrInfo.td | 1385 FrmOther, opstr>; 1390 opstr, [], itin, FrmOther, opstr>; 1394 InstSE<(outs), (ins), opstr, [], II_WAIT, FrmOther, opstr>; 1401 !strconcat(opstr, "\t$rt"), [], itin, FrmOther, opstr>; 1407 [(MipsSync immZExt5:$stype)], II_SYNC, FrmOther, opstr>; 1411 II_SYNCI, FrmOther, opstr> { 1425 !strconcat(opstr, "\t$rs, $imm16"), [], itin, FrmOther, opstr>; 2061 InstSE<(outs), (ins), asmstr, [], itin, FrmOther, asmstr>; 2113 InstSE<(outs), (ins), asmstr, [], itin, FrmOther, asmstr>; 2123 !strconcat(instr_asm, "\t$hint, $addr"), [], itin, FrmOther,
|
D | MipsDSPInstrFormats.td | 48 : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>, PredicateControl {
|
D | MipsMSAInstrFormats.td | 10 class MSAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther>,
|
D | MicroMipsInstrInfo.td | 478 [], NoItinerary, FrmOther>; 515 !strconcat(opstr, "\t$hint, ${index}(${base})"), [], NoItinerary, FrmOther>; 668 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
|