Home | History | Annotate | Download | only in arm

Lines Matching refs:imm10

1177                 uint32_t imm10 = (operand >> 11) & 0x03ff;
1181 value = (signbit << 26) | (j1 << 13) | (j2 << 11) | (imm10 << 16) |