Lines Matching defs:movrs
1371 movrs foo@gottpoff(%rip), %reg
1391 movrs foo@gottpoff(%rip), %reg
1406 movrs foo@gottpoff(%rip), %reg
1759 movrs foo@GOTPCREL(%rip), %reg
1831 /* Skip if this isn't a REX2 instruction, nor un-prefixed MOVRS. */
1846 /* Skip if this isn't REX-prefixed MOVRS. */
2258 unsigned int movrs = 0;
2277 movrs = 6;
2283 movrs = 5;
2296 movrs = 4;
2325 /* For MOVRS move a possible REX prefix as necessary. */
2326 if (movrs == 5)
2460 /* For MOVRS zap the 0f38 or EVEX prefix, applying meaningless CS
2463 if (movrs)
2465 bfd_put_8 (abfd, 0x2e, contents + roff - movrs);
2466 bfd_put_8 (abfd, 0x2e, contents + roff - movrs + 1);
2467 if (movrs == 6)
4453 movrs foo@gottpoff(%rip), %reg
4457 where reg is one of r16 to r31, except for MOVRS, where
4474 /* For MOVRS emit meaningless CS prefixes. */
4502 movrs foo@gottpoff(%rip), %reg
4537 movrs foo@gottpoff(%rip), %reg
4554 /* Convert MOVRS to REX2-encoded MOV. */