Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c5285 struct instruction *ip_next[] = {t->ip + 1, ip->jmp.ip}; in instr_jmp_hit_exec() local
5289 t->ip = ip_next[t->hit]; in instr_jmp_hit_exec()
5297 struct instruction *ip_next[] = {ip->jmp.ip, t->ip + 1}; in instr_jmp_miss_exec() local
5301 t->ip = ip_next[t->hit]; in instr_jmp_miss_exec()