Review Board 2.0.15


x86: implement rcpps and rcpss SSE insts

Review Request #3064 - Created Aug. 23, 2015 and submitted

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 11058:38121b8b2462
---------------------------
x86: implement rcpps and rcpss SSE insts

These are packed single-precision approximate reciprocal operations,
vector and scalar versions, respectively.

This code was basically developed by copying the code for
sqrtps and sqrtss.  The mrcp micro-op was simplified relative to
msqrt since there are no double-precision versions of this operation.

   
Review request changed
Updated (Oct. 6, 2015, 7:58 p.m.)

Status: Closed (submitted)