Searched refs:iszr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c566 unsigned iszr : 1; /* Operand is ZR register. */ member in struct:arm_it::__anon118
7342 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
7361 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
8186 if (!inst.operands[i].iszr && inst.operands[i].reg == REG_PC)
16150 && !inst.operands[2].iszr, BAD_PC);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c564 unsigned iszr : 1; /* Operand is ZR register. */ member in struct:arm_it::__anon850
7287 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
7306 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
8119 if (!inst.operands[i].iszr && inst.operands[i].reg == REG_PC)
16090 && !inst.operands[2].iszr, BAD_PC);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c566 unsigned iszr : 1; /* Operand is ZR register. */ member in struct:arm_it::__anon384
7342 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
7361 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
8186 if (!inst.operands[i].iszr && inst.operands[i].reg == REG_PC)
16150 && !inst.operands[2].iszr, BAD_PC);

Completed in 515 milliseconds