Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1016 unsigned int size, bool first, bool new_gpr, bool last, bool lm3,
1021 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, in wrp_lmem_load() argument
1024 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_load()
1076 if (first || !new_gpr) in wrp_lmem_load()
1080 emit_ld_field_any(nfp_prog, reg_both(dst), mask, reg, sc, shf, new_gpr); in wrp_lmem_load()
1090 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, in wrp_lmem_store() argument
1093 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_store()
1150 if (new_gpr || last) { in wrp_lmem_store()