search for: and_ps

Displaying 3 results from an estimated 3 matches for "and_ps".

Did you mean: and's
2009 Dec 08
2
[LLVMdev] LLVM intrinsic for SSE ANDPS instruction
Hi, LLVM is used to have an llvm.x86.and_ps instrinsic for the ANDPS instruction, but it seems to be gone, and it is a bit hard to synthetize it from vector instructions, since 'and' only works on vectors of integer types. Would a patch be accepted which adds this and related instructions back ? Zoltan -------------...
2009 Dec 08
0
[LLVMdev] LLVM intrinsic for SSE ANDPS instruction
On Dec 8, 2009, at 11:18 AM, Zoltan Varga wrote: > Hi, > > LLVM is used to have an llvm.x86.and_ps instrinsic for the ANDPS instruction, but it seems to be gone, and it is a bit hard to > synthetize it from vector instructions, since 'and' only works on vectors of integer types. Would a patch be accepted which adds this and related instructions back ? No. It won't be. Why not jus...
2009 Dec 08
2
[LLVMdev] LLVM intrinsic for SSE ANDPS instruction
...rt the result back. Zoltan On Tue, Dec 8, 2009 at 8:20 PM, Evan Cheng <evan.cheng at apple.com> wrote: > > On Dec 8, 2009, at 11:18 AM, Zoltan Varga wrote: > > > Hi, > > > > LLVM is used to have an llvm.x86.and_ps instrinsic for the ANDPS > instruction, but it seems to be gone, and it is a bit hard to > > synthetize it from vector instructions, since 'and' only works on vectors > of integer types. Would a patch be accepted which adds this and related > instructions back ? > > No....