diff options
Diffstat (limited to 'include/opcode/sparc.h')
-rw-r--r-- | include/opcode/sparc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/sparc.h b/include/opcode/sparc.h index dc604c2..f795666 100644 --- a/include/opcode/sparc.h +++ b/include/opcode/sparc.h @@ -97,6 +97,8 @@ struct sparc_opcode { #define F_UNBR 4 /* Unconditional branch */ #define F_CONDBR 8 /* Conditional branch */ #define F_JSR 16 /* Subroutine call */ +#define F_FLOAT 32 /* Floating point instruction (not a branch) */ +#define F_FBR 64 /* Floating point branch */ /* FIXME: Add F_ANACHRONISTIC flag for v9. */ /* |