Lines Matching defs:enc
2727 uint32_t enc;
2730 if (CpuFeatures::IsSupported(NEON) && FitsVmovIntImm(imm, &enc, &cmode)) {
2738 op * B5 | 0x1 * B4 | enc);
2745 uint32_t enc;
2748 if (CpuFeatures::IsSupported(NEON) && FitsVmovIntImm(imm, &enc, &cmode)) {
2756 0x1 * B6 | op * B5 | 0x1 * B4 | enc);
2811 uint32_t enc;
2813 FitsVmovFPImmediate(base::Double(imm.get_scalar()), &enc)) {
2823 emit(al | 0x1D * B23 | d * B22 | 0x3 * B20 | vd * B12 | 0x5 * B9 | enc);
2835 uint32_t enc;
2836 if (CpuFeatures::IsSupported(VFPv3) && FitsVmovFPImmediate(imm, &enc)) {
2847 enc);