Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c9554 unsigned char threebyte; in print_insn() local
9558 threebyte = *ins.codep; in print_insn()
9559 dp = &dis386_twobyte[threebyte]; in print_insn()
9560 ins.need_modrm = twobyte_has_modrm[threebyte]; in print_insn()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c9543 unsigned char threebyte; in print_insn() local
9552 threebyte = *ins.codep; in print_insn()
9553 dp = &dis386_twobyte[threebyte]; in print_insn()
9554 ins.need_modrm = twobyte_has_modrm[threebyte]; in print_insn()