search for: disarrange

Displaying 2 results from an estimated 2 matches for "disarrange".

2020 Aug 30
3
Proposal to remove MMX support.
...7 FPU operations between an MMX instruction and the EMMS instruction. Of course, I didn't discover any of this -- it was already well-known...just not to me. But let's actually fix it. *Existing bugs*: llvm.org/PR35982 <https://bugs.llvm.org/show_bug.cgi?id=35982> -- POSTRAScheduler disarrange emms and mmx instruction llvm.org/PR41029 <https://bugs.llvm.org/show_bug.cgi?id=41029> -- The __m64 not passed according to i386 ABI llvm.org/PR42319 <https://bugs.llvm.org/show_bug.cgi?id=42319> -- Add pass to insert EMMS/FEMMS instructions to separate MMX and X87 states llvm.org/PR42...
2020 Aug 31
2
Proposal to remove MMX support.
...nstruction. > > > > Of course, I didn't discover any of this -- it was already > well-known...just not to me. But let's actually fix it. > > > > *Existing bugs*: > > llvm.org/PR35982 <https://bugs.llvm.org/show_bug.cgi?id=35982> -- > POSTRAScheduler disarrange emms and mmx instruction > > llvm.org/PR41029 <https://bugs.llvm.org/show_bug.cgi?id=41029> -- The > __m64 not passed according to i386 ABI > > llvm.org/PR42319 <https://bugs.llvm.org/show_bug.cgi?id=42319> -- Add > pass to insert EMMS/FEMMS instructions to separate MM...