Home
last modified time | relevance | path

Searched refs:Insn_BCMP (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dscore-inst.h147 Insn_BCMP, enumerator
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dscore-inst.h147 Insn_BCMP, enumerator
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-score.c958 {"bcmpeqz", 0x0000004c, 0x3e00007e, 0x8000, Insn_BCMP, s3_do_macro_bcmpz},
959 {"bcmpeq", 0x0000004c, 0x3e00007e, 0x8000, Insn_BCMP, s3_do_macro_bcmp},
960 {"bcmpnez", 0x0000004e, 0x3e00007e, 0x8000, Insn_BCMP, s3_do_macro_bcmpz},
961 {"bcmpne", 0x0000004e, 0x3e00007e, 0x8000, Insn_BCMP, s3_do_macro_bcmp},
1222 && (s3_inst.type != Insn_BCMP)) in s3_my_get_expression()
2458 case Insn_BCMP: in s3_get_insn_class_from_type()
4586 inst_main.type = Insn_BCMP; in s3_do_macro_bcmp()
4735 inst_main.type = Insn_BCMP; in s3_do_macro_bcmpz()
6923 case Insn_BCMP : in s3_relax_frag()