- Timestamp:
- Apr 11, 2024 9:04:40 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImpl-arm64.S
r104299 r104300 837 837 .ifne \a_cBits < 32 838 838 and w2, w2, #(\a_cBits - 1) 839 neg w3, w2840 and w3, w3, #(\a_cBits - 1)841 839 ldr\a_LdStSuff w8, [x1] 840 orr w8, w8, w8, LSL #(\a_cBits) /* duplicate value above, so it is ready to be shifted in. */ 842 841 lsrv w9, w8, w2 843 lslv w10, w8, w3844 orr w9, w9, w10845 842 str\a_LdStSuff w9, [x1] 846 and w9, w9, #(RT_BIT_32(\a_cBits) - 1)847 843 .else 848 844 ldr\a_LdStSuff w8, [x1]
Note:
See TracChangeset
for help on using the changeset viewer.