Searched refs:clb (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/wpa/src/fst/ |
| H A D | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ argument 45 if (__fst_ctrl_h->ctrl.clb) \ 46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
|
| H A D | fst_session.h | 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
| H A D | fst_session.c | 1181 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum() argument 1187 clb(s->group, s, ctx); in fst_session_enum()
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath2_ldlib_asm.S | 95 k = clb(lmant) 194 k = clb(lmant) 304 kp = clb(mantd)
|
| H A D | fastmath2_dlib_asm.S | 102 k = clb(lmant) 203 k = clb(lmant) 307 kb = clb(mantexpd)
|
| H A D | dffma.S | 274 LEFTSHIFT = add(clb(PP_HH),#-2) 287 LEFTSHIFT = add(clb(PP_HH),#-2) 396 EXPB = add(clb(ATMP),#-2) // Amount to left shift to normalize 553 TMP = add(clb(BTMP),#-EXPBITS)
|
| H A D | dfdiv.S | 248 EXPB = add(clb(PROD),#-1) // doesn't need to be added in since 411 QH = add(clb(A),#-DF_EXPBITS) 412 QL = add(clb(B),#-DF_EXPBITS)
|
| H A D | dfsqrt.S | 375 EXP = add(clb(A),#-DF_EXPBITS) // how much to normalize?
|
| /src/usr.sbin/bhyve/ |
| H A D | pci_ahci.c | 155 uint32_t clb; member 2118 p->clb = value; in pci_ahci_port_write() 2151 uint64_t clb; in pci_ahci_port_write() local 2154 clb = (uint64_t)p->clbu << 32 | p->clb; in pci_ahci_port_write() 2155 p->cmd_lst = paddr_guest2host(ahci_ctx(sc), clb, in pci_ahci_port_write() 2322 uint32_t *p= &sc->port[port].clb; in pci_ahci_port_read() 2694 SNAPSHOT_VAR_OR_LEAVE(port->clb, meta, ret, done); in pci_ahci_snapshot()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXCV.td | 68 def CV_CLB : CVBitManipR<0b0100011, "cv.clb">;
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepInstrInfo.td | 19072 "$Rd32 = clb($Rs32)", 19094 "$Rd32 = clb($Rss32)", 22536 "$Rd32 = add(clb($Rs32),#$Ii)", 22547 "$Rd32 = add(clb($Rss32),#$Ii)",
|