Home
last modified time | relevance | path

Searched refs:ALU (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c737 #define ALU_S ALU
738 #define ALU_MH ALU
739 #define ALU_HM ALU
740 #define ALU_HH ALU
3904 ALU(t, ip, +); in instr_alu_add_exec()
3994 ALU(t, ip, -); in instr_alu_sub_exec()
4084 ALU(t, ip, <<); in instr_alu_shl_exec()
4174 ALU(t, ip, >>); in instr_alu_shr_exec()
4264 ALU(t, ip, &); in instr_alu_and_exec()
4309 ALU(t, ip, |); in instr_alu_or_exec()
[all …]