Searched refs:operand_offset (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 380 TNode<IntPtrT> operand_offset = OperandOffset(operand_index); in BytecodeOperandUnsignedByte() local 382 IntPtrAdd(BytecodeOffset(), operand_offset), in BytecodeOperandUnsignedByte() 391 TNode<IntPtrT> operand_offset = OperandOffset(operand_index); in BytecodeOperandSignedByte() local 393 IntPtrAdd(BytecodeOffset(), operand_offset), in BytecodeOperandSignedByte() 457 int operand_offset = in BytecodeOperandUnsignedShort() local 462 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandUnsignedShort() 466 operand_offset, MachineType::Uint16(), needs_poisoning)); in BytecodeOperandUnsignedShort() 476 int operand_offset = in BytecodeOperandSignedShort() local 481 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandSignedShort() 485 operand_offset, MachineType::Int16(), needs_poisoning)); in BytecodeOperandSignedShort() [all …]
|
D | bytecode-decoder.cc | 132 int operand_offset = in Decode() local 135 &bytecode_start[prefix_offset + operand_offset]); in Decode()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | export_graphdef.cc | 373 int operand_offset = 0; in AddEdge() local 381 operand_offset = op->getNumOperands(); in AddEdge() 388 operand_and_idx.index() + operand_offset)); in AddEdge()
|