Lines Matching refs:check_operand
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()
1720 check_operand (operand + i, 0xff, "@@"); in build_bytes()
1730 check_operand (operand + i, 0x7f, "@@"); in build_bytes()
1762 check_operand (operand + i, in build_bytes()