Lines Matching refs:__
29 #define __ _masm->35 address start = __ pc();38 __ bind(L);39 __ flush( O0, G0 );40 __ deccc( O1 );41 __ br(Assembler::positive, false, Assembler::pn, L);42 __ delayed()->inc( O0, 8 );43 __ retl(false);44 __ delayed()->mov( O2, O0 ); // handshake with caller to make sure it happened!50 #undef __