Lines Matching refs:codep

1190 static unsigned char *codep;  variable
2353 FETCH_DATA (the_info, codep + 1); in ckprefix()
2355 switch (*codep) in ckprefix()
2375 newrex = *codep; in ckprefix()
2419 codep++; in ckprefix()
2434 codep++; in ckprefix()
2686 codep = priv.the_buffer; in print_insn()
2695 if (codep > priv.the_buffer) in print_insn()
2716 insn_codep = codep; in print_insn()
2719 FETCH_DATA (info, codep + 1); in print_insn()
2720 two_source_ops = (*codep == 0x62) || (*codep == 0xc8); in print_insn()
2723 && ((*codep < 0xd8) || (*codep > 0xdf))) in print_insn()
2737 if (*codep == 0x0f) in print_insn()
2739 FETCH_DATA (info, codep + 2); in print_insn()
2740 dp = &dis386_twobyte[*++codep]; in print_insn()
2741 need_modrm = twobyte_has_modrm[*codep]; in print_insn()
2742 uses_SSE_prefix = twobyte_uses_SSE_prefix[*codep]; in print_insn()
2743 uses_LOCK_prefix = (*codep & ~0x02) == 0x20; in print_insn()
2747 dp = &dis386[*codep]; in print_insn()
2748 need_modrm = onebyte_has_modrm[*codep]; in print_insn()
2752 codep++; in print_insn()
2800 FETCH_DATA (info, codep + 2); in print_insn()
2801 dp = &three_byte_table[dp->bytemode2][*codep++]; in print_insn()
2802 mod = (*codep >> 6) & 3; in print_insn()
2803 reg = (*codep >> 3) & 7; in print_insn()
2804 rm = *codep & 7; in print_insn()
2808 FETCH_DATA (info, codep + 1); in print_insn()
2809 mod = (*codep >> 6) & 3; in print_insn()
2810 reg = (*codep >> 3) & 7; in print_insn()
2811 rm = *codep & 7; in print_insn()
2957 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep in print_insn()
2960 return codep - priv.the_buffer; in print_insn()
3285 floatop = codep[-1]; in dofloat()
3299 codep++; in dofloat()
3307 if (floatop == 0xdf && codep[-1] == 0xe0) in dofloat()
3842 codep++; in OP_E()
3920 FETCH_DATA (the_info, codep + 1); in OP_E()
3921 index = (*codep >> 3) & 7; in OP_E()
3924 scale = (*codep >> 6) & 3; in OP_E()
3925 base = *codep & 7; in OP_E()
3929 codep++; in OP_E()
3945 FETCH_DATA (the_info, codep + 1); in OP_E()
3946 disp = *codep++; in OP_E()
4047 FETCH_DATA (the_info, codep + 1); in OP_E()
4048 disp = *codep++; in OP_E()
4165 FETCH_DATA (the_info, codep + 8); in get64()
4166 a = *codep++ & 0xff; in get64()
4167 a |= (*codep++ & 0xff) << 8; in get64()
4168 a |= (*codep++ & 0xff) << 16; in get64()
4169 a |= (*codep++ & 0xff) << 24; in get64()
4170 b = *codep++ & 0xff; in get64()
4171 b |= (*codep++ & 0xff) << 8; in get64()
4172 b |= (*codep++ & 0xff) << 16; in get64()
4173 b |= (*codep++ & 0xff) << 24; in get64()
4187 FETCH_DATA (the_info, codep + 4); in get32()
4188 x = *codep++ & (bfd_signed_vma) 0xff; in get32()
4189 x |= (*codep++ & (bfd_signed_vma) 0xff) << 8; in get32()
4190 x |= (*codep++ & (bfd_signed_vma) 0xff) << 16; in get32()
4191 x |= (*codep++ & (bfd_signed_vma) 0xff) << 24; in get32()
4200 FETCH_DATA (the_info, codep + 4); in get32s()
4201 x = *codep++ & (bfd_signed_vma) 0xff; in get32s()
4202 x |= (*codep++ & (bfd_signed_vma) 0xff) << 8; in get32s()
4203 x |= (*codep++ & (bfd_signed_vma) 0xff) << 16; in get32s()
4204 x |= (*codep++ & (bfd_signed_vma) 0xff) << 24; in get32s()
4216 FETCH_DATA (the_info, codep + 2); in get16()
4217 x = *codep++ & 0xff; in get16()
4218 x |= (*codep++ & 0xff) << 8; in get16()
4355 FETCH_DATA (the_info, codep + 1); in OP_I()
4356 op = *codep++; in OP_I()
4417 FETCH_DATA (the_info, codep + 1); in OP_I64()
4418 op = *codep++; in OP_I64()
4462 FETCH_DATA (the_info, codep + 1); in OP_sI()
4463 op = *codep++; in OP_sI()
4511 FETCH_DATA (the_info, codep + 1); in OP_J()
4512 disp = *codep++; in OP_J()
4532 disp = (start_pc + codep - start_codep + disp) & mask; in OP_J()
4651 intel_operand_size (codep[-1] & 1 ? v_mode : b_mode, sizeflag); in OP_ESreg()
4660 intel_operand_size (codep[-1] != 0xd7 && (codep[-1] & 1) in OP_DSreg()
4768 codep++; in OP_EM()
4810 codep++; in OP_EX()
4855 switch (*codep++) in OP_0f1e()
5053 FETCH_DATA (the_info, codep + 1); in OP_3DNowSuffix()
5058 mnemonic = Suffix3DNow[*codep++ & 0xff]; in OP_3DNowSuffix()
5089 FETCH_DATA (the_info, codep + 1); in OP_SIMD_Suffix()
5091 cmp_type = *codep++ & 0xff; in OP_SIMD_Suffix()
5199 codep++; in PNI_Fixup()
5205 if (*codep == 0xca) in PNI_Fixup()
5207 else if (*codep == 0xcb) in PNI_Fixup()
5209 codep++; in PNI_Fixup()
5261 codep++; in XCR_Fixup()
5273 switch (*codep) in SVME_Fixup()
5311 ++codep; in SVME_Fixup()
5315 switch (*codep++) in SVME_Fixup()
5354 switch (*codep++) in SSP_Fixup()
5378 switch (*codep) in SSP_Fixup()
5391 switch (*codep) in SSP_Fixup()
5406 codep++; in SSP_Fixup()
5414 switch (*codep) in INVLPG_Fixup()
5428 codep++; in INVLPG_Fixup()
5435 codep = insn_codep + 1; in BadOp()
5517 codep++; in VMX_Fixup()
5672 codep--;
5673 op = *codep;
5674 codep++;
5676 FETCH_DATA (the_info, codep + 2);
5679 xmms = XMM_DST (rex, *codep) << 8;
5680 xmms |= XMM_SRC (rex, *codep);
5681 codep++;
5684 imm = *codep;
5685 codep++;
5733 FETCH_DATA (the_info, codep + 1); in OP_0f38()
5736 xmms = XMM_DST (rex, *codep) << 8; in OP_0f38()
5737 xmms |= XMM_SRC (rex, *codep); in OP_0f38()
5738 codep++; in OP_0f38()