Searched refs:IF_DECODE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/sparc64/include/
H A Dinstr.h146 #define IF_DECODE(x, f) \ macro
168 #define IF_OP(i) IF_DECODE(i, OP)
171 #define IF_F2_RD(i) IF_DECODE((i), F2_RD)
172 #define IF_F2_A(i) IF_DECODE((i), F2_A)
173 #define IF_F2_COND(i) IF_DECODE((i), F2_COND)
174 #define IF_F2_RCOND(i) IF_DECODE((i), F2_RCOND)
175 #define IF_F2_OP2(i) IF_DECODE((i), F2_OP2)
176 #define IF_F2_CC1(i) IF_DECODE((i), F2_CC1)
177 #define IF_F2_CC0(i) IF_DECODE((i), F2_CC0)
178 #define IF_F2_CC(i) IF_DECODE((
[all...]

Completed in 81 milliseconds