Searched refs:REG_LP (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | nds32.h | 36 #define REG_LP (30) macro 978 #define INSN_JRAL_TA (INSN_JRAL | (REG_LP << 20) | (REG_TA << 10))
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | nds32.h | 36 #define REG_LP (30) macro 978 #define INSN_JRAL_TA (INSN_JRAL | (REG_LP << 20) | (REG_TA << 10))
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | nds32-tdep.c | 1086 else if (insn == N32_JREG (JR, 0, REG_LP, 0, 1)) in nds32_analyze_epilogue_insn32() 1124 if (insn == N16_TYPE5 (RET5, REG_LP)) in nds32_analyze_epilogue_insn16()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-nds32.c | 8153 if (N32_RT5 (insn) == REG_LP && N32_JREG_HINT (insn) == 0) in nds32_convert_32_to_16() 8477 insn = N32_JREG (JRAL, REG_LP, N16_RA5 (insn16), 0, 0); in nds32_convert_16_to_32()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-nds32.c | 8154 if (N32_RT5 (insn) == REG_LP && N32_JREG_HINT (insn) == 0) in nds32_convert_32_to_16() 8478 insn = N32_JREG (JRAL, REG_LP, N16_RA5 (insn16), 0, 0); in nds32_convert_16_to_32()
|