Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h113 FrmFR = 4, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h113 FrmFR = 4, enumerator
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
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 {
DMipsInstrFPU.td113 [(set RC:$fd, (OpNode RC:$fs, RC:$ft))], Itin, FrmFR, opstr>,
129 [(set DstRC:$fd, (OpNode SrcRC:$fs))], Itin, FrmFR, opstr>,
152 [(set DstRC:$rt, (OpNode SrcRC:$fs))], Itin, FrmFR, opstr>, HARDFLOAT {
159 [(set DstRC:$fs, (OpNode SrcRC:$rt))], Itin, FrmFR, opstr>, HARDFLOAT {
166 !strconcat(opstr, "\t$rt, $fs"), [], Itin, FrmFR, opstr>, HARDFLOAT {
194 FrmFR, opstr>, HARDFLOAT;
201 Itin, FrmFR, opstr>, HARDFLOAT;
249 [(OpNode RC:$fs, RC:$ft, imm:$cond)], Itin, FrmFR,
265 FrmFR>, HARDFLOAT {
DMicroMips32r6InstrInfo.td660 Format f = FrmFR;
672 Format f = FrmFR;
683 Format f = FrmFR;
696 Format f = FrmFR;
718 Format f = FrmFR;
730 Format f = FrmFR;
740 Format f = FrmFR;
813 Format f = FrmFR;
887 Format Form = FrmFR;
921 Format Form = FrmFR;
[all …]
DMipsInstrFormats.td35 def FrmFR : Format<4>;
DMicroMipsInstrInfo.td716 "cfc2\t$rt, $impl", [], II_CFC2, FrmFR, "cfc2">,
719 "ctc2\t$rt, $impl", [], II_CTC2, FrmFR, "ctc2">,
DMips64InstrInfo.td477 !strconcat(asmstr, "\t$rt, $imm16"), [], itin, FrmFR>;
DMipsInstrInfo.td1898 !strconcat(asmstr, "\t$rt, $rd, $sel"), [], itin, FrmFR> {
1905 !strconcat(asmstr, "\t$rt, $rd, $sel"), [], itin, FrmFR> {
/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>