Lines Matching defs:imm10
354 // Move imm10 from bits 12-21 to bits 16-25 and add J1 and J2.
3358 uint32_t imm10 = (offset >> 11) & 0x03ff;
3362 value = (signbit << 26) | (j1 << 13) | (j2 << 11) | (imm10 << 16) |
3390 uint32_t imm10 = (instr >> 16) & 0x3FF;
3395 imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);