Home
last modified time | relevance | path

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

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