Lines Matching full:imm10
1367 uint32_t imm10 = (operand >> 11) & 0x03ff;1371 value = (signbit << 26) | (j1 << 13) | (j2 << 11) | (imm10 << 16) |