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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c179 #define FBT_FMT3_ISIMM(val) ((val) & FBT_FMT3_IMM) macro
280 !(FBT_FMT3_ISIMM(instr) && FBT_FMT3_SIMM13(instr) == 0))
738 if (!FBT_FMT3_ISIMM(cti)) {
750 if (!FBT_FMT3_ISIMM(restore)) {
764 if (!FBT_FMT3_ISIMM(cti)) {
783 if (!FBT_FMT3_ISIMM(restore)) {
898 if (!FBT_FMT3_ISIMM(cti)) {
925 if (FBT_FMT3_ISIMM(cti)) {

Completed in 280 milliseconds