Lines Matching refs:spec_reg
98 const struct cris_spec_reg *spec_reg; member
1305 if (output_instruction.spec_reg != NULL) in md_assemble()
1308 opcodep[0] = -output_instruction.spec_reg->reg_size; in md_assemble()
1842 if (! get_spec_reg (&s, &out_insnp->spec_reg)) in cris_process_instruction()
1850 if (out_insnp->spec_reg->warning) in cris_process_instruction()
1851 as_warn ("%s", out_insnp->spec_reg->warning); in cris_process_instruction()
1852 else if (out_insnp->spec_reg->applicable_version in cris_process_instruction()
1856 out_insnp->spec_reg->name); in cris_process_instruction()
1859 |= out_insnp->spec_reg->number << 12; in cris_process_instruction()
2134 switch (out_insnp->spec_reg->reg_size) in cris_process_instruction()
2160 BAD_CASE (out_insnp->spec_reg->reg_size); in cris_process_instruction()
2222 BAD_CASE (out_insnp->spec_reg->reg_size); in cris_process_instruction()