Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-pipeline.cc19 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0) { in BytecodeNode()
25 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode()
33 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode()
42 BytecodeNode::BytecodeNode(Bytecode bytecode, uint32_t operand0, in BytecodeNode()
67 void BytecodeNode::set_bytecode(Bytecode bytecode, uint32_t operand0) { in set_bytecode()
Dbytecode-array-builder.cc113 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
122 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
130 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0, in Output()
138 void BytecodeArrayBuilder::Output(Bytecode bytecode, uint32_t operand0) { in Output()
680 Bytecode bytecode, int operand_count, uint32_t operand0, uint32_t operand1, in OperandsAreValid()
Dbytecode-register-optimizer.cc337 uint32_t operand0 = static_cast<uint32_t>(input.ToOperand()); in OutputRegisterTransfer() local
/external/v8/test/unittests/interpreter/
Dbytecode-array-writer-unittest.cc74 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
80 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
87 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
94 void BytecodeArrayWriterUnittest::Write(Bytecode bytecode, uint32_t operand0, in Write()
Dbytecodes-unittest.cc22 uint32_t operand0 = Register(i).ToOperand(); in TEST() local
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc182 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRROFloat() local
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1121 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitFloatBinop() local