Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dxtensa-relax.c1580 static char wbr_name_buf[20]; in wide_branch_opcode() local
1585 strcpy (wbr_name_buf, opcode_name + 5); in wide_branch_opcode()
1586 strcat (wbr_name_buf, suffix); in wide_branch_opcode()
1587 opcode = xtensa_opcode_lookup (isa, wbr_name_buf); in wide_branch_opcode()