Searched refs:right_operand (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.cc905 LOperand* right_operand = UseFixed(right, r0); local
907 new(zone()) LArithmeticT(op, left_operand, right_operand);
/external/v8/src/mips/
H A Dlithium-mips.cc905 LOperand* right_operand = UseFixed(right, a0); local
907 new(zone()) LArithmeticT(op, left_operand, right_operand);
/external/v8/src/x64/
H A Dlithium-x64.cc900 LOperand* right_operand = UseFixed(right, rax); local
902 new(zone()) LArithmeticT(op, left_operand, right_operand);
H A Dlithium-codegen-x64.cc1021 int right_operand = ToInteger32(LConstantOperand::cast(right)); local
1024 __ andl(ToRegister(left), Immediate(right_operand));
1027 __ orl(ToRegister(left), Immediate(right_operand));
1030 __ xorl(ToRegister(left), Immediate(right_operand));
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1052 int right_operand = ToInteger32(LConstantOperand::cast(right)); local
1055 __ and_(ToRegister(left), right_operand); local
1058 __ or_(ToRegister(left), right_operand); local
1061 __ xor_(ToRegister(left), right_operand); local
H A Dlithium-ia32.cc906 LOperand* right_operand = UseFixed(right, eax); local
908 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/
H A Dhydrogen.cc5642 HValue* right_operand = right; local
5663 right_operand = AddInstruction(right_convert);
5668 right_operand->representation()));
5674 new(zone()) HCompareIDAndBranch(left_operand, right_operand, op);

Completed in 201 milliseconds