Searched defs:FBT_IS_BAPCC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c283 #define FBT_IS_BAPCC(instr) (((instr) & ~FBT_DISP22_MASK) == FBT_OP_BAPCC) macro
449 if (FBT_IS_BA(first) || FBT_IS_BAPCC(first)) {
1228 if (!FBT_IS_BA(*instr) && !FBT_IS_BAPCC(*instr)) {

Completed in 97 milliseconds