Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/sparc64/include/instr.h 88663 2001-12-29 08:55:56Z jake $
---
> * $FreeBSD: head/sys/sparc64/include/instr.h 92050 2002-03-11 03:03:35Z tmm $
63a64,65
> #define IF_F2_CC_SHIFT 20 /* CC0 and CC1 combined. */
> #define IF_F2_CC_BITS 2
83a86,87
> #define IF_F3_CC_SHIFT 25 /* CC0 and CC1 combined. */
> #define IF_F3_CC_BITS 2
172a177
> #define IF_F2_CC(i) IF_DECODE((i), F2_CC)
182a188
> #define IF_F3_CC(i) IF_DECODE((i), F3_CC)