Searched refs:new_gpr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 991 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, 996 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, in wrp_lmem_load() argument 999 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_load() 1051 if (first || !new_gpr) in wrp_lmem_load() 1055 emit_ld_field_any(nfp_prog, reg_both(dst), mask, reg, sc, shf, new_gpr); in wrp_lmem_load() 1065 unsigned int size, bool first, bool new_gpr, bool last, bool lm3, in wrp_lmem_store() argument 1068 bool should_inc = needs_inc && new_gpr && !last; in wrp_lmem_store() 1125 if (new_gpr || last) { in wrp_lmem_store()
|