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

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c4346 /* For the set of narrowable instructions we do NOT include the
4358 const struct string_pair narrowable[] =
4411 for (opi = 0; opi < (sizeof (narrowable)/sizeof (struct string_pair)); opi++)
4413 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0);
4415 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide))
4425 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow);
4359 const struct string_pair narrowable[] = variable in typeref:struct:string_pair
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-xtensa.c4342 /* For the set of narrowable instructions we do NOT include the
4354 struct string_pair narrowable[] =
4407 for (opi = 0; opi < (sizeof (narrowable)/sizeof (struct string_pair)); opi++)
4409 bfd_boolean is_or = (strcmp ("or", narrowable[opi].wide) == 0);
4411 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide))
4421 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow);
4344 struct string_pair narrowable[] = variable in typeref:struct:string_pair
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-xtensa.c4346 /* For the set of narrowable instructions we do NOT include the
4358 const struct string_pair narrowable[] =
4411 for (opi = 0; opi < (sizeof (narrowable)/sizeof (struct string_pair)); opi++)
4413 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0);
4415 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide))
4425 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow);
4348 const struct string_pair narrowable[] = variable in typeref:struct:string_pair
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c4357 /* For the set of narrowable instructions we do NOT include the
4369 const struct string_pair narrowable[] =
4422 for (opi = 0; opi < (sizeof (narrowable)/sizeof (struct string_pair)); opi++)
4424 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0);
4426 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide))
4436 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow);
4359 const struct string_pair narrowable[] = variable in typeref:struct:string_pair

Completed in 319 milliseconds