Lines Matching defs:rex2
1772 /* Skip if this isn't a REX2 instruction. */
1982 unsigned int rex2 = 0;
1988 rex2 = bfd_get_8 (abfd, contents + roff - 3);
1989 rex_w = (rex2 & REX_W) != 0;
2028 /* Clear the W bit in REX byte and REX2 payload. */
2085 else if (rex2)
2087 /* Move the R bits to the B bits in REX2 payload byte. */
2088 rex2 = ((rex2 & ~rex2_mask)
2089 | (rex2 & (REX_R | REX_R << 4)) >> 2);
2090 bfd_put_8 (abfd, rex2, contents + roff - 3);
3870 unsigned int val, rex2;
3875 rex2 = bfd_get_8 (input_bfd, contents + roff - 3);
3877 /* Move the R bits to the B bits in REX2 payload
3880 ((rex2 & ~rex2_mask)
3881 | (rex2 & rex2_mask) >> 2),
4041 unsigned int rex2, type, reg;
4047 rex2 = bfd_get_8 (input_bfd, contents + roff - 3);
4051 /* Move the R bits to the B bits in REX2 payload
4058 ((rex2 & ~rex2_mask)
4059 | (rex2 & rex2_mask) >> 2),