Searched refs:addr_bytes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dinsn.c48 insn->addr_bytes = 8;
50 insn->addr_bytes = 4;
87 insn->addr_bytes ^= 12;
89 insn->addr_bytes ^= 6;
286 if (insn->addr_bytes != 2 &&
338 } else if (insn->addr_bytes == 2) {
359 switch (insn->addr_bytes) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dinsn.h63 unsigned char addr_bytes; member in struct:insn
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/tools/
H A Dtest_get_len.c82 fprintf(fp, "\t.attr = %x, .opnd_bytes = %d, .addr_bytes = %d,\n",
83 insn->attr, insn->opnd_bytes, insn->addr_bytes);

Completed in 71 milliseconds