Searched refs:ntoh64 (Results 1 – 2 of 2) sorted by relevance
35 #define ntoh64(x) rte_be_to_cpu_64(x) macro966 return ntoh64(x64) >> (64 - x->n_bits); in instr_operand_nbo()1007 uint64_t src = ntoh64(src64) >> (64 - (ip)->alu.src.n_bits); \1020 uint64_t dst = ntoh64(dst64) >> (64 - (ip)->alu.dst.n_bits); \1059 uint64_t dst = ntoh64(dst64) >> (64 - (ip)->alu.dst.n_bits); \1064 uint64_t src = ntoh64(src64) >> (64 - (ip)->alu.src.n_bits); \1125 uint64_t dst = ntoh64(dst64) >> (64 - (ip)->alu.dst.n_bits); \1169 uint64_t src = ntoh64(src64) >> (64 - (ip)->mov.src.n_bits); \1257 uint64_t b = ntoh64(b64) >> (64 - (ip)->jmp.b.n_bits); \3000 uint64_t src = ntoh64(src64) >> (64 - ip->regarray.dstsrc.n_bits); in instr_regarray_src_nbo()[all …]
23 #define ntoh64(x) rte_be_to_cpu_64(x) macro27 #define field_ntoh(val, n_bits) (ntoh64((val) << (64 - n_bits)))