diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2005-01-29 15:42:07 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-01-29 15:42:07 +0000 |
| commit | 41bc2c28972e119977cef648913b87839e966c93 (patch) | |
| tree | cc489c72ff07cfd19ec810bffa6f32a0a8f0d309 /llvm/lib/Target/Alpha/AlphaInstrInfo.td | |
| parent | 1ec230e6657ecb1bb951a6389bcd62167d09db64 (diff) | |
| download | bcm5719-llvm-41bc2c28972e119977cef648913b87839e966c93.tar.gz bcm5719-llvm-41bc2c28972e119977cef648913b87839e966c93.zip | |
first step towards a correct and complete stack. also add some forms for things that were getting stuck in the nightly tester.
llvm-svn: 19914
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaInstrInfo.td')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrInfo.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.td b/llvm/lib/Target/Alpha/AlphaInstrInfo.td index e9548b77dbf..d2130d37eb4 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.td +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.td @@ -326,9 +326,9 @@ def ITOFT : FPForm<0x14, 0x024, (ops FPRC:$RC, GPRC:$RA), "itoft $RA,$RC">; //In //CVTQL F-P 17.030 Convert quadword to longword def CVTQS : FPForm<0x16, 0x0BC, (ops FPRC:$RC, FPRC:$RA), "cvtqs $RA,$RC">; //Convert quadword to S_floating def CVTQT : FPForm<0x16, 0x0BE, (ops FPRC:$RC, FPRC:$RA), "cvtqt $RA,$RC">; //Convert quadword to T_floating -//CVTST F-P 16.2AC Convert S_floating to T_floating +def CVTST : FPForm<0x16, 0x2AC, (ops FPRC:$RC, FPRC:$RA), "cvtst $RA,$RC">; //Convert S_floating to T_floating //CVTTQ F-P 16.0AF Convert T_floating to quadword -//CVTTS F-P 16.0AC Convert T_floating to S_floating +def CVTTS : FPForm<0x16, 0x2AC, (ops FPRC:$RC, FPRC:$RA), "cvtts $RA,$RC">; //Convert T_floating to S_floating //S_floating : IEEE Single //T_floating : IEEE Double |

