Searched refs:INSN_LW (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | score-inst.h | 59 INSN_LW = 0, enumerator
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-score7.c | 1075 {"lw", INSN_LW, 0x00000000, 0x2008, Insn_Type_SYN, s7_do_macro_ldst_label}, 3145 || (ldst_func == INSN_LW) in s7_do_ldst_insn() 3223 else if (ldst_idx == INSN_LW) in s7_do_ldst_insn() 3247 || (ldst_idx == INSN_LW) in s7_do_ldst_insn() 3292 || (ldst_func == INSN_LW) in s7_do_ldst_insn()
|
D | tc-score.c | 981 {"lw", INSN_LW, 0x00000000, 0x1000, Insn_Type_SYN, s3_do_macro_ldst_label}, 2982 || (ldst_func == INSN_LW) in s3_do_ldst_insn() 3048 else if (ldst_idx == INSN_LW) in s3_do_ldst_insn() 3074 if ( (ldst_idx == INSN_LW)|| (ldst_idx == INSN_SW)) in s3_do_ldst_insn() 3119 || (ldst_func == INSN_LW) in s3_do_ldst_insn()
|