Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf-protos.h26 extern const char *bpf_output_call (rtx);
H A Dbpf.md443 { return bpf_output_call (operands[0]); }
466 { return bpf_output_call (operands[1]); }
H A Dbpf.c679 bpf_output_call (rtx target) in bpf_output_call() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf-protos.h26 extern const char *bpf_output_call (rtx);
H A Dbpf.md449 { return bpf_output_call (operands[0]); }
472 { return bpf_output_call (operands[1]); }
H A Dbpf.cc824 bpf_output_call (rtx target) in bpf_output_call() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202013895 * config/bpf/bpf.c (bpf_output_call): Support indirect calls in xBPF.
15596 (bpf_output_call): Likewise.