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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c183 DIF_INSTR_OP(dp->dtdo_buf[i]), xi, DIF_INSTR_RD(dp->dtdo_buf[i]));
297 switch (DIF_INSTR_OP(dip->di_instr)) {
311 "for opcode 0x%x\n", DIF_INSTR_OP(dip->di_instr));
325 uint_t op = DIF_INSTR_OP(instr);
420 if (DIF_INSTR_OP(dip->di_instr) == DIF_OP_XLATE ||
421 DIF_INSTR_OP(dip->di_instr) == DIF_OP_XLARG) {
443 assert(DIF_INSTR_OP(dip->di_instr) == DIF_OP_SETX);
H A Ddt_dis.c221 if (DIF_INSTR_OP(in) == DIF_OP_PUSHTV) {
445 dif_instr_t opcode = DIF_INSTR_OP(instr);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h323 #define DIF_INSTR_OP(i) (((i) >> 24) & 0xff) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c6008 switch (DIF_INSTR_OP(instr)) {
6580 if (DIF_INSTR_OP(instr) == DIF_OP_LDTAA) {
6622 if (DIF_INSTR_OP(instr) == DIF_OP_STTAA) {
9701 uint_t op = DIF_INSTR_OP(instr);
9948 DIF_INSTR_OP(instr));
9953 DIF_INSTR_OP(dp->dtdo_buf[dp->dtdo_len - 1]) != DIF_OP_RET) {
10089 uint_t op = DIF_INSTR_OP(instr);
10143 uint_t op = DIF_INSTR_OP(instr);
10275 DIF_INSTR_OP(instr));
10320 uint_t op = DIF_INSTR_OP(d
[all...]

Completed in 134 milliseconds