Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-riscv.c831 struct opcode_name_t struct
838 static const struct opcode_name_t opcode_name_list[] = argument
891 const struct opcode_name_t *opcode; in init_opcode_names_hash()
901 static const struct opcode_name_t *
906 struct opcode_name_t *o; in opcode_name_lookup()
919 o = (struct opcode_name_t *) str_hash_find (opcode_names_hash, *s); in opcode_name_lookup()
2362 const struct opcode_name_t *o = opcode_name_lookup (&str); in my_getOpcodeExpression()