Home
last modified time | relevance | path

Searched defs:operand_type (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc121 OperandType operand_type = in GetIndexOperand() local
128 OperandType operand_type = in GetRegisterOperand() local
143 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange() local
154 OperandType operand_type = in GetRuntimeIdOperand() local
163 OperandType operand_type = in GetIntrinsicIdOperand() local
Dbytecode-decoder.cc17 OperandType operand_type, in DecodeRegisterOperand()
27 const uint8_t* operand_start, uint32_t count, OperandType operand_type, in DecodeRegisterListOperand()
36 OperandType operand_type, in DecodeSignedOperand()
54 OperandType operand_type, in DecodeUnsignedOperand()
Dbytecodes.cc153 bool Bytecodes::IsRegisterOperandType(OperandType operand_type) { in IsRegisterOperandType()
183 bool Bytecodes::IsRegisterInputOperandType(OperandType operand_type) { in IsRegisterInputOperandType()
201 bool Bytecodes::IsRegisterOutputOperandType(OperandType operand_type) { in IsRegisterOutputOperandType()
262 bool Bytecodes::IsUnsignedOperandType(OperandType operand_type) { in IsUnsignedOperandType()
275 OperandSize Bytecodes::SizeOfOperand(OperandType operand_type, in SizeOfOperand()
Dbytecode-operands.cc30 const char* OperandTypeToString(OperandType operand_type) { in OperandTypeToString()
83 std::ostream& operator<<(std::ostream& os, const OperandType& operand_type) { in operator <<()
Dbytecode-operands.h149 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte()
155 static constexpr bool IsScalableUnsignedByte(OperandType operand_type) { in IsScalableUnsignedByte()
Dbytecodes.h758 static int GetNumberOfRegistersRepresentedBy(OperandType operand_type) { in GetNumberOfRegistersRepresentedBy()
/external/tensorflow/tensorflow/contrib/lite/
Dnnapi_delegate.cc112 ANeuralNetworksOperandType operand_type{ in addTensorOperands() local
152 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_INT32}; in AddOpsAndParams() local
161 ANeuralNetworksOperandType operand_type{.type = ANEURALNETWORKS_FLOAT32}; in AddOpsAndParams() local
/external/v8/src/runtime/
Druntime-interpreter.cc82 interpreter::OperandType operand_type = in PrintRegisters() local
/external/libunwind/src/dwarf/
DGexpr.c125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc662 PrimitiveType operand_type = op->operand(0)->shape().element_type(); in EmitBinaryOp() local