Searched refs:post_byte (Results 1 – 1 of 1) sorted by relevance
623 uint16_t *address, uint8_t post_byte, insn_desc *insn_description) in is_indexed09_post_byte_valid() argument628 switch (post_byte & 0x9F) { in is_indexed09_post_byte_valid()658 retval = (post_byte & 0x60) == 0 && in is_indexed09_post_byte_valid()669 uint16_t *address, uint8_t post_byte, insn_desc *insn_description, in is_indexed12_post_byte_valid() argument675 if (!(post_byte & 0x20)) // n5,R in is_indexed12_post_byte_valid()678 switch (post_byte & 0xe7) { in is_indexed12_post_byte_valid()719 uint8_t post_byte) in is_exg_tfr12_post_byte_valid() argument721 return !(post_byte & 0x08); in is_exg_tfr12_post_byte_valid()730 static bool is_loop_post_byte_valid(const m680x_info *info, uint8_t post_byte) in is_loop_post_byte_valid() argument733 if (post_byte >= 0xc0) in is_loop_post_byte_valid()[all …]