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

/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c40 dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t instr) function
304 { "or", dis_log }, /* DIF_OP_OR */
305 { "xor", dis_log }, /* DIF_OP_XOR */
306 { "and", dis_log }, /* DIF_OP_AND */
307 { "sll", dis_log }, /* DIF_OP_SLL */
308 { "srl", dis_log }, /* DIF_OP_SRL */
309 { "sub", dis_log }, /* DIF_OP_SUB */
310 { "add", dis_log }, /* DIF_OP_ADD */
311 { "mul", dis_log }, /* DIF_OP_MUL */
312 { "sdiv", dis_log }, /* DIF_OP_SDI
[all...]

Completed in 60 milliseconds