Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: lib/Target/Mips/MipsAsmPrinter.h

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/Target/ARM/MCTargetDesc/CMakeLists.txt ('k') | lib/Target/Mips/MipsAsmPrinter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===-- MipsAsmPrinter.h - Mips LLVM Assembly Printer ----------*- C++ -*--===// 1 //===-- MipsAsmPrinter.h - Mips LLVM Assembly Printer ----------*- C++ -*--===//
2 // 2 //
3 // The LLVM Compiler Infrastructure 3 // The LLVM Compiler Infrastructure
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // Mips Assembly printer class. 10 // Mips Assembly printer class.
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O); 131 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O);
132 void printUnsignedImm8(const MachineInstr *MI, int opNum, raw_ostream &O); 132 void printUnsignedImm8(const MachineInstr *MI, int opNum, raw_ostream &O);
133 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O); 133 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
134 void printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O); 134 void printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O);
135 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O, 135 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
136 const char *Modifier = nullptr); 136 const char *Modifier = nullptr);
137 void printRegisterList(const MachineInstr *MI, int opNum, raw_ostream &O); 137 void printRegisterList(const MachineInstr *MI, int opNum, raw_ostream &O);
138 void EmitStartOfAsmFile(Module &M) override; 138 void EmitStartOfAsmFile(Module &M) override;
139 void EmitEndOfAsmFile(Module &M) override; 139 void EmitEndOfAsmFile(Module &M) override;
140 void PrintDebugValueComment(const MachineInstr *MI, raw_ostream &OS); 140 void PrintDebugValueComment(const MachineInstr *MI, raw_ostream &OS);
141
142 // @LOCALMOD-START
143 unsigned GetTargetLabelAlign(const MachineInstr *MI) const override;
144 // @LOCALMOD-END
141 }; 145 };
142 } 146 }
143 147
144 #endif 148 #endif
145 149
OLDNEW
« no previous file with comments | « lib/Target/ARM/MCTargetDesc/CMakeLists.txt ('k') | lib/Target/Mips/MipsAsmPrinter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698