Home
last modified time | relevance | path

Searched refs:FrmFR (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td108 [(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;
DMipsCondMov.td22 !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 {
DMicroMips32r6InstrInfo.td674 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;
DMipsInstrFormats.td35 def FrmFR : Format<4>;
DMips64InstrInfo.td400 !strconcat(asmstr, "\t$rt, $imm16"), [], NoItinerary, FrmFR>;
DMipsInstrInfo.td1581 !strconcat(asmstr, "\t$rt, $rd, $sel"), [], itin, FrmFR>;
1586 !strconcat(asmstr, "\t$rt, $rd, $sel"), [], itin, FrmFR>;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h113 FrmFR = 4, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.h103 FrmFR = 4, enumerator
DMipsInstrFormats.td35 def FrmFR : Format<4>;
166 MipsInst<outs, ins, asmstr, pattern, NoItinerary, FrmFR>