Searched refs:JMP_CMP (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_swx_pipeline.c | 836 #define JMP_CMP(thread, ip, operator) \ macro 906 #define JMP_CMP_S JMP_CMP 907 #define JMP_CMP_MH JMP_CMP 908 #define JMP_CMP_HM JMP_CMP 909 #define JMP_CMP_HH JMP_CMP 5088 JMP_CMP(t, ip, ==); in instr_jmp_eq_exec() 5121 JMP_CMP(t, ip, !=); in instr_jmp_neq_exec() 5154 JMP_CMP(t, ip, <); in instr_jmp_lt_exec() 5220 JMP_CMP(t, ip, >); in instr_jmp_gt_exec()
|