Searched refs:INSN_BEQZ (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | nds32.h | 854 #define INSN_BEQZ 0x4e020000 macro 980 #define INSN_BEQZ_TA (INSN_BEQZ | (REG_TA << 20))
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | nds32.h | 854 #define INSN_BEQZ 0x4e020000 macro 980 #define INSN_BEQZ_TA (INSN_BEQZ | (REG_TA << 20))
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-nds32.c | 567 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/ |
| D | sem-switch.c | 677 CASE (sem, INSN_BEQZ) : /* beqz $src2,$disp16 */ in CASE() argument
|
| D | sem2-switch.c | 868 CASE (sem, INSN_BEQZ) : /* beqz $src2,$disp16 */ in CASE() argument
|
| D | semx-switch.c | 861 CASE (sem, INSN_BEQZ) : /* beqz $src2,$disp16 */ in CASE() argument
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-nds32.c | 10106 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/ |
| D | elf32-nds32.c | 10107 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()
|