Home
last modified time | relevance | path

Searched refs:input_operand (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/x64/
Dlithium-codegen-x64.cc1646 LOperand* input_operand = instr->InputAt(0); in DoIsSmi() local
1648 if (input_operand->IsRegister()) { in DoIsSmi()
1649 Register input = ToRegister(input_operand); in DoIsSmi()