VirtualBox

Ignore:
Timestamp:
Oct 28, 2024 8:01:45 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165617
Message:

Disassembler: Decode immediate variants of cmmn/ccmp instructions, bugref:10394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstDisasmArmv8-1-asm.S

    r106706 r106734  
    14151415        ccmn w0, w1, #0xf, al
    14161416
     1417        ccmp x0, #31, #0x3, eq
     1418        ccmp w0, #30, #0xf, eq
     1419        ccmp x0, #29, #0x3, ne
     1420        ccmp w0, #28, #0xf, ne
     1421        ccmp x0, #27, #0x3, cs
     1422        ccmp w0, #26, #0xf, cc
     1423        ccmp x0, #25, #0x3, mi
     1424        ccmp w0, #24, #0xf, mi
     1425        ccmp x0, #23, #0x3, pl
     1426        ccmp w0, #22, #0xf, vs
     1427        ccmp x0, #21, #0x3, vc
     1428        ccmp w0, #20, #0xf, vc
     1429        ccmp x0, #19, #0x3, hi
     1430        ccmp w0, #18, #0xf, hi
     1431        ccmp x0, #17, #0x3, ls
     1432        ccmp w0, #16, #0xf, ls
     1433        ccmp x0, #15, #0x3, ge
     1434        ccmp w0, #14, #0xf, ge
     1435        ccmp x0, #13, #0x3, lt
     1436        ccmp w0, #12, #0xf, lt
     1437        ccmp x0, #11, #0x3, gt
     1438        ccmp w0, #10, #0xf, gt
     1439        ccmp x0, #9,  #0x3, le
     1440        ccmp w0, #8,  #0xf, le
     1441        ccmp x0, #7,  #0x3, al
     1442        ccmp w0, #0,  #0xf, al
     1443
     1444        ccmn x0, #31, #0x3, eq
     1445        ccmn w0, #30, #0xf, eq
     1446        ccmn x0, #29, #0x3, ne
     1447        ccmn w0, #28, #0xf, ne
     1448        ccmn x0, #27, #0x3, cs
     1449        ccmn w0, #26, #0xf, cc
     1450        ccmn x0, #25, #0x3, mi
     1451        ccmn w0, #24, #0xf, mi
     1452        ccmn x0, #23, #0x3, pl
     1453        ccmn w0, #22, #0xf, vs
     1454        ccmn x0, #21, #0x3, vc
     1455        ccmn w0, #20, #0xf, vc
     1456        ccmn x0, #19, #0x3, hi
     1457        ccmn w0, #18, #0xf, hi
     1458        ccmn x0, #17, #0x3, ls
     1459        ccmn w0, #16, #0xf, ls
     1460        ccmn x0, #15, #0x3, ge
     1461        ccmn w0, #8,  #0xf, ge
     1462        ccmn x0, #7,  #0x3, lt
     1463        ccmn w0, #6,  #0xf, lt
     1464        ccmn x0, #5,  #0x3, gt
     1465        ccmn w0, #4,  #0xf, gt
     1466        ccmn x0, #3,  #0x3, le
     1467        ccmn w0, #2,  #0xf, le
     1468        ccmn x0, #1,  #0x3, al
     1469        ccmn w0, #0,  #0xf, al
     1470
    14171471        msr spsel,   #1
    14181472        msr spsel,   #0
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette