Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h950 uint64_t *x64_ptr = (uint64_t *)&x_struct[x->offset]; in instr_operand_hbo() local
951 uint64_t x64 = *x64_ptr; in instr_operand_hbo()
963 uint64_t *x64_ptr = (uint64_t *)&x_struct[x->offset]; in instr_operand_nbo() local
964 uint64_t x64 = *x64_ptr; in instr_operand_nbo()