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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c902 #define BAD_ARGS _("bad arguments to instruction") macro
8217 inst.error = BAD_ARGS;
14503 constraint ((inst.operands[0].hasreloc != 0), BAD_ARGS);
14514 constraint ((inst.operands[0].hasreloc == 0), BAD_ARGS);
16561 constraint (inst.operands[1].isreg != 1, BAD_ARGS);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c897 #define BAD_ARGS _("bad arguments to instruction") macro
8150 inst.error = BAD_ARGS;
14443 constraint ((inst.operands[0].hasreloc != 0), BAD_ARGS);
14454 constraint ((inst.operands[0].hasreloc == 0), BAD_ARGS);
16501 constraint (inst.operands[1].isreg != 1, BAD_ARGS);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c902 #define BAD_ARGS _("bad arguments to instruction") macro
8217 inst.error = BAD_ARGS;
14503 constraint ((inst.operands[0].hasreloc != 0), BAD_ARGS);
14514 constraint ((inst.operands[0].hasreloc == 0), BAD_ARGS);
16561 constraint (inst.operands[1].isreg != 1, BAD_ARGS);

Completed in 677 milliseconds