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

Unified Diff: src/IceRegistersX8664.h

Issue 1341423002: Reflow comments to use the full width. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix spelling and rebase Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceRegistersX8632.h ('k') | src/IceSwitchLowering.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceRegistersX8664.h
diff --git a/src/IceRegistersX8664.h b/src/IceRegistersX8664.h
index bc448b2e5c1ec5ec1f0f3d11b378ca6865950134..3a10f00e26794c7730bd182891e17c4c9912459b 100644
--- a/src/IceRegistersX8664.h
+++ b/src/IceRegistersX8664.h
@@ -23,8 +23,8 @@ namespace Ice {
class RegX8664 {
public:
- /// An enum of every register. The enum value may not match the encoding
- /// used to binary encode register operands in instructions.
+ /// An enum of every register. The enum value may not match the encoding used
+ /// to binary encode register operands in instructions.
enum AllRegisters {
#define X(val, encode, name64, name, name16, name8, scratch, preserved, \
stackptr, frameptr, isInt, isFP) \
@@ -37,8 +37,8 @@ public:
#undef X
};
- /// An enum of GPR Registers. The enum value does match the encoding used
- /// to binary encode register operands in instructions.
+ /// An enum of GPR Registers. The enum value does match the encoding used to
+ /// binary encode register operands in instructions.
enum GPRRegister {
#define X(val, encode, name64, name, name16, name8, scratch, preserved, \
stackptr, frameptr, isInt, isFP) \
@@ -48,8 +48,8 @@ public:
Encoded_Not_GPR = -1
};
- /// An enum of XMM Registers. The enum value does match the encoding used
- /// to binary encode register operands in instructions.
+ /// An enum of XMM Registers. The enum value does match the encoding used to
+ /// binary encode register operands in instructions.
enum XmmRegister {
#define X(val, encode, name64, name, name16, name8, scratch, preserved, \
stackptr, frameptr, isInt, isFP) \
@@ -59,8 +59,8 @@ public:
Encoded_Not_Xmm = -1
};
- /// An enum of Byte Registers. The enum value does match the encoding used
- /// to binary encode register operands in instructions.
+ /// An enum of Byte Registers. The enum value does match the encoding used to
+ /// binary encode register operands in instructions.
enum ByteRegister {
#define X(val, encode) Encoded_##val encode,
REGX8664_BYTEREG_TABLE
« no previous file with comments | « src/IceRegistersX8632.h ('k') | src/IceSwitchLowering.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698