Home | History | Annotate | Download | only in priv

Lines Matching defs:IMM

4283       // rlwimi (Rotate Left Word Imm then Mask Insert, PPC32 p500)
4287 // tmp32 = (ROTL(rS_Lo32, Imm)
4300 // rA = (ROTL(rS, Imm) & mask) | (rA & ~mask);
4312 // rlwinm (Rotate Left Word Imm then AND with Mask, PPC32 p501)
4322 // tmp32 = (ROTL(rS_Lo32, Imm)
4352 // rA = ROTL(rS, Imm) & mask
4418 case 0x2: // rldic (Rotl DWord Imm, Clear, PPC64 p557)
4433 case 0x0: // rldicl (Rotl DWord Imm, Clear Left, PPC64 p558)
4450 case 0x1: // rldicr (Rotl DWord Imm, Clear Right, PPC64 p559)
4467 case 0x3: { // rldimi (Rotl DWord Imm, Mask Insert, PPC64 p560)
6196 case 0x33A: case 0x33B: // sradi (Shr Alg DWord Imm, PPC64 p571)
8542 UChar IMM = toUChar( IFIELD( theInstr, 12, 4 ) );
8550 DIP("mtfsfi%s crf%d,%d\n", flag_rC ? ".":"", crfD, IMM);
8560 putGST_field( PPC_GST_FPSCR, mkU32( IMM ), crfD );
15568 case 0x2C: // vsldoi (Shift Left Double by Octet Imm, AV p241)