Home
last modified time | relevance | path

Searched defs:ADDC (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h24 ADDC = 0x01, global() enumerator
/freebsd/lib/libnetbsd/
H A Dsockaddr_snprintf.c127 #define ADDC(c) do { if (buf < ebuf) *buf++ = c; else buf++; } \ in sockaddr_snprintf() macro
/freebsd/contrib/blocklist/port/
H A Dsockaddr_snprintf.c185 #define ADDC(c) do { if (buf < ebuf) *buf++ = c; else buf++; } \ in sockaddr_snprintf() macro
/freebsd/contrib/telnet/libtelnet/
H A Dkerberos.c409 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} macro
H A Dkrb4encpwd.c343 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} macro
H A Drsaencpwd.c394 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} macro
H A Dsra.c351 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} macro
H A Dkerberos5.c674 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} macro
/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c152 #define ADDC(c) do { \ in name2str() macro
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c403 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} macro
H A Dspx.c530 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} macro
H A Dkerberos5.c723 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} macro
/freebsd/contrib/libedit/
H A Dkeymacro.c625 #define ADDC(c) \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h39 ADDC, // Add with carry: (X, Y, Cin) -> (X+Y, Cout). enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h108 ADDC, // Add with carry enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h276 ADDC, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6391 APInt ADDC = ADDI->getAPIntValue(); in visitANDLike() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19942 APInt ADDC = CTVal->getAPIntValue(); in performAddCSelIntoCSinc() local