Home
last modified time | relevance | path

Searched refs:need_modrm (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDamd64-tdep.c1158 int need_modrm; in amd64_get_insn_details() local
1183 need_modrm = twobyte_has_modrm[*insn]; in amd64_get_insn_details()
1205 need_modrm = onebyte_has_modrm[*insn]; in amd64_get_insn_details()
1209 if (need_modrm) in amd64_get_insn_details()
/dragonfly/contrib/gdb-7/opcodes/
HDi386-dis.c2329 static unsigned char need_modrm; variable
2358 #define MODRM_CHECK if (!need_modrm) abort ()
11291 if (need_modrm in get_sib()
11512 need_modrm = twobyte_has_modrm[*codep]; in print_insn()
11518 need_modrm = onebyte_has_modrm[*codep]; in print_insn()
11563 if (need_modrm) in print_insn()
/dragonfly/contrib/binutils-2.34/opcodes/
HDi386-dis.c3025 static unsigned char need_modrm; variable
3061 #define MODRM_CHECK if (!need_modrm) abort ()
11837 if (need_modrm in get_sib()
12081 need_modrm = twobyte_has_modrm[*codep]; in print_insn()
12087 need_modrm = onebyte_has_modrm[*codep]; in print_insn()
12101 if (need_modrm) in print_insn()
/dragonfly/contrib/binutils-2.27/opcodes/
HDi386-dis.c3172 static unsigned char need_modrm; variable
3208 #define MODRM_CHECK if (!need_modrm) abort ()
13232 if (need_modrm in get_sib()
13476 need_modrm = twobyte_has_modrm[*codep]; in print_insn()
13482 need_modrm = onebyte_has_modrm[*codep]; in print_insn()
13496 if (need_modrm) in print_insn()