Searched defs:operand0 (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-pipeline.cc | 19 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()
|
D | bytecode-array-builder.cc | 113 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()
|
D | bytecode-register-optimizer.cc | 337 uint32_t operand0 = static_cast<uint32_t>(input.ToOperand()); in OutputRegisterTransfer() local
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-writer-unittest.cc | 74 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()
|
D | bytecodes-unittest.cc | 22 uint32_t operand0 = Register(i).ToOperand(); in TEST() local
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 182 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRROFloat() local
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 1121 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitFloatBinop() local
|