Skip to content

Instantly share code, notes, and snippets.

@MatzeB
Last active July 22, 2016 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatzeB/87dddc93cdeb73688d9a3fdf6e3a7ddb to your computer and use it in GitHub Desktop.
Save MatzeB/87dddc93cdeb73688d9a3fdf6e3a7ddb to your computer and use it in GitHub Desktop.
/// SUBREG_TO_REG - Assert the value of bits in a super register.
/// The result of this instruction is the value of the second operand inserted
/// into the subregister specified by the third operand. All other bits are
/// assumed to be equal to the bits in the immediate integer constant in the
/// first operand. This instruction just communicates information; No code
/// should be generated.
/// This is typically used after an instruction where the write to a subregister
/// implicitely cleared the bits in the super registers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment