Searched refs:INSN_CLASS_16 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dscore-inst.h225 INSN_CLASS_16, enumerator in enum:insn_class
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dscore-inst.h225 INSN_CLASS_16, enumerator in enum:insn_class
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-score.c299 #define s3_GET_INSN_SIZE(type) ((s3_GET_INSN_CLASS (type) == INSN_CLASS_16) \
2427 retval = INSN_CLASS_16;
2523 else if (i_class == INSN_CLASS_16)
2583 tmp = (backup_inst1.size == s3_INSN_SIZE) ? INSN_CLASS_16 : INSN_CLASS_32;
H A Dtc-score7.c143 #define s7_GET_INSN_SIZE(type) ((s7_GET_INSN_CLASS (type) == INSN_CLASS_16) \
2572 retval = INSN_CLASS_16;
2641 else if (i_class == INSN_CLASS_16)
2711 tmp = (backup_inst1.size == s7_INSN_SIZE) ? INSN_CLASS_16 : INSN_CLASS_32;

Completed in 122 milliseconds