Searched refs:encoded_imm (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc2087 uint32_t encoded_imm = FP64ToImm8(imm);
2088 Emit(q | op | ImmNEONabcdefgh(encoded_imm) | NEONCmode(0xf) | Rd(vd));
2101 uint32_t encoded_imm = FP32ToImm8(imm);
2102 Emit(q | op | ImmNEONabcdefgh(encoded_imm) | NEONCmode(0xf) | Rd(vd));
/external/vixl/src/aarch32/
H A Ddisasm-aarch32.cc9857 uint32_t encoded_imm = local
9861 uint32_t S = encoded_imm & (1 << 23);
9862 encoded_imm ^= ((S >> 1) | (S >> 2)) ^ (3 << 21);
9863 int32_t imm = SignExtend<int32_t>(encoded_imm << 1, 25);
9883 uint32_t encoded_imm = ((instr >> 1) & 0x3ff) | local
9888 uint32_t S = encoded_imm & (1 << 22);
9889 encoded_imm ^= ((S >> 1) | (S >> 2)) ^ (3 << 20);
9890 int32_t imm = SignExtend<int32_t>(encoded_imm << 2, 25);
9901 uint32_t encoded_imm = local
9905 uint32_t S = encoded_imm
23746 uint32_t encoded_imm = local
24147 uint32_t encoded_imm = local
66488 uint32_t encoded_imm = local
66957 uint32_t encoded_imm = local
[all...]

Completed in 417 milliseconds