Add comment for the helper method WriteCoreRegisterWithFlags().
llvm-svn: 125703
This commit is contained in:
parent
727eebee58
commit
e19e4fc8dc
|
|
@ -192,6 +192,9 @@ public:
|
|||
AddWithCarryResult
|
||||
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
|
||||
WriteCoreRegisterWithFlags (Context &context,
|
||||
const uint32_t result,
|
||||
|
|
|
|||
Loading…
Reference in New Issue