Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1024 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_load() local
1039 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx)); in wrp_lmem_load()
1082 if (should_inc) in wrp_lmem_load()
1093 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_store() local
1108 should_inc ? reg_lm_inc(3) : reg_lm(lm3 ? 3 : 0, idx), in wrp_lmem_store()
1153 if (should_inc) in wrp_lmem_store()