Closed Bug 943767 Opened 11 years ago Closed 8 years ago

Add MIR Instructions: MPackVector, MLoadVector, MStoreVector, MAddVector, and MVectorTypedObject

Categories

(Core :: JavaScript Engine: JIT, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: ivan, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131112160018
Blocks: 904913
OS: Mac OS X → All
Hardware: x86 → All
MPackVector(v1, v2, v3, v4) -> {MIRType_float32x4, MIRType_int32x4}
MLoadVector(elements, offset) -> {MIRType_float32x4, MIRType_int32x4}
MStoreVector(elements, offset, value) where value : {MIRType_float32x4, MIRType_int32x4}
MAddVector(value1, value2) where value1, value2 : {MIRType_float32x4, MIRType_int32x4}
MVectorTypedObject(value) -> MIRType_object (similar to MDerivedTypeObject)
It may be that `MAddVector` is better expressed as a specialization of `MAdd` (this extends to other operators, naturally).
This has been done as part of the SIMD JIT work in bug 1064540 et al.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.