Lines Matching refs:encoded_imm
9850 uint32_t encoded_imm =
9854 uint32_t S = encoded_imm & (1 << 23);
9855 encoded_imm ^= ((S >> 1) | (S >> 2)) ^ (3 << 21);
9856 int32_t imm = SignExtend<int32_t>(encoded_imm << 1, 25);
9879 uint32_t encoded_imm = ((instr >> 1) & 0x3ff) |
9884 uint32_t S = encoded_imm & (1 << 22);
9885 encoded_imm ^= ((S >> 1) | (S >> 2)) ^ (3 << 20);
9886 int32_t imm = SignExtend<int32_t>(encoded_imm << 2, 25);
9897 uint32_t encoded_imm =
9901 uint32_t S = encoded_imm & (1 << 23);
9902 encoded_imm ^= ((S >> 1) | (S >> 2)) ^ (3 << 21);
9903 int32_t imm = SignExtend<int32_t>(encoded_imm << 1, 25);
23627 uint32_t encoded_imm =
23630 ImmediateVFP::Decode<float>(encoded_imm);
23973 uint32_t encoded_imm =
23976 ImmediateVFP::Decode<double>(encoded_imm);
66200 uint32_t encoded_imm =
66203 ImmediateVFP::Decode<float>(encoded_imm);
66648 uint32_t encoded_imm =
66651 ImmediateVFP::Decode<double>(encoded_imm);