Searched refs:INSN_LH (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | score-inst.h | 60 INSN_LH = 1, enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-score7.c | 1073 {"lh", INSN_LH, 0x00000000, 0x2009, Insn_Type_SYN, s7_do_macro_ldst_label}, 3143 if ((ldst_func == INSN_LH) in s7_do_ldst_insn() 3219 else if (ldst_idx == INSN_LH) in s7_do_ldst_insn() 3246 || (ldst_idx == INSN_LH) in s7_do_ldst_insn() 3290 if ((ldst_func == INSN_LH) in s7_do_ldst_insn()
|
D | tc-score.c | 979 {"lh", INSN_LH, 0x00000000, 0x8000, Insn_Type_SYN, s3_do_macro_ldst_label}, 2980 if ((ldst_func == INSN_LH) in s3_do_ldst_insn() 3044 else if (ldst_idx == INSN_LH) in s3_do_ldst_insn() 3117 if ((ldst_func == INSN_LH) in s3_do_ldst_insn()
|