Lines Matching defs:ModRM

61 static char *get_byte_reg(unsigned ModRM)  in get_byte_reg()
66 static char *get_word_reg(unsigned ModRM) in get_word_reg()
71 static char *get_seg_reg(unsigned ModRM) in get_seg_reg()
88 static char *get_mem(unsigned ModRM, BYTE *seg, unsigned *off, char **reg, char *msg) in get_mem()
147 unsigned ModRM = GetMemB(seg,off); in print_instruction() local
153 unsigned ModRM = GetMemInc(seg, off); in decode_br8() local
160 unsigned ModRM = GetMemInc(seg,off); in decode_r8b() local
167 unsigned ModRM = GetMemInc(seg,off); in decode_wr16() local
174 unsigned ModRM = GetMemInc(seg,off); in decode_r16w() local
218 unsigned ModRM = GetMemInc(seg, off); in decode_bd8() local
226 unsigned ModRM = GetMemInc(seg, off); in decode_wd16() local
234 unsigned ModRM = GetMemInc(seg, off); in decode_wd8() local
242 unsigned ModRM = GetMemInc(seg, off); in decode_ws() local
249 unsigned ModRM = GetMemInc(seg, off); in decode_sw() local
256 unsigned ModRM = GetMemInc(seg, off); in decode_w() local
263 unsigned ModRM = GetMemInc(seg, off); in decode_b() local
346 unsigned ModRM = GetMemInc(seg, off); in decode_bbit1() local
353 unsigned ModRM = GetMemInc(seg, off); in decode_wbit1() local
360 unsigned ModRM = GetMemInc(seg, off); in decode_bbitcl() local
367 unsigned ModRM = GetMemInc(seg, off); in decode_wbitcl() local
380 unsigned ModRM = GetMemInc(seg, off); in decode_escape() local
415 unsigned ModRM = GetMemInc(seg, off); in decode_far_ind() local
445 unsigned ModRM = GetMemB(seg, off); in decode_f6() local
454 unsigned ModRM = GetMemB(seg, off); in decode_f7() local
463 unsigned ModRM = (GetMemB(seg, off) & 0x38) >> 3; in decode_ff() local