Changeset 106316 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-4-template.mac
- Timestamp:
- Oct 15, 2024 5:19:53 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-4-template.mac
r106306 r106316 664 664 ;; [v]sqrtps 665 665 ; 666 EMIT_INSTR_PLUS_ICEBP sqrtps, XMM1, XMM2667 EMIT_INSTR_PLUS_ICEBP sqrtps, XMM1, FSxBX668 EMIT_INSTR_PLUS_ICEBP_C64 sqrtps, XMM8, XMM9669 EMIT_INSTR_PLUS_ICEBP_C64 sqrtps, XMM8, FSxBX666 EMIT_INSTR_PLUS_ICEBP sqrtps, XMM1, XMM2 667 EMIT_INSTR_PLUS_ICEBP sqrtps, XMM1, FSxBX 668 EMIT_INSTR_PLUS_ICEBP_C64 sqrtps, XMM8, XMM9 669 EMIT_INSTR_PLUS_ICEBP_C64 sqrtps, XMM8, FSxBX 670 670 671 671 EMIT_INSTR_PLUS_ICEBP vsqrtps, XMM1, XMM2 … … 682 682 ;; [v]sqrtpd 683 683 ; 684 EMIT_INSTR_PLUS_ICEBP sqrtpd, XMM1, XMM2685 EMIT_INSTR_PLUS_ICEBP sqrtpd, XMM1, FSxBX686 EMIT_INSTR_PLUS_ICEBP_C64 sqrtpd, XMM8, XMM9687 EMIT_INSTR_PLUS_ICEBP_C64 sqrtpd, XMM8, FSxBX684 EMIT_INSTR_PLUS_ICEBP sqrtpd, XMM1, XMM2 685 EMIT_INSTR_PLUS_ICEBP sqrtpd, XMM1, FSxBX 686 EMIT_INSTR_PLUS_ICEBP_C64 sqrtpd, XMM8, XMM9 687 EMIT_INSTR_PLUS_ICEBP_C64 sqrtpd, XMM8, FSxBX 688 688 689 689 EMIT_INSTR_PLUS_ICEBP vsqrtpd, XMM1, XMM2 … … 735 735 EMIT_INSTR_PLUS_ICEBP vsqrtsd, XMM1, XMM1, FSxBX 736 736 737 ; 738 ;; [v]rsqrtps 739 ; 740 EMIT_INSTR_PLUS_ICEBP rsqrtps, XMM1, XMM2 741 EMIT_INSTR_PLUS_ICEBP rsqrtps, XMM1, FSxBX 742 EMIT_INSTR_PLUS_ICEBP_C64 rsqrtps, XMM8, XMM9 743 EMIT_INSTR_PLUS_ICEBP_C64 rsqrtps, XMM8, FSxBX 744 745 EMIT_INSTR_PLUS_ICEBP vrsqrtps, XMM1, XMM2 746 EMIT_INSTR_PLUS_ICEBP vrsqrtps, XMM1, FSxBX 747 EMIT_INSTR_PLUS_ICEBP_C64 vrsqrtps, XMM8, XMM9 748 EMIT_INSTR_PLUS_ICEBP_C64 vrsqrtps, XMM8, FSxBX 749 750 EMIT_INSTR_PLUS_ICEBP vrsqrtps, YMM1, YMM2 751 EMIT_INSTR_PLUS_ICEBP vrsqrtps, YMM1, FSxBX 752 EMIT_INSTR_PLUS_ICEBP_C64 vrsqrtps, YMM8, YMM9 753 EMIT_INSTR_PLUS_ICEBP_C64 vrsqrtps, YMM8, FSxBX 754 755 EMIT_INSTR_PLUS_ICEBP rsqrtps, XMM1, XMM1 756 EMIT_INSTR_PLUS_ICEBP vrsqrtps, XMM1, XMM1 757 EMIT_INSTR_PLUS_ICEBP vrsqrtps, YMM1, YMM1 758 737 759 %endif ; BS3_INSTANTIATING_CMN 738 760
Note:
See TracChangeset
for help on using the changeset viewer.