Home | History | Annotate | Download | only in ppc64

Lines Matching defs:ORI

305 #define ORI    OPCD( 24)
457 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
478 if (l16) tcg_out32 (s, ORI | RS (ret) | RA (ret) | l16);
1335 tcg_out32 (s, ORI | RS (args[1]) | RA (args[0])