Searched refs:next_byte (Results 1 – 6 of 6) sorted by relevance
172 #define next_byte(ieee) ((ieee)->input_p++) macro350 next_byte (ieee); in parse_int()358 next_byte (ieee); in parse_int()531 next_byte (&(ieee->h)); in parse_expression()539 next_byte (&(ieee->h)); in parse_expression()545 next_byte (&(ieee->h)); in parse_expression()550 next_byte (&(ieee->h)); in parse_expression()560 next_byte (&(ieee->h)); in parse_expression()572 next_byte (&(ieee->h)); in parse_expression()585 next_byte (&(ieee->h)); in parse_expression()[all …]
308 #define next_byte(ieee) ((ieee)->input_p++) macro500 next_byte (ieee);508 next_byte (ieee);685 next_byte (&(ieee->h));693 next_byte (&(ieee->h));699 next_byte (&(ieee->h));704 next_byte (&(ieee->h));713 next_byte (&(ieee->h));724 next_byte (&(ieee->h));736 next_byte (&(ieee->h));[all …]
67 static enum decode_result next_byte(struct x86_decode_state *, uint8_t *);169 next_byte(struct x86_decode_state *state, uint8_t *byte) in next_byte() function202 if ((res = next_byte(state, &bytes[i])) == DECODE_ERROR) in next_value()465 next_byte(state, NULL); in decode_prefix()487 res = next_byte(state, &byte); in decode_modrm()659 res = next_byte(state, &byte); in decode_opcode()671 res = next_byte(state, &byte2); in decode_opcode()721 res = next_byte(state, &byte); in decode_sib()
518 const u8 next_byte = *(u8*)(address + 1); in GetInstructionSize() local519 const u8 mod = next_byte >> 6; in GetInstructionSize()520 const u8 rm = next_byte & 7; in GetInstructionSize()
4365 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; local4370 while (next_byte != total_bytes)
4407 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; in output_constructor() local4412 while (next_byte != total_bytes) in output_constructor()