Searched refs:sextX_op (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-alpha.c | 567 static const char * const sextX_op[] = { "sextb", "sextw", "sextl", NULL }; variable 2331 assemble_tokens (sextX_op[(long) vlgsize], tok, 1, 1); in emit_ldX() 2392 assemble_tokens (sextX_op[(long) vlgsize], tok, 1, 1); in emit_uldX() 2593 assemble_tokens (sextX_op[lgsize], tok, ntok, 0); in emit_sextX()
|