Searched refs:check_operand (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-h8300.c | 357 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 …]
|
D | tc-mn10200.c | 713 check_operand (unsigned long insn ATTRIBUTE_UNUSED, in check_operand() function 1074 && !check_operand (insn, operand, ex.X_add_number)) in md_assemble()
|
D | tc-mn10300.c | 1077 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/ |
D | ChangeLog-9697 | 3063 (check_operand): Likewise. 3108 (check_operand): Likewise. 3382 (check_operand): Likewise.
|
D | ChangeLog-0203 | 331 (check_operand): Not used, remove. 3308 (check_operand <insn>): Likewise. 7186 * config/tc-h8300.c (check_operand): Don't print a warning
|
D | ChangeLog-9295 | 3875 (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.
|
D | ChangeLog-0001 | 2302 (check_operand): "#if 0"'ed since it doesn't seem to be used. 5115 (check_operand): Fix warnings.
|
D | ChangeLog-9899 | 25 (mn10300_insert_operand, check_operand): Likewise.
|