Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:prescale

901     const int prescale = 16 - adjust;
922 MOV(AL, 0, U, reg_imm(U, LSL, prescale));
932 RSB(AL, 0, U, U, imm(1<<(FRAC_BITS+prescale)));