Searched refs:Insn_BCMP (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | score-inst.h | 147 Insn_BCMP, enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-score.c | 963 {"bcmpeqz", 0x0000004c, 0x3e00007e, 0x8000, Insn_BCMP, s3_do_macro_bcmpz}, 964 {"bcmpeq", 0x0000004c, 0x3e00007e, 0x8000, Insn_BCMP, s3_do_macro_bcmp}, 965 {"bcmpnez", 0x0000004e, 0x3e00007e, 0x8000, Insn_BCMP, s3_do_macro_bcmpz}, 966 {"bcmpne", 0x0000004e, 0x3e00007e, 0x8000, Insn_BCMP, s3_do_macro_bcmp}, 1227 && (s3_inst.type != Insn_BCMP)) in s3_my_get_expression() 2462 case Insn_BCMP: in s3_get_insn_class_from_type() 4588 inst_main.type = Insn_BCMP; in s3_do_macro_bcmp() 4738 inst_main.type = Insn_BCMP; in s3_do_macro_bcmpz() 7000 case Insn_BCMP : in s3_relax_frag()
|