Changeset 106782 in vbox for trunk/src/VBox/Disassembler/testcase
- Timestamp:
- Oct 30, 2024 8:44:32 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165674
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasmArmv8-1-asm.S
r106777 r106782 3819 3819 3820 3820 ; 3821 ; Load/store exclusive pair 3822 ; 3823 3824 stxp w0, w1, w2, [x3] 3825 stxp w0, wzr, wzr, [sp] 3826 stxp w0, x1, x2, [x3] 3827 stxp w0, xzr, xzr, [sp] 3828 3829 stlxp w0, w1, w2, [x3] 3830 stlxp w0, wzr, wzr, [sp] 3831 stlxp w0, x1, x2, [x3] 3832 stlxp w0, xzr, xzr, [sp] 3833 3834 ldxp w1, w2, [x0] 3835 ldxp wzr, wzr, [sp] 3836 ldxp x1, x2, [x0] 3837 ldxp xzr, xzr, [sp] 3838 3839 ldaxp w1, w2, [x0] 3840 ldaxp wzr, wzr, [sp] 3841 ldaxp x1, x2, [x0] 3842 ldaxp xzr, xzr, [sp] 3843 3844 ; 3821 3845 ; Keep last so the testcase can catch errors in 3822 3846 ; the disassembly of the last instruction.
Note:
See TracChangeset
for help on using the changeset viewer.