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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_as.c185 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);
H A Ddt_dis.c432 dif_instr_t opcode = DIF_INSTR_OP(instr);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h292 #define DIF_INSTR_OP(i) (((i) >> 24) & 0xff) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c4797 switch (DIF_INSTR_OP(instr)) {
5369 if (DIF_INSTR_OP(instr) == DIF_OP_LDTAA) {
5409 if (DIF_INSTR_OP(instr) == DIF_OP_STTAA) {
8279 uint_t op = DIF_INSTR_OP(instr);
8512 DIF_INSTR_OP(instr));
8517 DIF_INSTR_OP(dp->dtdo_buf[dp->dtdo_len - 1]) != DIF_OP_RET) {
8666 uint_t op = DIF_INSTR_OP(instr);
8790 DIF_INSTR_OP(instr));
8834 uint_t op = DIF_INSTR_OP(dp->dtdo_buf[i]);
8895 uint_t op = DIF_INSTR_OP(inst
[all...]

Completed in 77 milliseconds