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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h653 #define ITM_EXPR_PROTO(type, op0, op1) ITM_EXPR_##type##_##op0##_##op1 macro
655 ITM_EXPR_PROTO(type, E, E), \
656 ITM_EXPR_PROTO(type, E, D), \
657 ITM_EXPR_PROTO(type, E, R), \
658 ITM_EXPR_PROTO(type, E, INVD), \
659 ITM_EXPR_PROTO(type, D, E), \
660 ITM_EXPR_PROTO(type, D, D), \
661 ITM_EXPR_PROTO(type, D, R), \
662 ITM_EXPR_PROTO(type, D, INVD), \
663 ITM_EXPR_PROTO(typ
[all...]

Completed in 44 milliseconds