Lines Matching refs:max_bytes
322 if (ild->max_bytes <= length) in imm_dec()
335 if (ild->max_bytes < length) in imm_dec()
422 if (length + disp_bytes > ild->max_bytes) in disp_dec()
439 if (ild->max_bytes <= length) in sib_dec()
471 if (length >= ild->max_bytes) in modrm_dec()
499 if (ild->max_bytes <= length) in get_next_as_opcode()
525 if (ild->max_bytes <= length) in opcode_dec()
569 if (ild->max_bytes <= length) in prefix_decode()
689 uint8_t max_bytes; in prefix_vex_c5() local
697 max_bytes = ild->max_bytes; in prefix_vex_c5()
700 if (max_bytes <= (length + 1)) in prefix_vex_c5()
713 if (max_bytes < (length + 3)) in prefix_vex_c5()
729 uint8_t max_bytes; in prefix_vex_c4() local
737 max_bytes = ild->max_bytes; in prefix_vex_c4()
740 if (max_bytes <= (length + 1)) in prefix_vex_c4()
753 if (max_bytes < (length + 4)) in prefix_vex_c4()
779 uint8_t max_bytes; in prefix_evex() local
787 max_bytes = ild->max_bytes; in prefix_evex()
790 if (max_bytes <= (length + 1)) in prefix_evex()
803 if (max_bytes < (length + 5)) in prefix_evex()
1214 ild.max_bytes = insn->size; in pt_ild_decode()