mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-5759: Fixed token piece formatting
This commit is contained in:
parent
24c0699a38
commit
997c64f6db
1 changed files with 3 additions and 3 deletions
|
@ -346,9 +346,9 @@ define token instr(16)
|
|||
N_1 = ( 9,11) # register id
|
||||
N_2 = (10,11) # register id
|
||||
FRN_0 = ( 8,11) # float register id
|
||||
FRN_1 = ( 9,11) # float register id
|
||||
FRN_2 = ( 9,11) # float register id
|
||||
DRN_0 = ( 9,11) # double register id
|
||||
FRN_1 = ( 9,11) # float register id
|
||||
FRN_2 = ( 9,11) # float register id
|
||||
DRN_0 = ( 9,11) # double register id
|
||||
DRN_1 = ( 9,11) # double register id
|
||||
XDN_1 = ( 9,11) # double register id
|
||||
XDRN = ( 8,11) # float register id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue