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

Side by Side Diff: src/IceTargetLoweringX8632.cpp

Issue 1171563002: Subzero: Emit ARM build-attributes in the file scope (as header). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: use class final, fix for mips32 Created 5 years, 6 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
« src/IceTargetLoweringMIPS32.h ('K') | « src/IceTargetLoweringX8632.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- subzero/src/IceTargetLoweringX8632.cpp - x86-32 lowering -----------===// 1 //===- subzero/src/IceTargetLoweringX8632.cpp - x86-32 lowering -----------===//
2 // 2 //
3 // The Subzero Code Generator 3 // The Subzero Code Generator
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 // This file implements the TargetLoweringX8632 class, which 10 // This file implements the TargetLoweringX8632 class, which
(...skipping 4998 matching lines...) Expand 10 before | Expand all | Expand 10 after
5009 } break; 5009 } break;
5010 case FT_Asm: 5010 case FT_Asm:
5011 case FT_Iasm: { 5011 case FT_Iasm: {
5012 OstreamLocker L(Ctx); 5012 OstreamLocker L(Ctx);
5013 emitConstantPool<PoolTypeConverter<float>>(Ctx); 5013 emitConstantPool<PoolTypeConverter<float>>(Ctx);
5014 emitConstantPool<PoolTypeConverter<double>>(Ctx); 5014 emitConstantPool<PoolTypeConverter<double>>(Ctx);
5015 } break; 5015 } break;
5016 } 5016 }
5017 } 5017 }
5018 5018
5019 TargetHeaderX8632::TargetHeaderX8632(GlobalContext *Ctx)
5020 : TargetHeaderLowering(Ctx) {}
5021
5019 } // end of namespace Ice 5022 } // end of namespace Ice
OLDNEW
« src/IceTargetLoweringMIPS32.h ('K') | « src/IceTargetLoweringX8632.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698