Home
last modified time | relevance | path

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

/titanic_41/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
368 { "ba", dt_dis_branch }, /* DIF_OP_BA */ in dt_dis()
369 { "be", dt_dis_branch }, /* DIF_OP_BE */ in dt_dis()
370 { "bne", dt_dis_branch }, /* DIF_OP_BNE */ in dt_dis()
371 { "bg", dt_dis_branch }, /* DIF_OP_BG */ in dt_dis()
372 { "bgu", dt_dis_branch }, /* DIF_OP_BGU */ in dt_dis()
373 { "bge", dt_dis_branch }, /* DIF_OP_BGE */ in dt_dis()
374 { "bgeu", dt_dis_branch }, /* DIF_OP_BGEU */ in dt_dis()
375 { "bl", dt_dis_branch }, /* DIF_OP_BL */ in dt_dis()
376 { "blu", dt_dis_branch }, /* DIF_OP_BLU */ in dt_dis()
[all …]