Home
last modified time | relevance | path

Searched refs:clb (Results 1 – 11 of 11) sorted by relevance

/src/contrib/wpa/src/fst/
H A Dfst_internal.h40 #define foreach_fst_ctrl_call(clb, ...) \ argument
45 if (__fst_ctrl_h->ctrl.clb) \
46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
H A Dfst_session.h53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
H A Dfst_session.c1181 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 Dfastmath2_ldlib_asm.S95 k = clb(lmant)
194 k = clb(lmant)
304 kp = clb(mantd)
H A Dfastmath2_dlib_asm.S102 k = clb(lmant)
203 k = clb(lmant)
307 kb = clb(mantexpd)
H A Ddffma.S274 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 Ddfdiv.S248 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 Ddfsqrt.S375 EXP = add(clb(A),#-DF_EXPBITS) // how much to normalize?
/src/usr.sbin/bhyve/
H A Dpci_ahci.c155 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 DRISCVInstrInfoXCV.td68 def CV_CLB : CVBitManipR<0b0100011, "cv.clb">;
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td19072 "$Rd32 = clb($Rs32)",
19094 "$Rd32 = clb($Rss32)",
22536 "$Rd32 = add(clb($Rs32),#$Ii)",
22547 "$Rd32 = add(clb($Rss32),#$Ii)",