mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 05:58:19 +01:00
thumb32: Implement TST (reg)
This commit is contained in:
parent
ea5d8a3047
commit
c253b8fc51
4 changed files with 51 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
//INST(thumb32_LDREXD, "LDREXD", "111010001101------------0111----")
|
||||
|
||||
// Data Processing (Shifted Register)
|
||||
//INST(thumb32_TST_reg, "TST (reg)", "111010100001--------1111--------")
|
||||
INST(thumb32_TST_reg, "TST (reg)", "111010100001nnnn0vvv1111vvttmmmm")
|
||||
//INST(thumb32_AND_reg, "AND (reg)", "11101010000---------------------")
|
||||
//INST(thumb32_BIC_reg, "BIC (reg)", "11101010001---------------------")
|
||||
//INST(thumb32_MOV_reg, "MOV (reg)", "11101010010-1111-000----0000----")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue