Home | History | Annotate | Download | only in disas

Lines Matching refs:i8

635   {FPU_NEON_EXT_V1, 0xf2800e10, 0xfeb80fb0, "vmov%c.i8\t%12-15,22R, %E"},
3458 unsigned int i8 = (given & 0x000000ff);
3469 unsigned int Rm = (i8 & 0x0f);
3470 unsigned int sh = (i8 & 0x30) >> 4;
3480 offset = i8;
3484 offset = -i8;
3488 offset = i8;
3493 offset = -i8;
3498 offset = i8;
3503 offset = -i8;