Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Di386-dis.c3095 static unsigned char need_modrm; variable
3131 #define MODRM_CHECK if (!need_modrm) abort ()
12802 if (need_modrm in get_sib()
13033 need_modrm = twobyte_has_modrm[*codep]; in print_insn()
13040 need_modrm = onebyte_has_modrm[*codep]; in print_insn()
13055 if (need_modrm) in print_insn()
DChangeLog-0001874 (need_modrm): Give it file scope.