Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dscore-inst.h225 INSN_CLASS_16, enumerator
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-score7.c143 #define s7_GET_INSN_SIZE(type) ((s7_GET_INSN_CLASS (type) == INSN_CLASS_16) \
2567 retval = INSN_CLASS_16; in s7_get_insn_class_from_type()
2636 else if (i_class == INSN_CLASS_16) in s7_adjust_paritybit()
2706 tmp = (backup_inst1.size == s7_INSN_SIZE) ? INSN_CLASS_16 : INSN_CLASS_32; in s7_gen_insn_frag()
Dtc-score.c299 #define s3_GET_INSN_SIZE(type) ((s3_GET_INSN_CLASS (type) == INSN_CLASS_16) \
2422 retval = INSN_CLASS_16; in s3_get_insn_class_from_type()
2518 else if (i_class == INSN_CLASS_16) in s3_adjust_paritybit()
2578 tmp = (backup_inst1.size == s3_INSN_SIZE) ? INSN_CLASS_16 : INSN_CLASS_32; in s3_gen_insn_frag()