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

/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c48 dis_branch(const dtrace_difo_t *dp, const char *name, dif_instr_t instr) function
320 { "ba", dis_branch }, /* DIF_OP_BA */
321 { "be", dis_branch }, /* DIF_OP_BE */
322 { "bne", dis_branch }, /* DIF_OP_BNE */
323 { "bg", dis_branch }, /* DIF_OP_BG */
324 { "bgu", dis_branch }, /* DIF_OP_BGU */
325 { "bge", dis_branch }, /* DIF_OP_BGE */
326 { "bgeu", dis_branch }, /* DIF_OP_BGEU */
327 { "bl", dis_branch }, /* DIF_OP_BL */
328 { "blu", dis_branch }, /* DIF_OP_BL
[all...]

Completed in 60 milliseconds