emit_rm in MacroAssembler

Paul Hohensee Paul.Hohensee at Sun.COM
Sun Feb 22 10:02:21 PST 2009


Take a look at emit_operand() in assembler_x86.cpp.  It handles all rm 
variations,
not just RegReg.

Paul

Christian Thalinger wrote:
> Hi!
>
> What is the prefered way to do an emit_rm in the MacroAssembler?  It
> seems there is no such method.  Actually I'm searching for an equivalent
> of x86_32.ad's RegReg.
>
> -- Christian
>
>   



More information about the hotspot-compiler-dev mailing list