Searched refs:raw_imm (Results 1 – 1 of 1) sorted by relevance
1221 uint8_t raw_imm = GetBits<7, 6>(); in DecodeCompressedStoresp() local1235 int16_t imm = (((uint8_t(kOperandType) & 1) == 0) ? k32bit : k64bit)[raw_imm] << 2; in DecodeCompressedStoresp()