Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h36 #define hton64(x) rte_cpu_to_be_64(x) macro
1029 result = hton64(result << (64 - (ip)->alu.dst.n_bits)); \
1046 uint64_t src = hton64(src64 & src64_mask) >> (64 - (ip)->alu.dst.n_bits); \
1067 result = hton64(result << (64 - (ip)->alu.dst.n_bits)); \
1130 result = hton64(result << (64 - (ip)->alu.dst.n_bits)); \
1187 src = hton64(src) >> (64 - (ip)->mov.dst.n_bits); \
3033 src = hton64(src) >> (64 - ip->regarray.dstsrc.n_bits); in instr_regarray_dst_nbo_src_hbo_set()
H A Drte_swx_ctl.c24 #define hton64(x) rte_cpu_to_be_64(x) macro
28 #define field_hton(val, n_bits) (hton64((val) << (64 - n_bits)))
H A Drte_swx_pipeline.c2590 src_val = hton64(src_val) >> (64 - fdst->n_bits); in instr_mov_translate()
3114 src_val = hton64(src_val) >> (64 - fdst->n_bits); in instr_alu_and_translate()
3170 src_val = hton64(src_val) >> (64 - fdst->n_bits); in instr_alu_or_translate()
3226 src_val = hton64(src_val) >> (64 - fdst->n_bits); in instr_alu_xor_translate()
5054 b_val = hton64(b_val) >> (64 - fa->n_bits); in instr_jmp_eq_translate()
5114 b_val = hton64(b_val) >> (64 - fa->n_bits); in instr_jmp_neq_translate()