Searched refs:JMP_CMP (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline_internal.h | 1390 #define JMP_CMP(thread, ip, operator) \ macro 1473 #define JMP_CMP_MH JMP_CMP 1474 #define JMP_CMP_HM JMP_CMP 1475 #define JMP_CMP_HH JMP_CMP 1476 #define JMP_CMP_HH_FAST JMP_CMP
|
| H A D | rte_swx_pipeline.c | 6134 JMP_CMP(t, ip, ==); in instr_jmp_eq_exec() 6189 JMP_CMP(t, ip, !=); in instr_jmp_neq_exec() 6244 JMP_CMP(t, ip, <); in instr_jmp_lt_exec() 6310 JMP_CMP(t, ip, >); in instr_jmp_gt_exec()
|