Home
last modified time | relevance | path

Searched defs:operand0 (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.cc191 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
199 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
206 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
213 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0) { in Output()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc147 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRROFloat() local
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc987 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitFloatBinop() local