Searched refs:FrmFR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsBaseInfo.h | 113 FrmFR = 4, enumerator
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 108 [(set RC:$fd, (OpNode RC:$fs, RC:$ft))], Itin, FrmFR, opstr>, 124 [(set DstRC:$fd, (OpNode SrcRC:$fs))], Itin, FrmFR, opstr>, 147 [(set DstRC:$rt, (OpNode SrcRC:$fs))], Itin, FrmFR, opstr>, HARDFLOAT; 152 [(set DstRC:$fs, (OpNode SrcRC:$rt))], Itin, FrmFR, opstr>, HARDFLOAT; 157 !strconcat(opstr, "\t$rt, $fs"), [], Itin, FrmFR, opstr>, HARDFLOAT { 185 FrmFR, opstr>, HARDFLOAT; 192 Itin, FrmFR, opstr>, HARDFLOAT; 228 [(OpNode RC:$fs, RC:$ft, imm:$cond)], Itin, FrmFR, 238 FrmFR>, HARDFLOAT;
|
D | MipsCondMov.td | 22 !strconcat(opstr, "\t$rd, $rs, $rt"), [], Itin, FrmFR, opstr> { 30 !strconcat(opstr, "\t$fd, $fs, $rt"), [], Itin, FrmFR, opstr>, 41 Itin, FrmFR, opstr>, HARDFLOAT { 51 Itin, FrmFR, opstr>, HARDFLOAT {
|
D | MicroMips32r6InstrInfo.td | 674 Format f = FrmFR; 685 Format f = FrmFR; 696 Format f = FrmFR; 709 Format f = FrmFR; 730 Format f = FrmFR; 741 Format f = FrmFR; 751 Format f = FrmFR; 858 Format Form = FrmFR; 888 Format Form = FrmFR; 989 Format Form = FrmFR;
|
D | MipsInstrFormats.td | 35 def FrmFR : Format<4>;
|
D | Mips64InstrInfo.td | 400 !strconcat(asmstr, "\t$rt, $imm16"), [], NoItinerary, FrmFR>;
|
D | MipsInstrInfo.td | 1581 !strconcat(asmstr, "\t$rt, $rd, $sel"), [], itin, FrmFR>; 1586 !strconcat(asmstr, "\t$rt, $rd, $sel"), [], itin, FrmFR>;
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.h | 103 FrmFR = 4, enumerator
|
D | MipsInstrFormats.td | 35 def FrmFR : Format<4>; 166 MipsInst<outs, ins, asmstr, pattern, NoItinerary, FrmFR>
|