Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c156 bool need_modrm; member
2412 #define MODRM_CHECK if (!ins->need_modrm) abort ()
9239 if (ins->need_modrm in get_sib()
9560 ins.need_modrm = twobyte_has_modrm[threebyte]; in print_insn()
9566 ins.need_modrm = onebyte_has_modrm[*ins.codep]; in print_insn()
9580 if (ins.need_modrm) in print_insn()
10370 if ((ins->need_modrm && ins->modrm.mod != 3) in putop()
10606 if ((ins->need_modrm && ins->modrm.mod != 3) in putop()
H A DChangeLog-2020320 (putop): Check need_modrm for modrm.mod != 3. Don't check
321 need_modrm for modrm.mod == 3.
H A DChangeLog-0001874 (need_modrm): Give it file scope.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c162 bool need_modrm; member
2481 #define MODRM_CHECK if (!ins->need_modrm) abort ()
9221 if (ins->need_modrm in get_sib()
9554 ins.need_modrm = twobyte_has_modrm[threebyte]; in print_insn()
9560 ins.need_modrm = onebyte_has_modrm[*ins.codep]; in print_insn()
9574 if (ins.need_modrm && !fetch_modrm (&ins)) in print_insn()
10419 if ((ins->need_modrm && ins->modrm.mod != 3 && !ins->vex.nd) in putop()
10718 if ((ins->need_modrm && ins->modrm.mod != 3 && !ins->vex.nd) in putop()
H A DChangeLog-2020320 (putop): Check need_modrm for modrm.mod != 3. Don't check
321 need_modrm for modrm.mod == 3.
H A DChangeLog-0001874 (need_modrm): Give it file scope.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2020320 (putop): Check need_modrm for modrm.mod != 3. Don't check
321 need_modrm for modrm.mod == 3.
H A DChangeLog-0001874 (need_modrm): Give it file scope.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-0001874 (need_modrm): Give it file scope.