mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
Document an implementation detail about EXTRACT_SUBREG and INSERT_SUBREG sub-register operand.
llvm-svn: 48283
This commit is contained in:
parent
6ff0b822b4
commit
136a24742c
@ -320,6 +320,9 @@ namespace ISD {
|
||||
|
||||
// EXTRACT_SUBREG - This node is used to extract a sub-register value.
|
||||
// This node takes a superreg and a constant sub-register index as operands.
|
||||
// Note sub-register indices must be increasing. That is, if the
|
||||
// sub-register index of a 8-bit sub-register is N, then the index for a
|
||||
// 16-bit sub-register must be at least N+1.
|
||||
EXTRACT_SUBREG,
|
||||
|
||||
// INSERT_SUBREG - This node is used to insert a sub-register value.
|
||||
|
Loading…
Reference in New Issue
Block a user