Lines Matching refs:codep

1139 static unsigned char *codep;  variable
1720 FETCH_DATA (the_info, codep + 1); in ckprefix()
1722 switch (*codep) in ckprefix()
1742 newrex = *codep; in ckprefix()
1786 codep++; in ckprefix()
1801 codep++; in ckprefix()
2050 codep = priv.the_buffer; in print_insn()
2059 if (codep > priv.the_buffer) in print_insn()
2080 insn_codep = codep; in print_insn()
2083 FETCH_DATA (info, codep + 1); in print_insn()
2084 two_source_ops = (*codep == 0x62) || (*codep == 0xc8); in print_insn()
2087 && ((*codep < 0xd8) || (*codep > 0xdf))) in print_insn()
2100 if (*codep == 0x0f) in print_insn()
2102 FETCH_DATA (info, codep + 2); in print_insn()
2103 dp = &dis386_twobyte[*++codep]; in print_insn()
2104 need_modrm = twobyte_has_modrm[*codep]; in print_insn()
2105 uses_SSE_prefix = twobyte_uses_SSE_prefix[*codep]; in print_insn()
2109 dp = &dis386[*codep]; in print_insn()
2110 need_modrm = onebyte_has_modrm[*codep]; in print_insn()
2113 codep++; in print_insn()
2161 FETCH_DATA (info, codep + 1); in print_insn()
2162 mod = (*codep >> 6) & 3; in print_insn()
2163 reg = (*codep >> 3) & 7; in print_insn()
2164 rm = *codep & 7; in print_insn()
2309 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep in print_insn()
2312 return codep - priv.the_buffer; in print_insn()
2562 floatop = codep[-1]; in dofloat()
2578 codep++; in dofloat()
2586 if (floatop == 0xdf && codep[-1] == 0xe0) in dofloat()
3008 codep++; in OP_E()
3074 FETCH_DATA (the_info, codep + 1); in OP_E()
3075 scale = (*codep >> 6) & 3; in OP_E()
3076 index = (*codep >> 3) & 7; in OP_E()
3077 base = *codep & 7; in OP_E()
3084 codep++; in OP_E()
3099 FETCH_DATA (the_info, codep + 1); in OP_E()
3100 disp = *codep++; in OP_E()
3241 FETCH_DATA (the_info, codep + 1); in OP_E()
3242 disp = *codep++; in OP_E()
3320 FETCH_DATA (the_info, codep + 8); in get64()
3321 a = *codep++ & 0xff; in get64()
3322 a |= (*codep++ & 0xff) << 8; in get64()
3323 a |= (*codep++ & 0xff) << 16; in get64()
3324 a |= (*codep++ & 0xff) << 24; in get64()
3325 b = *codep++ & 0xff; in get64()
3326 b |= (*codep++ & 0xff) << 8; in get64()
3327 b |= (*codep++ & 0xff) << 16; in get64()
3328 b |= (*codep++ & 0xff) << 24; in get64()
3342 FETCH_DATA (the_info, codep + 4); in get32()
3343 x = *codep++ & (bfd_signed_vma) 0xff; in get32()
3344 x |= (*codep++ & (bfd_signed_vma) 0xff) << 8; in get32()
3345 x |= (*codep++ & (bfd_signed_vma) 0xff) << 16; in get32()
3346 x |= (*codep++ & (bfd_signed_vma) 0xff) << 24; in get32()
3355 FETCH_DATA (the_info, codep + 4); in get32s()
3356 x = *codep++ & (bfd_signed_vma) 0xff; in get32s()
3357 x |= (*codep++ & (bfd_signed_vma) 0xff) << 8; in get32s()
3358 x |= (*codep++ & (bfd_signed_vma) 0xff) << 16; in get32s()
3359 x |= (*codep++ & (bfd_signed_vma) 0xff) << 24; in get32s()
3371 FETCH_DATA (the_info, codep + 2); in get16()
3372 x = *codep++ & 0xff; in get16()
3373 x |= (*codep++ & 0xff) << 8; in get16()
3510 FETCH_DATA (the_info, codep + 1); in OP_I()
3511 op = *codep++; in OP_I()
3568 FETCH_DATA (the_info, codep + 1); in OP_I64()
3569 op = *codep++; in OP_I64()
3613 FETCH_DATA (the_info, codep + 1); in OP_sI()
3614 op = *codep++; in OP_sI()
3662 FETCH_DATA (the_info, codep + 1); in OP_J()
3663 disp = *codep++; in OP_J()
3683 disp = (start_pc + codep - start_codep + disp) & mask; in OP_J()
3903 codep++; in OP_EM()
3927 codep++; in OP_EX()
4067 FETCH_DATA (the_info, codep + 1); in OP_3DNowSuffix()
4072 mnemonic = Suffix3DNow[*codep++ & 0xff]; in OP_3DNowSuffix()
4103 FETCH_DATA (the_info, codep + 1); in OP_SIMD_Suffix()
4105 cmp_type = *codep++ & 0xff; in OP_SIMD_Suffix()
4173 codep++; in PNI_Fixup()
4179 if (*codep == 0xca) in PNI_Fixup()
4181 else if (*codep == 0xcb) in PNI_Fixup()
4183 codep++; in PNI_Fixup()
4206 codep++; in XCR_Fixup()
4217 switch (*codep) in INVLPG_Fixup()
4231 codep++; in INVLPG_Fixup()
4263 FETCH_DATA (the_info, codep + 1);
4270 if (xcrypt[i].opc == (*codep & 0xff))
4272 codep++;
4287 FETCH_DATA (the_info, codep + 1);
4294 if (xcrypt2[i].opc == (*codep & 0xff))
4296 codep++;
4328 FETCH_DATA (the_info, codep + 1);
4332 if (aes[i].opc == (*codep & 0xff))
4335 codep++;
4340 FETCH_DATA (the_info, codep + 1);
4341 sprintf (scratchbuf, " %%xmm%d", XMM_SRC (rex, *codep));
4343 sprintf (scratchbuf, ",%%xmm%d", XMM_DST (rex, *codep));
4346 codep++;
4373 FETCH_DATA (the_info, codep + 1);
4376 op = *codep;
4377 codep++;
4379 FETCH_DATA (the_info, codep + 1);
4382 xmms = XMM_DST (rex, *codep) << 8;
4383 xmms |= XMM_SRC (rex, *codep);
4384 codep++;
4387 FETCH_DATA (the_info, codep + 2);
4388 imm = *codep;
4389 codep++;
4436 codep = insn_codep + 1; in BadOp()