HomeSort by relevance Sort by last modified time
    Searched refs:QF (Results 1 - 5 of 5) sorted by null

  /external/qemu/target-arm/
op_helper.c 144 /* FIXME: Pass an axplicit pointer to QF to CPUState, and move saturating
150 env->QF = 1;
158 env->QF = 1;
168 env->QF = 1;
179 env->QF = 1;
182 env->QF = 1;
193 env->QF = 1;
203 env->QF = 1;
218 env->QF = 1;
221 env->QF = 1
    [all...]
cpu.h 105 uint32_t QF; /* 0 or 1 */
299 | (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27)
315 env->QF = ((val & CPSR_Q) != 0);
helper.c 479 (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27)
494 env->QF = ((val & CPSR_Q) != 0);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 49 ; * the quantized coefficients (QF) of the current
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 49 ; * the quantized coefficients (QF) of the current

Completed in 58 milliseconds