Home | History | Annotate | Download | only in arm

Lines Matching refs:imm11

343       ((offset >> 1) & 0x7ff);      // imm11 goes to bits 0-10.
2560 // The T2 encoding offset is `SignExtend(imm11:'0', 32)` and there is a PC adjustment of 4.
3359 uint32_t imm11 = offset & 0x07ff;
3363 imm11;
3369 uint32_t imm11 = offset & 0x07ff;
3373 imm11;
3391 uint32_t imm11 = instr & 0x7FF;
3395 imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);
3402 uint32_t imm11 = instr & 0x7FF;
3404 imm32 = (S << 20) | (J2 << 19) | (J1 << 18) | (imm6 << 12) | (imm11 << 1);