Home | History | Annotate | Download | only in arm

Lines Matching refs:input_reg

3705 void MacroAssembler::ClampUint8(Register output_reg, Register input_reg) {
3706 Usat(output_reg, 8, Operand(input_reg));
3711 DwVfpRegister input_reg,
3717 VFPCompareAndSetFlags(input_reg, 0.0);
3727 VFPCompareAndSetFlags(input_reg, double_scratch);
3739 vcvt_s32_f64(double_scratch.low(), input_reg, kFPSCRRounding);