Home | History | Annotate | Download | only in arm

Lines Matching refs:imm4

387       ((value & 0xf000) << (16 - 12)) |   // Move imm4 from bits 12-15 to bits 16-19.
2632 uint32_t imm4 = (imm16 >> 12) & 15U /* 0b1111 */;
2640 imm4 << 16 |
2650 uint32_t imm4 = (imm16 >> 12) & 15U /* 0b1111 */;
2658 imm4 << 16 |