Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h680 #define ITM_EXPR_NE ITM_EXPR_NE_E_E macro
H A Ditm_comp.y1794 $$ = expr_binary(ITM_EXPR_NE, $1, $3);
1859 $$ = expr_binary2(ITM_EXPR_NE, $1, $3);
H A Ddisassemble.c2461 case ITM_EXPR_NE: /* A != B */ in dump_expr()