Searched refs:ToImmediate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc312 __ Set(dst, cgen_->ToImmediate(constant_source, r));
345 __ Set(dst, cgen_->ToImmediate(constant_source, r));
H A Dlithium-codegen-ia32.h113 Immediate ToImmediate(LOperand* op, const Representation& r) const { function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-ia32.cc1844 ToImmediate(right, instr->hydrogen()->representation()));
2061 ToImmediate(right, instr->hydrogen()->representation()));
2085 Immediate immediate = ToImmediate(LConstantOperand::cast(instr->right()),
2469 ToImmediate(right, instr->hydrogen()->representation()));
2472 ToImmediate(left, instr->hydrogen()->representation()));
4486 ToImmediate(LConstantOperand::cast(instr->index()),
4657 Immediate immediate = ToImmediate(operand_value, Representation::Smi());
4801 Immediate immediate = ToImmediate(LConstantOperand::cast(instr->index()),

Completed in 334 milliseconds