Home
last modified time | relevance | path

Searched refs:other_major (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/cpu/
Dfrv.opc563 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_1
581 && other_major <= FR450_MAJOR_M_6);
586 return !(other_major == FR450_MAJOR_M_2
587 || other_major == FR450_MAJOR_M_4
588 || other_major == FR450_MAJOR_M_6);
/toolchain/binutils/binutils-2.25/opcodes/
Dfrv-opc.c516 CGEN_ATTR_VALUE_ENUM_TYPE other_major; in fr450_check_insn_major_constraints() local
519 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()