Lines Matching refs:opcode_descriptor
13033 struct opcode_descriptor { struct
13055 static const struct opcode_descriptor b_insns_32[] = { argument
13061 static const struct opcode_descriptor bc_insn_32 =
13064 static const struct opcode_descriptor bz_insn_32 =
13067 static const struct opcode_descriptor bzal_insn_32 =
13070 static const struct opcode_descriptor beq_insn_32 =
13073 static const struct opcode_descriptor b_insn_16 =
13076 static const struct opcode_descriptor bz_insn_16 =
13088 static const struct opcode_descriptor bz_rs_insns_32[] = {
13094 static const struct opcode_descriptor bz_rt_insns_32[] = {
13100 static const struct opcode_descriptor bzc_insns_32[] = {
13106 static const struct opcode_descriptor bz_insns_16[] = {
13121 static const struct opcode_descriptor jal_insn_32_bd16 =
13124 static const struct opcode_descriptor jal_insn_32_bd32 =
13127 static const struct opcode_descriptor jal_x_insn_32_bd32 =
13130 static const struct opcode_descriptor j_insn_32 =
13133 static const struct opcode_descriptor jalr_insn_32 =
13138 static const struct opcode_descriptor ds_insns_32_bd16[] = {
13152 static const struct opcode_descriptor ds_insns_32_bd32[] = {
13163 static const struct opcode_descriptor jalr_insn_16_bd16 =
13166 static const struct opcode_descriptor jalr_insn_16_bd32 =
13169 static const struct opcode_descriptor jr_insn_16 =
13176 static const struct opcode_descriptor ds_insns_16_bd16[] = {
13188 static const struct opcode_descriptor lui_insn =
13194 static const struct opcode_descriptor addiu_insn =
13197 static const struct opcode_descriptor addiupc_insn =
13214 static const struct opcode_descriptor move_insns_32[] = {
13220 static const struct opcode_descriptor move_insn_16 =
13226 static const struct opcode_descriptor nop_insn_32 =
13229 static const struct opcode_descriptor nop_insn_16 =
13238 find_match (unsigned long opcode, const struct opcode_descriptor insn[]) in find_match()