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

/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc34 Operand OutputOperand() { return ToOperand(instr_->Output()); } function in class:v8::internal::compiler::IA32OperandConverter
194 __ not_(i.OutputOperand());
197 __ neg(i.OutputOperand());

Completed in 165 milliseconds