Home | History | Annotate | Download | only in qemu

Lines Matching defs:mod

3369 		  unsigned int bits = 0, imm, imm8, mod;
3374 mod = (bits & 0xf00) >> 8;
3375 switch (mod)
3382 mod = (bits & 0xf80) >> 7;
3384 imm = (((imm8 << (32 - mod)) | (imm8 >> mod)) & 0xffffffff);