Displaying 4 results from an estimated 4 matches for "2si".
Did you mean:
2pi
2012 Jan 24
0
[LLVMdev] Best way to interface with MSVC _ftol2 runtime function for fptoui?
...ways emit
a redundant SSE load/store when SSE is enabled, because of the check
at Target/X86/X86ISelLowering.cpp:7948. Can this check be easily
modified so it doesn't store if the operand is already in memory and
not actually in an SSE register? Should FP_TO_INTHelper switch over to
using CVTTS?2SI insns when SSE is available?
-Joe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-ftol2.diff
Type: application/octet-stream
Size: 13256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120124/bbe252c0/attachment.obj&...
2012 Jan 20
2
[LLVMdev] Best way to interface with MSVC _ftol2 runtime function for fptoui?
On Jan 20, 2012, at 1:58 PM, Joe Groff wrote:
> The integer runtime functions (_allmul, _alldiv, etc. for 64-bit
> integer arithmetic) all appear to be straight-up stdcall. _ftol2 is
> the only weird one. (There is an _ftol routine with the same calling
> convention as _ftol2, but AFAIK it's only for backward compatibility
> with older MSVC runtimes.) I'm far from an MSVC
2005 Sep 01
2
menu.c32 - Just loads the menu.c32 over and over.
...AULT menu.c32
PROMPT 0
MENU TITLE Super Disk Menu
LABEL CERC6
MENU LABEL CERC SATA 1,5/6 Device Driver
KERNEL MEMDISK raw floppy=1
APPEND initrd=CERC6.IMG
LABEL CERC2
MENU LABEL CERC SATA 2s Device Driver
KERNEL MEMDISK raw floppy=1
APPEND initrd=CERC2.IMG
LABEL PERC23DI
MENU LABEL PERC 2Si/Di, PERC 3Si/Di Driver
KERNEL MEMDISK raw floppy=1
APPEND initrd=PERC23DI.IMG
LABEL MEGA2K
MENU LABEL PERC 4/DC/Di/SC 4e/DC/Di/Si 3/DC/DCL/QC/SC
KERNEL MEMDISK raw floppy=1
APPEND initrd=MEGA2K.IMG
LABEL MEGA2K3
MENU LABEL PERC 4/DC/Di/SC 4e/DC/Di/Si 3/DC/DCL/QC/SC
KERNEL MEMDISK raw flo...
2012 Jan 25
2
[LLVMdev] Best way to interface with MSVC _ftol2 runtime function for fptoui?
...t SSE load/store when SSE is enabled, because of the check
> at Target/X86/X86ISelLowering.cpp:7948. Can this check be easily
> modified so it doesn't store if the operand is already in memory and
> not actually in an SSE register? Should FP_TO_INTHelper switch over to
> using CVTTS?2SI insns when SSE is available?
When SSE is available, x87 registers are only ever used for f80.
/jakob