Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c999 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_load() local
1014 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx)); in wrp_lmem_load()
1057 if (should_inc) in wrp_lmem_load()
1068 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_store() local
1083 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx), in wrp_lmem_store()
1128 if (should_inc) in wrp_lmem_store()