HomeSort by: relevance | last modified time | path
    Searched refs:DIF_INSTR_OP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_as.c 183 DIF_INSTR_OP(dp->dtdo_buf[i]), xi, DIF_INSTR_RD(dp->dtdo_buf[i]));
299 switch (DIF_INSTR_OP(dip->di_instr)) {
313 "for opcode 0x%x\n", DIF_INSTR_OP(dip->di_instr));
327 uint_t op = DIF_INSTR_OP(instr);
422 if (DIF_INSTR_OP(dip->di_instr) == DIF_OP_XLATE ||
423 DIF_INSTR_OP(dip->di_instr) == DIF_OP_XLARG) {
445 assert(DIF_INSTR_OP(dip->di_instr) == DIF_OP_SETX);
dt_dis.c 221 if (DIF_INSTR_OP(in) == DIF_OP_PUSHTV) {
445 dif_instr_t opcode = DIF_INSTR_OP(instr);
  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace.h 322 #define DIF_INSTR_OP(i) (((i) >> 24) & 0xff)
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 6367 switch (DIF_INSTR_OP(instr)) {
6946 if (DIF_INSTR_OP(instr) == DIF_OP_LDTAA) {
6988 if (DIF_INSTR_OP(instr) == DIF_OP_STTAA) {
10046 uint_t op = DIF_INSTR_OP(instr);
10292 DIF_INSTR_OP(instr));
10297 DIF_INSTR_OP(dp->dtdo_buf[dp->dtdo_len - 1]) != DIF_OP_RET) {
10433 uint_t op = DIF_INSTR_OP(instr);
10487 uint_t op = DIF_INSTR_OP(instr);
10620 DIF_INSTR_OP(instr));
10665 uint_t op = DIF_INSTR_OP(dp->dtdo_buf[i])
    [all...]

Completed in 25 milliseconds