Searched refs:operand_offset (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 362 Node* operand_offset = OperandOffset(operand_index); in BytecodeOperandUnsignedByte() local 364 IntPtrAdd(BytecodeOffset(), operand_offset), needs_poisoning); in BytecodeOperandUnsignedByte() 372 Node* operand_offset = OperandOffset(operand_index); in BytecodeOperandSignedByte() local 374 IntPtrAdd(BytecodeOffset(), operand_offset), needs_poisoning); in BytecodeOperandSignedByte() 436 int operand_offset = in BytecodeOperandUnsignedShort() local 440 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandUnsignedShort() 443 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint16(), in BytecodeOperandUnsignedShort() 454 int operand_offset = in BytecodeOperandSignedShort() local 458 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandSignedShort() 461 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Int16(), in BytecodeOperandSignedShort() [all …]
|
D | bytecode-decoder.cc | 140 int operand_offset = in Decode() local 143 &bytecode_start[prefix_offset + operand_offset]); in Decode()
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_decoder.cpp | 451 size_t operand_offset, const spv_operand_type_t type, in DecodeOperand() argument 457 assert((operand_offset >> 16) == 0); in DecodeOperand() 458 operand_.offset = static_cast<uint16_t>(operand_offset); in DecodeOperand() 834 const size_t operand_offset = inst_words_.size(); in DecodeInstruction() local 837 DecodeOperand(operand_offset, type, &expected_operands); in DecodeInstruction()
|
D | markv_decoder.h | 131 spv_result_t DecodeOperand(size_t operand_offset,
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_decoder.cpp | 451 size_t operand_offset, const spv_operand_type_t type, in DecodeOperand() argument 457 assert((operand_offset >> 16) == 0); in DecodeOperand() 458 operand_.offset = static_cast<uint16_t>(operand_offset); in DecodeOperand() 834 const size_t operand_offset = inst_words_.size(); in DecodeInstruction() local 837 DecodeOperand(operand_offset, type, &expected_operands); in DecodeInstruction()
|
D | markv_decoder.h | 131 spv_result_t DecodeOperand(size_t operand_offset,
|