Home
last modified time | relevance | path

Searched refs:N32_OP6 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dnds32-dis.c266 op = N32_OP6 (insn); in nds32_parse_opcode()
694 uint32_t opcode = N32_OP6 (insn); in nds32_mask_opcode()
966 op = N32_OP6 (insn); in nds32_special_opcode()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c7077 op6 = N32_OP6 (insn); in nds32_convert_32_to_16()
7537 switch (N32_OP6 (insn)) in special_convert_32_to_16()
7846 switch (N32_OP6 (insn)) in is_sda_access_insn()
7879 switch (N32_OP6 (insn)) in turn_insn_to_sda_access()
7901 switch (N32_OP6 (insn)) in turn_insn_to_sda_access()
7919 switch (N32_OP6 (insn)) in turn_insn_to_sda_access()
9460 if (N32_OP6 (insn) == N32_OP6_BR1) in nds32_elf_convert_branch()
9472 else if (N32_OP6 (insn) == N32_OP6_BR3) in nds32_elf_convert_branch()
9636 reloc = (N32_OP6 (re_insn) == N32_OP6_BR1) ? in nds32_elf_relax_longjump2()
9648 else if (N32_OP6 (re_insn) == N32_OP6_BR1 in nds32_elf_relax_longjump2()
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dnds32.h135 #define N32_OP6(insn) (((insn) >> 25) & 0x3f) macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c4697 opcode = N32_OP6 (pattern->opcode->value); in nds32_find_reloc_table()