Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-microblaze.c508 *reg = REG_PVR + tmpreg; in parse_reg()
512 *reg = REG_PVR; in parse_reg()
851 || (*reg >= REG_PVR+MIN_PVR_REGNUM && *reg <= REG_PVR+MAX_PVR_REGNUM)) in check_spl_reg()
1378 else if (reg2 >= (REG_PVR+MIN_PVR_REGNUM) && reg2 <= (REG_PVR+MAX_PVR_REGNUM)) in md_assemble()
/toolchain/binutils/binutils-2.25/opcodes/
Dmicroblaze-opcm.h107 #define REG_PVR 40960 /* Program Verification reg. */ macro