Searched defs:modrm (Results 1 – 14 of 14) sorted by relevance
93 static void byte_decode(unsigned char b, struct modRM_byte *modrm) { in byte_decode()144 x86_op_t *op, struct modRM_byte *modrm ) { in modrm_decode16()214 struct modRM_byte modrm; in ia32_modrm_decode() local302 struct modRM_byte modrm; in ia32_reg_decode() local
41 unsigned int op_value, unsigned char modrm, in decode_operand_value()382 unsigned char modrm ) { in ia32_decode_operand()
64 static void byte_decode(unsigned char b, struct modRM_byte *modrm) {76 struct modRM_byte modrm; local146 int x, type, bytes = 0, size = 0, modrm = 0; local
265 unsigned char modrm; in ia32_decode_insn() local
49 unsigned int modrm : 1; member169 uint_fast8_t modrm = data[0]; in general_mod$r_m() local391 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_MOD$R_M() local421 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_Mod$R_m() local936 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_mod$r_m() local981 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_moda$r_m() local1016 uint_fast8_t modrm = data[d->opoff1 / 8]; in FCT_mod$r_m$w() local1089 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_mod$8r_m() local1110 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_mod$16r_m() local1135 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_mod$64r_m() local
593 uint_fast8_t modrm = codep[-1]; in i386_disasm() local
117 int modrm; member
74 public byte modrm; field in X86.UnionOpInfo110 public byte modrm; field in X86.OpInfo
34 modrm: int; RecordField
650 byte modrm = *data; in PrintOperands() local686 byte modrm = *(data + 1); in PrintImmediateOp() local731 byte modrm = *(data + 1); in F6F7Instruction() local785 byte modrm = *(data + count); in ShiftInstruction() local
204 byte modrm = operand.data().buf[0]; in OperandBuilder() local
525 byte modrm = *data; in PrintOperands() local553 byte modrm = *(data+1); in PrintImmediateOp() local582 byte modrm = *++data; in F7Instruction() local624 byte modrm = *++data; in D1D3C1Instruction() local
231 uint8_t modrm; in get_next_inst_ip() local
229 uint8_t modrm; member