This commit is contained in:
parent
bac5986425
commit
3ae47f93eb
45 changed files with 1417 additions and 0 deletions
11
src/arm/mask.go
Normal file
11
src/arm/mask.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package arm
|
||||
|
||||
const (
|
||||
mask6 = 0b111111
|
||||
mask7 = 0b1111111
|
||||
mask9 = 0b1_11111111
|
||||
mask12 = 0b1111_11111111
|
||||
mask16 = 0b11111111_11111111
|
||||
mask19 = 0b111_11111111_11111111
|
||||
mask26 = 0b11_11111111_11111111_11111111
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue