Lines Matching refs:get_byte
60 static inline uint8_t get_byte(const struct pt_ild *ild, uint8_t i) in get_byte() function
286 ild->nominal_opcode = get_byte(ild, length); in imm_dec()
403 sib = get_byte(ild, length); in sib_dec()
435 ild->modrm_byte = get_byte(ild, length); in modrm_dec()
463 ild->nominal_opcode = get_byte(ild, length); in get_next_as_opcode()
476 b = get_byte(ild, length); in opcode_dec()
490 m = get_byte(ild, length); in opcode_dec()
818 byte = get_byte(ild, length); in prefix_decode()
918 return prefix_next(ild, length, get_byte(ild, length)); in prefix_rex()
928 ild->nominal_opcode = get_byte(ild, length); in prefix_vex_done()
949 p1 = get_byte(ild, length + 1); in prefix_vex_c5()
989 p1 = get_byte(ild, length + 1); in prefix_vex_c4()
1002 p2 = get_byte(ild, length + 2); in prefix_vex_c4()
1039 p1 = get_byte(ild, length + 1); in prefix_evex()
1052 p2 = get_byte(ild, length + 2); in prefix_evex()