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
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue