Searched refs:gen_cmp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/libpcap/ |
| D | gencode.c | 481 static struct block *gen_cmp(compiler_state_t *, enum e_offrel, u_int, 1015 gen_cmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp() function 1076 tmp = gen_cmp(cstate, offrel, offset + size - 4, BPF_W, in gen_bcmp() 1086 tmp = gen_cmp(cstate, offrel, offset + size - 2, BPF_H, in gen_bcmp() 1094 tmp = gen_cmp(cstate, offrel, offset, BPF_B, (bpf_int32)v[0]); in gen_bcmp() 1982 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_ether_linktype() 2020 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_ether_linktype() 2021 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_ether_linktype() 2051 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, (bpf_int32)ETHERTYPE_IPX); in gen_ether_linktype() 2092 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, (bpf_int32)proto); in gen_ether_linktype() [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog | 515 (*movsicc_umin): Adjust gen_cmp*_media call. 518 (seq): Adjust gen_cmp*_media calls. Make the mode of
|
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | s390.md | 3093 emit_insn (gen_cmp<FPR:mode> (operands[1],
|