Changeset 104163 in vbox for trunk/src/VBox/VMM/include/IEMMc.h
- Timestamp:
- Apr 4, 2024 5:11:58 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r104150 r104163 3068 3068 * 3069 3069 * @param a_pfnAImpl Pointer to the assembly AVX routine. 3070 * @param a 1The first extra argument.3071 * @param a 2The second extra argument.3070 * @param a0 The first extra argument. 3071 * @param a1 The second extra argument. 3072 3072 */ 3073 3073 #define IEM_MC_CALL_AVX_AIMPL_2(a_pfnAImpl, a0, a1) \ … … 3084 3084 * 3085 3085 * @param a_pfnAImpl Pointer to the assembly AVX routine. 3086 * @param a 1The first extra argument.3087 * @param a 2The second extra argument.3088 * @param a 3The third extra argument.3086 * @param a0 The first extra argument. 3087 * @param a1 The second extra argument. 3088 * @param a2 The third extra argument. 3089 3089 */ 3090 3090 #define IEM_MC_CALL_AVX_AIMPL_3(a_pfnAImpl, a0, a1, a2) \
Note:
See TracChangeset
for help on using the changeset viewer.