Home
last modified time | relevance | path

Searched refs:check_operand (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
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) in check_operand() function
1349 check_operand (operand, 0x3, t); in do_a_fix_imm()
1354 check_operand (operand, 0x7, t); in do_a_fix_imm()
1358 check_operand (operand, 0xF, t); in do_a_fix_imm()
1362 check_operand (operand, 0x1F, t); in do_a_fix_imm()
1367 check_operand (operand, 0xff, t); in do_a_fix_imm()
1372 check_operand (operand, 0xffff, t); in do_a_fix_imm()
1388 check_operand (operand, 0xffffff, t); in do_a_fix_imm()
1682 check_operand (operand + i, size16 ? 0x7fff : 0x7f, "@"); in build_bytes()
[all …]
Dtc-mn10200.c713 check_operand (unsigned long insn ATTRIBUTE_UNUSED, in check_operand() function
1074 && !check_operand (insn, operand, ex.X_add_number)) in md_assemble()
Dtc-mn10300.c1077 check_operand (const struct mn10300_operand *operand, in check_operand() function
1729 && !check_operand (operand, ex.X_add_number)) in md_assemble()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-96973063 (check_operand): Likewise.
3108 (check_operand): Likewise.
3382 (check_operand): Likewise.
DChangeLog-0203331 (check_operand): Not used, remove.
3308 (check_operand <insn>): Likewise.
7186 * config/tc-h8300.c (check_operand): Don't print a warning
DChangeLog-92953875 (check_operand): Cast X_add_number to unsigned long for printf.
9075 address seen. (check_operand): Don't complain if truncating top
10147 * config/tc-h8300.c (parse_exp, colonmod24, check_operand,
10185 * config/tc-z8k.c (parse_exp, check_operand, newfix): Ditto.
DChangeLog-00012302 (check_operand): "#if 0"'ed since it doesn't seem to be used.
5115 (check_operand): Fix warnings.
DChangeLog-989925 (mn10300_insert_operand, check_operand): Likewise.