Searched refs:other_major (Results 1 – 2 of 2) sorted by relevance
563 CGEN_ATTR_VALUE_ENUM_TYPE other_major;566 other_major = CGEN_INSN_ATTR_VALUE (vliw->insn[0], CGEN_INSN_FR450_MAJOR);569 if (other_major == FR450_MAJOR_M_4)580 return !(other_major >= FR450_MAJOR_M_1581 && other_major <= FR450_MAJOR_M_6);586 return !(other_major == FR450_MAJOR_M_2587 || other_major == FR450_MAJOR_M_4588 || other_major == FR450_MAJOR_M_6);
516 CGEN_ATTR_VALUE_ENUM_TYPE other_major; in fr450_check_insn_major_constraints() local519 other_major = CGEN_INSN_ATTR_VALUE (vliw->insn[0], CGEN_INSN_FR450_MAJOR); in fr450_check_insn_major_constraints()522 if (other_major == FR450_MAJOR_M_4) in fr450_check_insn_major_constraints()533 return !(other_major >= FR450_MAJOR_M_1 in fr450_check_insn_major_constraints()534 && other_major <= FR450_MAJOR_M_6); in fr450_check_insn_major_constraints()539 return !(other_major == FR450_MAJOR_M_2 in fr450_check_insn_major_constraints()540 || other_major == FR450_MAJOR_M_4 in fr450_check_insn_major_constraints()541 || other_major == FR450_MAJOR_M_6); in fr450_check_insn_major_constraints()