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 > >