• Home
  • Raw
  • Download

Lines Matching refs:codep

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