Home
last modified time | relevance | path

Searched refs:ModRM (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86ModRMFilters.h138 uint8_t ModRM; variable
145 ModRM(modRM) { in ExactFilter()
149 return (ModRM == modRM); in accepts()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2009444 reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to
H A DChangeLog-20171011 * i386-dis.c: Enable ModRM.reg /6 aliases.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2009444 reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to
H A DChangeLog-20171011 * i386-dis.c: Enable ModRM.reg /6 aliases.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2009444 reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to
H A DChangeLog-20171011 * i386-dis.c: Enable ModRM.reg /6 aliases.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2009444 reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to
H A DChangeLog-20171011 * i386-dis.c: Enable ModRM.reg /6 aliases.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20171813 * testsuite/gas/i386/opcode.s: Add tests for ModRM.reg == 6 variants.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20171813 * testsuite/gas/i386/opcode.s: Add tests for ModRM.reg == 6 variants.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26855 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11 in LowerINIT_TRAMPOLINE() local
26858 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, dl, MVT::i8), in LowerINIT_TRAMPOLINE()