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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c906 #define BAD_EVEN _("Even register not allowed here") macro
8200 inst.error = BAD_EVEN;
16258 constraint ((inst.operands[2].reg % 2) != 1, BAD_EVEN);
18493 constraint ((inst.operands[1].reg % 2) != 1, BAD_EVEN);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c901 #define BAD_EVEN _("Even register not allowed here") macro
8133 inst.error = BAD_EVEN;
16198 constraint ((inst.operands[2].reg % 2) != 1, BAD_EVEN);
18433 constraint ((inst.operands[1].reg % 2) != 1, BAD_EVEN);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c906 #define BAD_EVEN _("Even register not allowed here") macro
8200 inst.error = BAD_EVEN;
16258 constraint ((inst.operands[2].reg % 2) != 1, BAD_EVEN);
18493 constraint ((inst.operands[1].reg % 2) != 1, BAD_EVEN);

Completed in 592 milliseconds