Home
last modified time | relevance | path

Searched refs:jump_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Djump_cmd.h54 enum rta_jump_type jump_type, in rta_jump() argument
62 if (((jump_type == GOSUB) || (jump_type == RETURN)) && in rta_jump()
69 if (((jump_type == LOCAL_JUMP_INC) || (jump_type == LOCAL_JUMP_DEC)) && in rta_jump()
76 switch (jump_type) { in rta_jump()
133 if ((jump_type != LOCAL_JUMP_INC) && (jump_type != LOCAL_JUMP_DEC)) { in rta_jump()
154 if ((jump_type == LOCAL_JUMP) || (jump_type == LOCAL_JUMP_INC) || in rta_jump()
155 (jump_type == LOCAL_JUMP_DEC) || (jump_type == GOSUB) || in rta_jump()
156 (jump_type == HALT_STATUS)) in rta_jump()
162 if (jump_type == FAR_JUMP) in rta_jump()
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h558 #define JUMP(program, addr, jump_type, test_type, cond) \ argument
559 rta_jump(program, addr, jump_type, test_type, cond, NONE)