Lines Matching refs:max_bytes
283 if (ild->max_bytes <= length) in imm_dec()
296 if (ild->max_bytes < length) in imm_dec()
383 if (length + disp_bytes > ild->max_bytes) in disp_dec()
400 if (ild->max_bytes <= length) in sib_dec()
432 if (length >= ild->max_bytes) in modrm_dec()
460 if (ild->max_bytes <= length) in get_next_as_opcode()
486 if (ild->max_bytes <= length) in opcode_dec()
815 if (ild->max_bytes <= length) in prefix_decode()
935 uint8_t max_bytes; in prefix_vex_c5() local
943 max_bytes = ild->max_bytes; in prefix_vex_c5()
946 if (max_bytes <= (length + 1)) in prefix_vex_c5()
959 if (max_bytes < (length + 3)) in prefix_vex_c5()
975 uint8_t max_bytes; in prefix_vex_c4() local
983 max_bytes = ild->max_bytes; in prefix_vex_c4()
986 if (max_bytes <= (length + 1)) in prefix_vex_c4()
999 if (max_bytes < (length + 4)) in prefix_vex_c4()
1025 uint8_t max_bytes; in prefix_evex() local
1033 max_bytes = ild->max_bytes; in prefix_evex()
1036 if (max_bytes <= (length + 1)) in prefix_evex()
1049 if (max_bytes < (length + 5)) in prefix_evex()
1420 ild.max_bytes = insn->size; in pt_ild_decode()