Searched refs:JMP_CMP_HM (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline_internal.h | 1262 #define JMP_CMP_HM(thread, ip, operator) \ macro 1311 #define JMP_CMP_HM JMP_CMP macro
|
| H A D | rte_swx_pipeline.c | 5356 JMP_CMP_HM(t, ip, ==); in instr_jmp_eq_hm_exec() 5411 JMP_CMP_HM(t, ip, !=); in instr_jmp_neq_hm_exec() 5466 JMP_CMP_HM(t, ip, <); in instr_jmp_lt_hm_exec() 5532 JMP_CMP_HM(t, ip, >); in instr_jmp_gt_hm_exec()
|