Lines Matching defs:imm4H
7242 uint32_t imm4H = Bits32(opcode, 11, 8);
7245 // t == UInt(Rt); imm32 = ZeroExtend(imm4H:imm4L, 32); add = (U == '1');
7247 imm32 = (imm4H << 4) | imm4L;
7557 // t == UInt(Rt); n = UInt(Rn); imm32 = ZeroExtend(imm4H:imm4L, 32);
7561 uint32_t imm4H = Bits32(opcode, 11, 8);
7563 imm32 = (imm4H << 4) | imm4L;
7667 // t == UInt(Rt); imm32 = ZeroExtend(imm4H:imm4L, 32); add = (U == '1');
7669 uint32_t imm4H = Bits32(opcode, 11, 8);
7671 imm32 = (imm4H << 4) | imm4L;
7956 // t == UInt(Rt); n = UInt(Rn); imm32 = ZeroExtend(imm4H:imm4L, 32);
7959 uint32_t imm4H = Bits32(opcode, 11, 8);
7961 imm32 = (imm4H << 4) | imm4L;
8078 // t == UInt(Rt); imm32 = ZeroExtend(imm4H:imm4L, 32); add = (U == '1');
8080 uint32_t imm4H = Bits32(opcode, 11, 8);
8082 imm32 = (imm4H << 4) | imm4L;
10681 // t = UInt(Rt); t2 = t+1; n = UInt(Rn); imm32 = ZeroExtend(imm4H:imm4L,
10950 // t = UInt(Rt); t2 = t+1; n = UInt(Rn); imm32 = ZeroExtend(imm4H:imm4L,