Home
last modified time | relevance | path

Searched defs:modrm (Results 1 – 6 of 6) sorted by relevance

/third_party/elfutils/libcpu/
Di386_data.h49 unsigned int modrm : 1; member
169 uint_fast8_t modrm = data[0]; in general_mod$r_m() local
391 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_MOD$R_M() local
421 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_Mod$R_m() local
936 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_mod$r_m() local
981 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_moda$r_m() local
1016 uint_fast8_t modrm = data[d->opoff1 / 8]; in FCT_mod$r_m$w() local
1089 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_mod$8r_m() local
1110 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_mod$16r_m() local
1135 uint_fast8_t modrm = d->data[d->opoff1 / 8]; in FCT_mod$64r_m() local
Di386_disasm.c594 uint_fast8_t modrm = codep[-1]; in i386_disasm() local
Di386_parse.y116 int modrm; member
/third_party/node/deps/v8/src/diagnostics/x64/
Ddisasm-x64.cc638 byte modrm = *data; in PrintOperands() local
690 byte modrm = *(data + 1); in PrintImmediateOp() local
734 byte modrm = *(data + 1); in F6F7Instruction() local
794 byte modrm = *(data + count); in ShiftInstruction() local
/third_party/node/deps/v8/src/diagnostics/ia32/
Ddisasm-ia32.cc476 byte modrm = *data; in PrintOperands() local
502 byte modrm = *(data + 1); in PrintImmediateOp() local
545 byte modrm = *++data; in F7Instruction() local
586 byte modrm = *++data; in D1D3C1Instruction() local
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc172 byte modrm = operand.data().buf[0]; in Operand() local