Searched refs:check_operand (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-h8300.c305 static void check_operand (struct h8_op *, unsigned int, char *);
1231 check_operand (struct h8_op *operand, unsigned int width, char *string) function
1292 check_operand (operand, 0x3, t);
1297 check_operand (operand, 0x7, t);
1301 check_operand (operand, 0xF, t);
1305 check_operand (operand, 0x1F, t);
1310 check_operand (operand, 0xff, t);
1315 check_operand (operand, 0xffff, t);
1320 check_operand (operand, 0xffffff, t);
1595 check_operand (operan
[all...]
H A Dtc-mn10200.c751 check_operand (unsigned long insn ATTRIBUTE_UNUSED,
1112 && !check_operand (insn, operand, ex.X_add_number))
748 check_operand (unsigned long insn ATTRIBUTE_UNUSED, function
H A Dtc-mn10300.c100 static unsigned long check_operand PARAMS ((unsigned long,
1872 && !check_operand (insn, operand, ex.X_add_number))
2697 check_operand (insn, operand, val)
2694 check_operand (insn, operand, val) function
/haiku-buildtools/binutils/gas/config/
H A Dtc-h8300.c357 static void check_operand (struct h8_op *, unsigned int, const char *);
1288 check_operand (struct h8_op *operand, unsigned int width, const char *string) function
1349 check_operand (operand, 0x3, t);
1354 check_operand (operand, 0x7, t);
1358 check_operand (operand, 0xF, t);
1362 check_operand (operand, 0x1F, t);
1367 check_operand (operand, 0xff, t);
1372 check_operand (operand, 0xffff, t);
1388 check_operand (operand, 0xffffff, t);
1683 check_operand (operan
[all...]
H A Dtc-mn10200.c716 check_operand (unsigned long insn ATTRIBUTE_UNUSED,
1077 && !check_operand (insn, operand, ex.X_add_number))
713 check_operand (unsigned long insn ATTRIBUTE_UNUSED, function
H A Dtc-mn10300.c1080 check_operand (const struct mn10300_operand *operand,
1732 && !check_operand (operand, ex.X_add_number))
1077 check_operand (const struct mn10300_operand *operand, function

Completed in 108 milliseconds