Searched defs:operand_value (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/gn/
H A Dparse_tree.cc455 Value operand_value = operand_->Execute(scope, err); local
458 return ExecuteUnaryOperator(scope, this, operand_value, err);
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc4351 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4352 __ mov(operand, Immediate(ToInteger32(operand_value)));
4365 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4366 if (!IsSmi(operand_value)) {
4372 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4373 if (IsInteger32(operand_value)) {
4429 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4430 if (operand_value->IsRegister()) {
4431 __ mov(FieldOperand(write_register, offset), ToRegister(operand_value));
4433 Handle<Object> handle_value = ToHandle(operand_value);
4655 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc3941 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
3942 if (!IsSmiConstant(operand_value)) {
3948 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
3949 if (IsInteger32Constant(operand_value)) {
3998 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
3999 if (operand_value->IsRegister()) {
4001 ToRegister(operand_value));
4003 Handle<Object> handle_value = ToHandle(operand_value);
4222 LConstantOperand* operand_value = LConstantOperand::cast(instr->value()); local
4223 if (IsInteger32Constant(operand_value)) {
[all...]

Completed in 125 milliseconds