Searched refs:operand_1 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-traits.h | 85 OperandType operand_1, OperandType operand_2, OperandType operand_3> 86 struct BytecodeTraits<accumulator_use, operand_0, operand_1, operand_2, 89 static const OperandType operand_types[] = {operand_0, operand_1, operand_2, 97 OperandTraits<operand_1>::kOperandTypeInfo, 109 OperandScaler<operand_1, OperandScale::k##Name>::kOperandSize, \ 124 return operand_0 == ot || operand_1 == ot || operand_2 == ot || 130 OperandTraits<operand_1>::TypeInfoTraits::kIsScalable | 139 RegisterOperandTraits<operand_1>::kIsRegisterOperand + 144 (RegisterOperandTraits<operand_1>::kIsRegisterOperand << 1) + 150 OperandType operand_1, OperandType operand_2> [all …]
|
/external/gemmlowp/meta/generators/ |
D | cc_emitter.py | 57 def EmitBinaryOp(self, operand_1, op, operand_2): argument 58 self.EmitCode('%s %s %s' % (operand_1, op, operand_2))
|