Searched defs:dt_dis_log (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_dis.c | 41 dt_dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) function 352 { "or", dt_dis_log }, /* DIF_OP_OR */ 353 { "xor", dt_dis_log }, /* DIF_OP_XOR */ 354 { "and", dt_dis_log }, /* DIF_OP_AND */ 355 { "sll", dt_dis_log }, /* DIF_OP_SLL */ 356 { "srl", dt_dis_log }, /* DIF_OP_SRL */ 357 { "sub", dt_dis_log }, /* DIF_OP_SUB */ 358 { "add", dt_dis_log }, /* DIF_OP_ADD */ 359 { "mul", dt_dis_log }, /* DIF_OP_MUL */ 360 { "sdiv", dt_dis_log }, /* DIF_OP_SDI [all...] |
Completed in 57 milliseconds