Add comment for the helper method WriteCoreRegisterWithFlags().

llvm-svn: 125703
This commit is contained in:
Johnny Chen 2011-02-17 01:49:00 +00:00
parent 727eebee58
commit e19e4fc8dc
1 changed files with 3 additions and 0 deletions

View File

@ -192,6 +192,9 @@ public:
AddWithCarryResult AddWithCarryResult
AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in); AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in);
// See A8.6.96 MOV (immediate) Operation.
// Default arguments are specified for carry and overflow parameters, which means
// not to update the respective flags if setflags is true.
bool bool
WriteCoreRegisterWithFlags (Context &context, WriteCoreRegisterWithFlags (Context &context,
const uint32_t result, const uint32_t result,