1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Added 'r' and 'i' versions to WRCCR.

llvm-svn: 6656
This commit is contained in:
Misha Brukman 2003-06-06 09:52:58 +00:00
parent d61d0211ba
commit 2f76ce01b0

View File

@ -484,7 +484,8 @@ static const InstrIssueDelta SparcInstrIssueDeltas[] = {
{ V9::UDIVXi, true, true, 68 },
//{ V9::SDIVcc, true, true, 36 },
//{ V9::UDIVcc, true, true, 37 },
{ V9::WRCCR, true, true, 4 },
{ V9::WRCCRr, true, true, 4 },
{ V9::WRCCRi, true, true, 4 },
//{ V9::WRPR, true, true, 4 },
//{ V9::RDCCR, true, true, 0 }, // no bubbles after, but see below
//{ V9::RDPR, true, true, 0 },