Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dnds32.h854 #define INSN_BEQZ 0x4e020000 macro
980 #define INSN_BEQZ_TA (INSN_BEQZ | (REG_TA << 20))
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dnds32.h854 #define INSN_BEQZ 0x4e020000 macro
980 #define INSN_BEQZ_TA (INSN_BEQZ | (REG_TA << 20))
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-nds32.c567 INSN_BEQZ /* beqz $rt, label */
585 INSN_BEQZ /* beqz $rt, label */
602 INSN_BEQZ /* beqz $rt, label */
840 INSN_BEQZ, /* beqz $rt, $1 */
862 INSN_BEQZ, /* beqz $rt, $1 */
1481 INSN_BEQZ /* beqz $rt, label */
1498 INSN_BEQZ /* beqz $rt, label */
1625 INSN_BEQZ, /* beqz $rt, $1 */
1647 INSN_BEQZ, /* beqz $rt, $1 */
/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
Dsem-switch.c677 CASE (sem, INSN_BEQZ) : /* beqz $src2,$disp16 */ in CASE() argument
Dsem2-switch.c868 CASE (sem, INSN_BEQZ) : /* beqz $src2,$disp16 */ in CASE() argument
Dsemx-switch.c861 CASE (sem, INSN_BEQZ) : /* beqz $src2,$disp16 */ in CASE() argument
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-nds32.c10106 comp_insn = (comp_insn16 & 0x0800) ? INSN_BNEZ : INSN_BEQZ; in nds32_elf_convert_branch()
10121 comp_insn = (comp_insn16 & 0x0100) ? INSN_BNEZ : INSN_BEQZ; in nds32_elf_convert_branch()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-nds32.c10107 comp_insn = (comp_insn16 & 0x0800) ? INSN_BNEZ : INSN_BEQZ; in nds32_elf_convert_branch()
10122 comp_insn = (comp_insn16 & 0x0100) ? INSN_BNEZ : INSN_BEQZ; in nds32_elf_convert_branch()