Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dxtensa-relax.c1564 static char wbr_name_buf[20]; in wide_branch_opcode() local
1569 strcpy (wbr_name_buf, opcode_name + 5); in wide_branch_opcode()
1570 strcat (wbr_name_buf, suffix); in wide_branch_opcode()
1571 opcode = xtensa_opcode_lookup (isa, wbr_name_buf); in wide_branch_opcode()