Home | History | Annotate | Download | only in arm

Lines Matching refs:right_operand

1125   Operand right_operand(no_reg);
1129 right_operand = Operand(right_reg);
1132 right_operand = ToOperand(right);
1137 __ and_(result, ToRegister(left), right_operand);
1140 __ orr(result, ToRegister(left), right_operand);
1143 __ eor(result, ToRegister(left), right_operand);