Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc320 int const poison_index = i.InputInt32(1); in MoveOperandIfAliasedWithPoisonRegister() local
321 if (poison_index == -1) { in MoveOperandIfAliasedWithPoisonRegister()
326 InstructionOperand* op = call_instruction->InputAt(poison_index); in MoveOperandIfAliasedWithPoisonRegister()
330 gen->tasm()->mov(kSpeculationPoisonRegister, i.InputOperand(poison_index)); in MoveOperandIfAliasedWithPoisonRegister()