Searched refs:JMP_CMP (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline_internal.h | 1227 #define JMP_CMP(thread, ip, operator) \ macro 1310 #define JMP_CMP_MH JMP_CMP 1311 #define JMP_CMP_HM JMP_CMP 1312 #define JMP_CMP_HH JMP_CMP 1313 #define JMP_CMP_HH_FAST JMP_CMP
|
| H A D | rte_swx_pipeline.c | 5334 JMP_CMP(t, ip, ==); in instr_jmp_eq_exec() 5389 JMP_CMP(t, ip, !=); in instr_jmp_neq_exec() 5444 JMP_CMP(t, ip, <); in instr_jmp_lt_exec() 5510 JMP_CMP(t, ip, >); in instr_jmp_gt_exec()
|