Home
last modified time | relevance | path

Searched refs:INSN_BEQZ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dnds32.h696 #define INSN_BEQZ 0x4e020000 macro
821 #define INSN_BEQZ_TA (INSN_BEQZ | (REG_TA << 20))
/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c9522 comp_insn = (comp_insn16 & 0x0800) ? INSN_BNEZ : INSN_BEQZ; in nds32_elf_convert_branch()
9537 comp_insn = (comp_insn16 & 0x0100) ? INSN_BNEZ : INSN_BEQZ; in nds32_elf_convert_branch()