Changeset 104353 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Apr 17, 2024 3:37:43 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm
r104269 r104353 5960 5960 ; @param A0 Pointer to the EFLAGS register. 5961 5961 ; @param A1 Pointer to the first operand (input). 5962 ; @param A 1Pointer to the second operand (input).5962 ; @param A2 Pointer to the second operand (input). 5963 5963 ; @param A3 The 8-bit immediate 5964 5964 ; … … 5973 5973 IEMIMPL_CALL_JUMP_TABLE_TARGET T1, A3, 8 5974 5974 5975 IEM_SAVE_FLAGS_OLD A 1, X86_EFL_CF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_OF, 0, X86_EFL_AF | X86_EFL_PF5975 IEM_SAVE_FLAGS_OLD A0, X86_EFL_CF | X86_EFL_ZF | X86_EFL_SF | X86_EFL_OF, 0, X86_EFL_AF | X86_EFL_PF 5976 5976 mov R0_32, ecx 5977 5977
Note:
See TracChangeset
for help on using the changeset viewer.