Home | History | Annotate | Download | only in arm

Lines Matching refs:immed8

1561   int immed8 = instr->Immed8Value();
1562 int imm = (immed8 >> rotate) | (immed8 << (32 - rotate));