Lines Matching defs:modrm
1237 unsigned int modrm;
1272 modrm = bfd_get_8 (abfd, contents + roff - 1);
1273 baseless = (modrm & 0xc7) == 0x5;
1313 switch (modrm & 0x38)
1380 if (modrm == 0x15 || (modrm & 0xf8) == 0x90)
1384 modrm = 0xe8;
1407 modrm = 0xe9;
1414 bfd_put_8 (abfd, modrm, contents + irel->r_offset - 1);
1456 modrm = 0xc0 | (modrm & 0x38) >> 3;
1457 bfd_put_8 (abfd, modrm, contents + roff - 1);
1478 modrm = 0xc0 | (modrm & 0x38) >> 3;
1485 modrm = 0xc0 | ((modrm & 0x38) >> 3) | (opcode & 0x38);
1492 modrm = 0x68; /* Really the opcode. */
1498 bfd_put_8 (abfd, modrm, contents + roff - 1);