Searched refs:spec_reg (Results 1 – 5 of 5) sorted by relevance
99 const struct cris_spec_reg *spec_reg; member938 if (output_instruction.spec_reg != NULL)941 opcodep[0] = -output_instruction.spec_reg->reg_size;1364 if (! get_spec_reg (&s, &out_insnp->spec_reg))1372 if (out_insnp->spec_reg->warning)1373 as_warn (out_insnp->spec_reg->warning);1374 else if (out_insnp->spec_reg->applicable_version1378 out_insnp->spec_reg->name);1381 |= out_insnp->spec_reg->number << 12;1561 switch (out_insnp->spec_reg->reg_size)[all …]
99 const struct cris_spec_reg *spec_reg; member1291 if (output_instruction.spec_reg != NULL) in md_assemble()1294 opcodep[0] = -output_instruction.spec_reg->reg_size; in md_assemble()1813 if (! get_spec_reg (&s, &out_insnp->spec_reg)) in cris_process_instruction()1821 if (out_insnp->spec_reg->warning) in cris_process_instruction()1822 as_warn (out_insnp->spec_reg->warning); in cris_process_instruction()1823 else if (out_insnp->spec_reg->applicable_version in cris_process_instruction()1827 out_insnp->spec_reg->name); in cris_process_instruction()1830 |= out_insnp->spec_reg->number << 12; in cris_process_instruction()2104 switch (out_insnp->spec_reg->reg_size) in cris_process_instruction()[all …]
457 unsigned int spec_reg = (insn >> 12) & 15; local459 = spec_reg_info (spec_reg);
495 unsigned int spec_reg = (insn >> 12) & 15; in cris_constraint() local497 = spec_reg_info (spec_reg, disdata->distype); in cris_constraint()
1270 cris_spec_reg_applicable (struct cris_spec_reg spec_reg) in cris_spec_reg_applicable() argument1274 switch (spec_reg.applicable_version) in cris_spec_reg_applicable()