Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h683 struct instr_jmp jmp; member
1229 uint8_t *a_struct = (thread)->structs[(ip)->jmp.a.struct_id]; \
1230 uint64_t *a64_ptr = (uint64_t *)&a_struct[(ip)->jmp.a.offset]; \
1232 uint64_t a64_mask = UINT64_MAX >> (64 - (ip)->jmp.a.n_bits); \
1235 uint8_t *b_struct = (thread)->structs[(ip)->jmp.b.struct_id]; \
1236 uint64_t *b64_ptr = (uint64_t *)&b_struct[(ip)->jmp.b.offset]; \
1238 uint64_t b64_mask = UINT64_MAX >> (64 - (ip)->jmp.b.n_bits); \
1241 (thread)->ip = (a operator b) ? (ip)->jmp.ip : ((thread)->ip + 1); \
1248 uint8_t *a_struct = (thread)->structs[(ip)->jmp.a.struct_id]; \
1249 uint64_t *a64_ptr = (uint64_t *)&a_struct[(ip)->jmp.a.offset]; \
[all …]
H A Drte_swx_pipeline.c5312 t->ip = (ip->jmp.action_id == t->action_id) ? ip->jmp.ip : (t->ip + 1); in instr_jmp_action_hit_exec()
5323 t->ip = (ip->jmp.action_id == t->action_id) ? (t->ip + 1) : ip->jmp.ip; in instr_jmp_action_miss_exec()
10835 instr->jmp.header_id); in instr_jmp_export()
10842 instr->jmp.action_id); in instr_jmp_export()
10873 instr->jmp.a.n_bits, in instr_jmp_export()
10874 instr->jmp.a.offset, in instr_jmp_export()
10876 instr->jmp.b.n_bits, in instr_jmp_export()
10877 instr->jmp.b.offset); in instr_jmp_export()
10894 instr->jmp.a.n_bits, in instr_jmp_export()
10895 instr->jmp.a.offset, in instr_jmp_export()
[all …]
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_hw_specific.h406 uint32_t jmp:1; member
414 uint32_t jmp:1; member
421 uint32_t jmp:1; member
434 uint32_t jmp:1; member
H A Dcaam_jr_hw.c30 error_code.error_desc.jmp_halt_cond_src.jmp, in hw_handle_jmp_halt_cond_err()
44 error_code.error_desc.deco_src.jmp, in hw_handle_deco_err()