Searched refs:operand2 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | math_cmd.h | 80 uint32_t op, uint64_t operand2, uint32_t result, in rta_math() argument 105 (operand2 == SEQINSZ))) { in rta_math() 116 (operand2 != NONE)) { in rta_math() 141 ret = __rta_map_opcode((uint32_t)operand2, math_op2, in rta_math() 222 operand2); in rta_math() 225 __rta_out32(program, lower_32_bits(operand2)); in rta_math()
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 702 #define MATHB(program, operand1, operator, operand2, result, length, opt) \ argument 703 rta_math(program, operand1, MATH_FUN_##operator, operand2, result, \
|