Home
last modified time | relevance | path

Searched refs:read0 (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td144 class SchedUnary<string write, string read0, string mx, int sew = 0,
146 SchedNary<write, [read0], mx, sew, forceMasked, forceMergeOpRead>;
147 class SchedUnaryMC<string write, string read0, bit forceMasked = 1>:
148 SchedUnary<write, read0, "WorstCase", forceMasked=forceMasked>;
151 class SchedBinary<string write, string read0, string read1, string mx,
153 : SchedNary<write, [read0, read1], mx, sew, forceMasked, forceMergeOpRead>;
154 class SchedBinaryMC<string write, string read0, string read1,
156 SchedBinary<write, read0, read1, "WorstCase", forceMasked=forceMasked>;
159 class SchedTernary<string write, string read0, string read1, string read2,
161 : SchedNary<write, [read0, read1, read2], mx, sew, forceMasked>;
[all …]
/src/sys/dev/irdma/
H A Dirdma_cm.c4271 bool read0; in irdma_cm_event_connected() local
4285 read0 = (cm_node->send_rdma0_op == SEND_RDMA_READ_ZERO); in irdma_cm_event_connected()
4288 irdma_sc_send_rtt(&iwqp->sc_qp, read0); in irdma_cm_event_connected()