Home | History | Annotate | Download | only in config

Lines Matching refs:mips_opcode

136   const struct mips_opcode *insn_mo;
2125 micromips_insn_length (const struct mips_opcode *mo)
2154 create_insn (struct mips_cl_insn *insn, const struct mips_opcode *mo)
3246 is_opcode_valid (const struct mips_opcode *mo)
3288 is_opcode_valid_16 (const struct mips_opcode *mo)
3297 is_size_valid (const struct mips_opcode *mo)
3331 is_delay_slot_valid (const struct mips_opcode *mo)
3358 validate_mips_insn (const struct mips_opcode *opcode,
3447 validate_mips16_insn (const struct mips_opcode *opcode,
3454 struct mips_opcode tmp;
3467 validate_micromips_insn (const struct mips_opcode *opc,
4428 insn_read_mask (const struct mips_opcode *opcode)
4437 insn_write_mask (const struct mips_opcode *opcode)
4657 mips_oddfpreg_ok (const struct mips_opcode *insn, int opnum)
4838 convert_reg_type (const struct mips_opcode *opcode,
5696 const struct mips_opcode *opcode;
5698 /* The mips_opcode records whether this is an octobyte or quadhalf
6412 fix_24k_align_to (const struct mips_opcode *mo)
6961 const struct mips_opcode *mo, *end;
7814 match_insn (struct mips_cl_insn *insn, const struct mips_opcode *opcode,
8063 match_mips16_insn (struct mips_cl_insn *insn, const struct mips_opcode *opcode,
8260 match_insns (struct mips_cl_insn *insn, const struct mips_opcode *first,
8261 const struct mips_opcode *past, struct mips_operand_token *tokens,
8264 const struct mips_opcode *opcode;
8265 const struct mips_opcode *invalid_delay_slot;
8340 match_mips16_insns (struct mips_cl_insn *insn, const struct mips_opcode *first,
8343 const struct mips_opcode *opcode;
8555 const struct mips_opcode *mo = NULL;
8557 const struct mips_opcode *amo;
8577 amo = (struct mips_opcode *) hash_find (hash, name);
8710 struct mips_opcode *mo;
8716 mo = (struct mips_opcode *) hash_find (mips16_op_hash, name);
13675 static struct mips_opcode *
13682 struct mips_opcode *insn;
13690 insn = (struct mips_opcode *) hash_find (hash, name);
13702 insn = (struct mips_opcode *) hash_find (hash, name);
13728 insn = (struct mips_opcode *) hash_find (hash, name);
13749 const struct mips_opcode *first, *past;
13805 struct mips_opcode *first;
13846 first = (struct mips_opcode *) hash_find (mips16_op_hash, str);
14730 mips_opcodes = (struct mips_opcode *) mips_builtin_opcodes;