Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h614 ITM_OP_IF_ELSE, /* if_else */ enumerator
H A Ditm_comp.y833 $$ = op_unit(ITM_OP_IF_ELSE,
848 $$ = op_unit(ITM_OP_IF_ELSE,
H A Ddisassemble.c1112 case ITM_OP_IF_ELSE: in dump_op()
1120 ((ITM_OP_IF_ELSE == ((itm_op_t *)(op_hdr + 1))->type) || in dump_op()
H A Dgeniconvtbl.c1283 case ITM_OP_IF_ELSE: in eval_op()