Home | History | Annotate | Download | only in arm

Lines Matching refs:result_reg

75   Register result_reg = destination();
82 Register scratch = GetRegisterThatIsNotOneOf(input_reg, result_reg);
84 GetRegisterThatIsNotOneOf(input_reg, result_reg, scratch);
86 GetRegisterThatIsNotOneOf(input_reg, result_reg, scratch, scratch_low);
98 __ vmov(result_reg, double_scratch.low());
101 __ sub(scratch, result_reg, Operand(1));
142 __ Ubfx(result_reg, scratch_high,
145 __ orr(result_reg, result_reg,
147 __ orr(result_reg, scratch_low, Operand(result_reg, LSL, scratch));
151 __ mov(result_reg, Operand::Zero());
158 __ mov(result_reg, Operand(scratch_low, LSL, scratch));
167 __ eor(result_reg, result_reg, Operand(scratch_high, ASR, 31));
168 __ add(result_reg, result_reg, Operand(scratch_high, LSR, 31));