Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif-options.c642 int opt, const char *arg, struct dhcp_opt **ldop, struct dhcp_opt **edop) in parse_option() argument
1713 *edop = *ldop = NULL; in parse_option()
1720 } else if (ldop) { in parse_option()
1721 dop = &(*ldop)->embopts; in parse_option()
1722 dop_len = &(*ldop)->embopts_len; in parse_option()
1733 if (*ldop == NULL) { in parse_option()
1737 dop = &(*ldop)->encopts; in parse_option()
1738 dop_len = &(*ldop)->encopts_len; in parse_option()
1966 *ldop = ndop; in parse_option()
2393 struct dhcp_opt **ldop, struct dhcp_opt **edop) in parse_config_line() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.md487 (define_mode_attr ldop [(QI "b") (HI "h") (SI "w") (DI "dw")])
489 (define_insn "ldind<ldop>"
499 "ldind<ldop>\t%0,%1"
502 (define_insn "ldabs<ldop>"
512 "ldabs<ldop>\t%0"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.md481 (define_mode_attr ldop [(QI "b") (HI "h") (SI "w") (DI "dw")])
483 (define_insn "ldind<ldop>"
493 "ldind<ldop>\t%0,%1"
496 (define_insn "ldabs<ldop>"
506 "ldabs<ldop>\t%0"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td7892 class mul_v4i8<SDPatternOperator ldop> :
7894 (mul (ldop (add node:$Rn, node:$offset)),
7895 (ldop (add node:$Rm, node:$offset)))>;
7896 class mulz_v4i8<SDPatternOperator ldop> :
7898 (mul (ldop node:$Rn), (ldop node:$Rm))>;
7907 class dot_v4i8<Instruction DOT, SDPatternOperator ldop> :
7908 Pat<(i32 (add (mul_v4i8<ldop> GPR64sp:$Rn, GPR64sp:$Rm, (i64 3)),
7909 (add (mul_v4i8<ldop> GPR64sp:$Rn, GPR64sp:$Rm, (i64 2)),
7910 (add (mul_v4i8<ldop> GPR64sp:$Rn, GPR64sp:$Rm, (i64 1)),
7911 (mulz_v4i8<ldop> GPR64sp:$Rn, GPR64sp:$Rm))))),