Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c376 INSTR_JMP, enumerator
2275 case INSTR_JMP: in instruction_is_jmp()
4642 instr->type = INSTR_JMP; in instr_jmp_translate()
5705 CHECK((type == INSTR_TX) || (type == INSTR_JMP), EINVAL); in instr_verify()
6118 [INSTR_JMP] = instr_jmp_exec,