Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-ip2k.c36 struct ip2k_opcode struct
46 PARAMS ((bfd_byte *, const struct ip2k_opcode *)); argument
91 static const struct ip2k_opcode ip2k_page_opcode[] =
100 static const struct ip2k_opcode ip2k_jmp_opcode[] =
109 static const struct ip2k_opcode ip2k_call_opcode[] =
118 static const struct ip2k_opcode ip2k_snc_opcode[] =
127 static const struct ip2k_opcode ip2k_inc_1sp_opcode[] =
136 static const struct ip2k_opcode ip2k_add_2sp_w_opcode[] =
145 static const struct ip2k_opcode ip2k_add_w_wreg_opcode[] =
155 static const struct ip2k_opcode ip2k_add_pcl_w_opcode[] =
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ip2k.c38 struct ip2k_opcode struct
46 static const struct ip2k_opcode ip2k_page_opcode[] = argument
55 static const struct ip2k_opcode ip2k_jmp_opcode[] =
64 static const struct ip2k_opcode ip2k_snc_opcode[] =
73 static const struct ip2k_opcode ip2k_inc_1sp_opcode[] =
82 static const struct ip2k_opcode ip2k_add_2sp_w_opcode[] =
91 static const struct ip2k_opcode ip2k_add_w_wreg_opcode[] =
101 static const struct ip2k_opcode ip2k_add_pcl_w_opcode[] =
110 static const struct ip2k_opcode ip2k_skip_opcodes[] =
237 ip2k_is_opcode (bfd_byte *code, const struct ip2k_opcode *opcodes) in ip2k_is_opcode()