Lines Matching refs:ExtractSignedBits
5583 int32_t imm = instr->ExtractSignedBits(17, 10);
11057 : instr->ExtractSignedBits(9, 5);
11059 : instr->ExtractSignedBits(20, 16);
12385 (instr->ExtractSignedBits(19, 16) * vl) / (1 << vl_divisor_log2);
12421 uint64_t offset = instr->ExtractSignedBits(19, 16) * vl;
12482 instr->ExtractSignedBits(19, 16) * dwords * kDRegSizeInBytes;
12538 uint64_t offset = instr->ExtractSignedBits(19, 16) * vl * reg_count;
12846 uint64_t offset = instr->ExtractSignedBits(19, 16) * vl;
12896 (instr->ExtractSignedBits(19, 16) * vl) / (1 << vl_divisor_log2);
12974 uint64_t offset = instr->ExtractSignedBits(19, 16) * vl * reg_count;
14038 (instr->ExtractSignedBits(19, 16) * vl) / (1 << vl_divisor_log2);