Searched defs:operand_type (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-accessor.cc | 121 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
|
D | bytecode-decoder.cc | 17 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()
|
D | bytecodes.cc | 153 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()
|
D | bytecode-operands.cc | 30 const char* OperandTypeToString(OperandType operand_type) { in OperandTypeToString() 83 std::ostream& operator<<(std::ostream& os, const OperandType& operand_type) { in operator <<()
|
D | bytecode-operands.h | 149 static constexpr bool IsScalableSignedByte(OperandType operand_type) { in IsScalableSignedByte() 155 static constexpr bool IsScalableUnsignedByte(OperandType operand_type) { in IsScalableUnsignedByte()
|
D | bytecodes.h | 758 static int GetNumberOfRegistersRepresentedBy(OperandType operand_type) { in GetNumberOfRegistersRepresentedBy()
|
/external/tensorflow/tensorflow/contrib/lite/ |
D | nnapi_delegate.cc | 112 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/ |
D | runtime-interpreter.cc | 82 interpreter::OperandType operand_type = in PrintRegisters() local
|
/external/libunwind/src/dwarf/ |
D | Gexpr.c | 125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 662 PrimitiveType operand_type = op->operand(0)->shape().element_type(); in EmitBinaryOp() local
|