Home
last modified time | relevance | path

Searched full:mti (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/contrib/libfido2/fuzz/
H A Dprng.c58 static int mti=N+1; /* mti==N+1 means mt[N] is not initialized */ variable
64 for (mti=1; mti<N; mti++) { in init_genrand()
65 mt[mti] = in init_genrand()
66 (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + in init_genrand()
67 (unsigned long)mti); in init_genrand()
72 mt[mti] &= 0xffffffffUL; in init_genrand()
85 if (mti >= N) { /* generate N words at one time */ in genrand_int32()
88 assert(mti != N+1); in genrand_int32()
101 mti = 0; in genrand_int32()
104 y = mt[mti++]; in genrand_int32()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmti,gic.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/mti,gic.yaml#
21 const: mti,gic
40 mti,reserved-cpu-vectors:
53 mti,reserved-ipi-vectors:
73 const: mti,gic-timer
111 compatible = "mti,gic";
115 mti,reserved-cpu-vectors = <7>;
116 mti,reserved-ipi-vectors = <40 8>;
119 compatible = "mti,gic-timer";
129 compatible = "mti,gic";
[all …]
H A Dmips-gic.txt9 - compatible : Should be "mti,gic".
23 - mti,reserved-cpu-vectors : Specifies the list of CPU interrupt vectors
26 - mti,reserved-ipi-vectors : Specifies the range of GIC interrupts that are
34 - compatible : Should be "mti,gic-timer".
46 compatible = "mti,gic";
52 mti,reserved-cpu-vectors = <7>;
53 mti,reserved-ipi-vectors = <40 8>;
56 compatible = "mti,gic-timer";
H A Dmti,cpu-interrupt-controller.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/mti,cpu-interrupt-controller.yaml#
21 const: mti,cpu-interrupt-controller
42 compatible = "mti,cpu-interrupt-controller";
/freebsd/contrib/tcpdump/
H A Dprint-openflow.c107 const struct of_msgtypeinfo *mti) in of_message_print() argument
120 if (!mti) in of_message_print()
123 if ((mti->req_what == REQ_FIXLEN && len != mti->req_value) || in of_message_print()
124 (mti->req_what == REQ_MINLEN && len < mti->req_value)) in of_message_print()
127 if (!ndo->ndo_vflag || !mti->decoder) in of_message_print()
130 mti->decoder(ndo, cp, len); in of_message_print()
150 const struct of_msgtypeinfo *mti; in openflow_print() local
162 mti = in openflow_print()
166 if (mti && mti->name) in openflow_print()
167 ND_PRINT(", type %s", mti->name); in openflow_print()
[all …]
/freebsd/sys/contrib/device-tree/src/mips/mti/
H A Dmalta.dts14 compatible = "mti,malta";
17 compatible = "mti,cpu-interrupt-controller";
24 compatible = "mti,gic";
31 * Declare the interrupt-parent even though the mti,gic
39 compatible = "mti,gic-timer";
86 compatible = "mti,malta-fpga", "syscon", "simple-mfd";
91 compatible = "mti,malta-lcd";
H A Dsead3.dts13 compatible = "mti,sead-3";
27 compatible = "mti,mips14KEc", "mti,mips14Kc";
37 compatible = "mti,cpu-interrupt-controller";
44 compatible = "mti,gic";
51 * Declare the interrupt-parent even though the mti,gic
94 compatible = "mti,sead3-fpga", "syscon", "simple-mfd";
110 compatible = "mti,sead3-cpld", "syscon", "simple-mfd";
212 compatible = "mti,sead3-lcd";
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/
H A Dimg-ascii-lcd.txt6 "mti,malta-lcd"
7 "mti,sead3-lcd"
12 Required properties for "mti,malta-lcd" or "mti,sead3-lcd":
H A Dimg,ascii-lcd.yaml16 - mti,malta-lcd
17 - mti,sead3-lcd
/freebsd/sys/contrib/device-tree/Bindings/mips/
H A Dcpus.yaml39 - mti,interaptiv
40 - mti,mips14KEc
41 - mti,mips14Kc
42 - mti,mips24KEc
H A Dcpu_irq.txt13 - compatible : Should be "mti,cpu-interrupt-controller"
22 compatible = "mti,cpu-interrupt-controller";
39 { .compatible = "mti,cpu-interrupt-controller", .data = mips_cpu_irq_of_init },
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td915 foreach mti = AllMasks in
917 defm : VPatUSLoadStoreMaskSDNode<mti>;
1166 foreach mti = AllMasks in {
1168 def : Pat<(mti.Mask (and VR:$rs1, VR:$rs2)),
1169 (!cast<Instruction>("PseudoVMAND_MM_"#mti.LMul.MX)
1170 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>;
1171 def : Pat<(mti.Mask (or VR:$rs1, VR:$rs2)),
1172 (!cast<Instruction>("PseudoVMOR_MM_"#mti.LMul.MX)
1173 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>;
1174 def : Pat<(mti.Mask (xor VR:$rs1, VR:$rs2)),
[all …]
H A DRISCVInstrInfoVVLPatterns.td2841 foreach mti = AllMasks in {
2844 def : Pat<(mti.Mask (riscv_vmset_vl VLOpFrag)),
2845 (!cast<Instruction>("PseudoVMSET_M_" # mti.BX) GPR:$vl, mti.Log2SEW)>;
2846 def : Pat<(mti.Mask (riscv_vmclr_vl VLOpFrag)),
2847 (!cast<Instruction>("PseudoVMCLR_M_" # mti.BX) GPR:$vl, mti.Log2SEW)>;
2849 def : Pat<(mti.Mask (riscv_vmand_vl VR:$rs1, VR:$rs2, VLOpFrag)),
2850 (!cast<Instruction>("PseudoVMAND_MM_" # mti.LMul.MX)
2851 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>;
2852 def : Pat<(mti.Mask (riscv_vmor_vl VR:$rs1, VR:$rs2, VLOpFrag)),
2853 (!cast<Instruction>("PseudoVMOR_MM_" # mti.LMul.MX)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Dmti,mips-cpc.yaml4 $id: http://devicetree.org/schemas/power/mti,mips-cpc.yaml#
17 const: mti,mips-cpc
34 compatible = "mti,mips-cpc";
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dmti,mips-cdmm.yaml4 $id: http://devicetree.org/schemas/bus/mti,mips-cdmm.yaml#
17 const: mti,mips-cdmm
34 compatible = "mti,mips-cdmm";
/freebsd/sys/contrib/device-tree/src/mips/mobileye/
H A Deyeq6h.dtsi29 compatible = "mti,cpu-interrupt-controller";
76 compatible = "mti,gic";
82 * Declare the interrupt-parent even though the mti,gic
90 compatible = "mti,gic-timer";
H A Deyeq5.dtsi61 compatible = "mti,cpu-interrupt-controller";
122 compatible = "mti,gic";
128 * Declare the interrupt-parent even though the mti,gic
136 compatible = "mti,gic-timer";
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp95 MemoryLocation MemoryLocation::getForSource(const MemTransferInst *MTI) { in getForSource() argument
96 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()
99 MemoryLocation MemoryLocation::getForSource(const AtomicMemTransferInst *MTI) { in getForSource() argument
100 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()
103 MemoryLocation MemoryLocation::getForSource(const AnyMemTransferInst *MTI) { in getForSource() argument
104 assert(MTI->getRawSource() == MTI->getArgOperand(1)); in getForSource()
105 return getForArgument(MTI, 1, nullptr); in getForSource()
/freebsd/sys/contrib/device-tree/src/mips/img/
H A Dboston.dts182 compatible = "mti,gic";
189 compatible = "mti,gic-timer";
196 compatible = "mti,mips-cdmm";
201 compatible = "mti,mips-cpc";
/freebsd/sys/contrib/device-tree/Bindings/mips/pic32/
H A Dmicrochip,pic32mzda.txt14 - compatible: Must be "mti,mips14KEc".
22 compatible = "mti,mips14KEc";
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp512 if (auto *MTI = dyn_cast<MemTransferInst>(MI)) in collectFlatAddressExpressions() local
513 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions()
1051 } else if (auto *MTI = dyn_cast<MemTransferInst>(MI)) { in handleMemIntrinsicPtrUse() local
1052 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
1053 Value *Dest = MTI->getRawDest(); in handleMemIntrinsicPtrUse()
1062 if (isa<MemCpyInlineInst>(MTI)) { in handleMemIntrinsicPtrUse()
1063 MDNode *TBAAStruct = MTI->getMetadata(LLVMContext::MD_tbaa_struct); in handleMemIntrinsicPtrUse()
1064 B.CreateMemCpyInline(Dest, MTI->getDestAlign(), Src, in handleMemIntrinsicPtrUse()
1065 MTI->getSourceAlign(), MTI->getLength(), in handleMemIntrinsicPtrUse()
1068 } else if (isa<MemCpyInst>(MTI)) { in handleMemIntrinsicPtrUse()
[all …]
/freebsd/sys/contrib/device-tree/src/mips/ralink/
H A Dmt7621.dtsi31 compatible = "mti,cpu-interrupt-controller";
339 compatible = "mti,gic";
345 mti,reserved-cpu-vectors = <7>;
348 compatible = "mti,gic-timer";
355 compatible = "mti,mips-cpc";
360 compatible = "mti,mips-cdmm";
/freebsd/sys/contrib/device-tree/Bindings/mips/img/
H A Dpistachio.txt17 - compatible: Must be "mti,interaptiv".
28 compatible = "mti,interaptiv";
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp162 } else if (const MemTransferInst *MTI = dyn_cast<MemTransferInst>(I)) { in analyzeGlobalAux() local
163 if (MTI->isVolatile()) in analyzeGlobalAux()
165 if (MTI->getArgOperand(0) == V) in analyzeGlobalAux()
167 if (MTI->getArgOperand(1) == V) in analyzeGlobalAux()
H A DVNCoercion.cpp269 MemTransferInst *MTI = cast<MemTransferInst>(MI); in analyzeLoadFromClobberingMemInst() local
271 Constant *Src = dyn_cast<Constant>(MTI->getSource()); in analyzeLoadFromClobberingMemInst()
400 MemTransferInst *MTI = cast<MemTransferInst>(SrcInst); in getMemInstValueForLoad() local
401 Constant *Src = cast<Constant>(MTI->getSource()); in getMemInstValueForLoad()
424 MemTransferInst *MTI = cast<MemTransferInst>(SrcInst); in getConstantMemInstValueForLoad() local
425 Constant *Src = cast<Constant>(MTI->getSource()); in getConstantMemInstValueForLoad()

1234