Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/examples/
H A Dvxlan.spec124 mov h.outer_ipv4.ver_ihl t.ipv4_ver_ihl
125 mov h.outer_ipv4.diffserv t.ipv4_diffserv
129 mov h.outer_ipv4.ttl t.ipv4_ttl
130 mov h.outer_ipv4.protocol t.ipv4_protocol
137 mov h.outer_udp.src_port t.udp_src_port
138 mov h.outer_udp.dst_port t.udp_dst_port
139 mov h.outer_udp.length t.udp_length
140 mov h.outer_udp.checksum t.udp_checksum
144 mov h.outer_vxlan.flags t.vxlan_flags
146 mov h.outer_vxlan.vni t.vxlan_vni
[all …]
H A Dfib.spec73 mov m.nexthop_group_id t.nexthop_group_id
86 mov h.ethernet.dst_addr t.ethernet_dst_addr
87 mov h.ethernet.src_addr t.ethernet_src_addr
88 mov h.ethernet.ethertype t.ethernet_ethertype
97 mov m.port_out t.port_out
163 mov m.vrf_id h.ipv4.src_addr
164 mov m.dst_addr h.ipv4.dst_addr
H A Dl2fwd_macswp.spec29 mov m.addr h.ethernet.dst_addr
30 mov h.ethernet.dst_addr h.ethernet.src_addr
31 mov h.ethernet.src_addr m.addr
H A Dvarbit.spec73 mov m.options_size h.ipv4_top.ver_ihl
83 mov h.udp.src_port 0xAABB
84 mov h.udp.dst_port 0xCCDD
H A Dlearner.spec70 mov m.port_out t.port_out
90 mov m.port_out m.fwd_action_arg_port_out
H A Dregisters.spec62 mov m.port_out m.port_in
H A Dselector.spec90 mov m.group_id h.ethernet.dst_addr
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h674 struct instr_dst_src mov; member
1143 uint8_t *dst_struct = (thread)->structs[(ip)->mov.dst.struct_id]; \
1144 uint64_t *dst64_ptr = (uint64_t *)&dst_struct[(ip)->mov.dst.offset]; \
1146 uint64_t dst64_mask = UINT64_MAX >> (64 - (ip)->mov.dst.n_bits); \
1148 uint8_t *src_struct = (thread)->structs[(ip)->mov.src.struct_id]; \
1149 uint64_t *src64_ptr = (uint64_t *)&src_struct[(ip)->mov.src.offset]; \
1151 uint64_t src64_mask = UINT64_MAX >> (64 - (ip)->mov.src.n_bits); \
1161 uint8_t *dst_struct = (thread)->structs[(ip)->mov.dst.struct_id]; \
1162 uint64_t *dst64_ptr = (uint64_t *)&dst_struct[(ip)->mov.dst.offset]; \
1164 uint64_t dst64_mask = UINT64_MAX >> (64 - (ip)->mov.dst.n_bits); \
[all …]
H A Drte_swx_pipeline.c6353 (instr[0].mov.dst.n_bits != instr[0].mov.src.n_bits)) in instr_pattern_mov_all_validate_search()
6371 (instr[i].mov.dst.n_bits != instr[i].mov.src.n_bits)) in instr_pattern_mov_all_validate_search()
10395 instr->mov.dst.struct_id, in instr_mov_export()
10396 instr->mov.dst.n_bits, in instr_mov_export()
10397 instr->mov.dst.offset, in instr_mov_export()
10398 instr->mov.src.struct_id, in instr_mov_export()
10399 instr->mov.src.n_bits, in instr_mov_export()
10400 instr->mov.src.offset); in instr_mov_export()
10416 instr->mov.dst.n_bits, in instr_mov_export()
10417 instr->mov.dst.offset, in instr_mov_export()
[all …]