Searched defs:dt_dis_log (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_dis.c | 37 dt_dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) function 337 { "or", dt_dis_log }, /* DIF_OP_OR */ 338 { "xor", dt_dis_log }, /* DIF_OP_XOR */ 339 { "and", dt_dis_log }, /* DIF_OP_AND */ 340 { "sll", dt_dis_log }, /* DIF_OP_SLL */ 341 { "srl", dt_dis_log }, /* DIF_OP_SRL */ 342 { "sub", dt_dis_log }, /* DIF_OP_SUB */ 343 { "add", dt_dis_log }, /* DIF_OP_ADD */ 344 { "mul", dt_dis_log }, /* DIF_OP_MUL */ 345 { "sdiv", dt_dis_log }, /* DIF_OP_SDI [all...] |
Completed in 15 milliseconds