diff options
Diffstat (limited to 'lib/Target/Sparc/SparcV8Instrs.td')
-rw-r--r-- | lib/Target/Sparc/SparcV8Instrs.td | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Target/Sparc/SparcV8Instrs.td b/lib/Target/Sparc/SparcV8Instrs.td index ac4e8be..37b4d74 100644 --- a/lib/Target/Sparc/SparcV8Instrs.td +++ b/lib/Target/Sparc/SparcV8Instrs.td @@ -35,6 +35,17 @@ include "SparcV8Instrs_F3.td" // Instructions //===----------------------------------------------------------------------===// +// Pseudo instructions. +def PHI : InstV8 { + let Name = "PHI"; +} +def ADJCALLSTACKDOWN : InstV8 { + let Name = "ADJCALLSTACKDOWN"; +} +def ADJCALLSTACKUP : InstV8 { + let Name = "ADJCALLSTACKUP"; +} + // Section B.20: SAVE and RESTORE - p117 def SAVEr : F3_1<2, 0b111100, "save">; // save r, r, r def SAVEi : F3_2<2, 0b111100, "save">; // save r, i, r |