Home | History | Annotate | Download | only in qemu

Lines Matching refs:codep

1575 static unsigned char *codep;
3331 fetch_data(the_info, codep + 1);
3333 switch (*codep)
3353 newrex = *codep;
3397 codep++;
3412 codep++;
3662 codep = priv.the_buffer;
3671 if (codep > priv.the_buffer)
3692 insn_codep = codep;
3695 fetch_data(info, codep + 1);
3696 two_source_ops = (*codep == 0x62) || (*codep == 0xc8);
3699 && ((*codep < 0xd8) || (*codep > 0xdf)))
3714 if (*codep == 0x0f)
3717 fetch_data(info, codep + 2);
3718 threebyte = *++codep;
3720 need_modrm = twobyte_has_modrm[*codep];
3721 uses_DATA_prefix = twobyte_uses_DATA_prefix[*codep];
3722 uses_REPNZ_prefix = twobyte_uses_REPNZ_prefix[*codep];
3723 uses_REPZ_prefix = twobyte_uses_REPZ_prefix[*codep];
3724 uses_LOCK_prefix = (*codep & ~0x02) == 0x20;
3725 codep++;
3728 fetch_data(info, codep + 2);
3729 op = *codep++;
3749 dp = &dis386[*codep];
3750 need_modrm = onebyte_has_modrm[*codep];
3754 uses_REPZ_prefix = *codep == 0x90;
3756 codep++;
3807 modrm.mod = (*codep >> 6) & 3;
3808 modrm.reg = (*codep >> 3) & 7;
3809 modrm.rm = *codep & 7;
3813 fetch_data(info, codep + 1);
3814 modrm.mod = (*codep >> 6) & 3;
3815 modrm.reg = (*codep >> 3) & 7;
3816 modrm.rm = *codep & 7;
3950 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep
3954 return codep - priv.the_buffer;
4279 floatop = codep[-1];
4293 codep++;
4301 if (floatop == 0xdf && codep[-1] == 0xe0)
4897 codep++;
4979 fetch_data(the_info, codep + 1);
4980 index = (*codep >> 3) & 7;
4983 scale = (*codep >> 6) & 3;
4984 base = *codep & 7;
4988 codep++;
5004 fetch_data (the_info, codep + 1);
5005 disp = *codep++;
5115 fetch_data(the_info, codep + 1);
5116 disp = *codep++;
5237 fetch_data(the_info, codep + 8);
5238 a = *codep++ & 0xff;
5239 a |= (*codep++ & 0xff) << 8;
5240 a |= (*codep++ & 0xff) << 16;
5241 a |= (*codep++ & 0xff) << 24;
5242 b = *codep++ & 0xff;
5243 b |= (*codep++ & 0xff) << 8;
5244 b |= (*codep++ & 0xff) << 16;
5245 b |= (*codep++ & 0xff) << 24;
5259 fetch_data(the_info, codep + 4);
5260 x = *codep++ & (bfd_signed_vma) 0xff;
5261 x |= (*codep++ & (bfd_signed_vma) 0xff) << 8;
5262 x |= (*codep++ & (bfd_signed_vma) 0xff) << 16;
5263 x |= (*codep++ & (bfd_signed_vma) 0xff) << 24;
5272 fetch_data(the_info, codep + 4);
5273 x = *codep++ & (bfd_signed_vma) 0xff;
5274 x |= (*codep++ & (bfd_signed_vma) 0xff) << 8;
5275 x |= (*codep++ & (bfd_signed_vma) 0xff) << 16;
5276 x |= (*codep++ & (bfd_signed_vma) 0xff) << 24;
5288 fetch_data(the_info, codep + 2);
5289 x = *codep++ & 0xff;
5290 x |= (*codep++ & 0xff) << 8;
5429 fetch_data(the_info, codep + 1);
5430 op = *codep++;
5491 fetch_data(the_info, codep + 1);
5492 op = *codep++;
5535 fetch_data(the_info, codep + 1);
5536 op = *codep++;
5581 fetch_data(the_info, codep + 1);
5582 disp = *codep++;
5600 segment = ((start_pc + codep - start_codep)
5609 disp = ((start_pc + codep - start_codep + disp) & mask) | segment;
5733 switch (codep[-1])
5757 switch (codep[-1])
5875 codep++;
5912 codep++;
5941 codep++;
6103 fetch_data(the_info, codep + 1);
6108 mnemonic = Suffix3DNow[*codep++ & 0xff];
6139 fetch_data(the_info, codep + 1);
6141 cmp_type = *codep++ & 0xff;
6248 codep++;
6260 switch (*codep)
6298 ++codep;
6302 switch (*codep++)
6329 switch (*codep)
6343 codep++;
6350 codep = insn_codep + 1;
6385 codep++;
6537 codep++;