Lines Matching refs:get_byte
99 static inline uint8_t get_byte(const struct pt_ild *ild, uint8_t i) in get_byte() function
325 ild->nominal_opcode = get_byte(ild, length); in imm_dec()
442 sib = get_byte(ild, length); in sib_dec()
474 ild->modrm_byte = get_byte(ild, length); in modrm_dec()
502 ild->nominal_opcode = get_byte(ild, length); in get_next_as_opcode()
515 b = get_byte(ild, length); in opcode_dec()
529 m = get_byte(ild, length); in opcode_dec()
572 byte = get_byte(ild, length); in prefix_decode()
672 return prefix_next(ild, length, get_byte(ild, length)); in prefix_rex()
682 ild->nominal_opcode = get_byte(ild, length); in prefix_vex_done()
703 p1 = get_byte(ild, length + 1); in prefix_vex_c5()
743 p1 = get_byte(ild, length + 1); in prefix_vex_c4()
756 p2 = get_byte(ild, length + 2); in prefix_vex_c4()
793 p1 = get_byte(ild, length + 1); in prefix_evex()
806 p2 = get_byte(ild, length + 2); in prefix_evex()