Home
last modified time | relevance | path

Searched refs:dt_dis_branch (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c49 dt_dis_branch(const dtrace_difo_t *dp, const char *name, in dt_dis_branch() function
381 { "ba", dt_dis_branch }, /* DIF_OP_BA */ in dt_dis()
382 { "be", dt_dis_branch }, /* DIF_OP_BE */ in dt_dis()
383 { "bne", dt_dis_branch }, /* DIF_OP_BNE */ in dt_dis()
384 { "bg", dt_dis_branch }, /* DIF_OP_BG */ in dt_dis()
385 { "bgu", dt_dis_branch }, /* DIF_OP_BGU */ in dt_dis()
386 { "bge", dt_dis_branch }, /* DIF_OP_BGE */ in dt_dis()
387 { "bgeu", dt_dis_branch }, /* DIF_OP_BGEU */ in dt_dis()
388 { "bl", dt_dis_branch }, /* DIF_OP_BL */ in dt_dis()
389 { "blu", dt_dis_branch }, /* DIF_OP_BLU */ in dt_dis()
[all …]