Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/aicasm/
HDaicasm_gram.y171 %token <value> T_SHR T_SHL T_ROR T_ROL
1298 T_SHL { $$ = AIC_OP_SHL; }
/NextBSD/contrib/binutils/gas/config/
HDtc-i386.c6719 #define T_SHL 14 macro
6941 else if (cur_token.code == T_SHL) in intel_e06()
7711 new_token.code = T_SHL; in intel_get_token()
7782 new_token.code = *intel_parser.op_string == '<' ? T_SHL : T_SHR; in intel_get_token()