Home
last modified time | relevance | path

Searched refs:FM (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/external/u-boot/drivers/pinctrl/renesas/
Dpfc-r8a7795.c57 #define GPSR1_28 FM(CLKOUT)
146 #define GPSR5_22 FM(MSIOF0_RXD)
148 #define GPSR5_20 FM(MSIOF0_TXD)
151 #define GPSR5_17 FM(MSIOF0_SCK)
189 #define GPSR6_13 FM(SSI_SDATA5)
190 #define GPSR6_12 FM(SSI_WS5)
191 #define GPSR6_11 FM(SSI_SCK5)
205 #define GPSR7_3 FM(HDMI1_CEC)
206 #define GPSR7_2 FM(HDMI0_CEC)
207 #define GPSR7_1 FM(AVS2)
[all …]
Dpfc-r8a7796.c63 #define GPSR1_28 FM(CLKOUT)
152 #define GPSR5_22 FM(MSIOF0_RXD)
154 #define GPSR5_20 FM(MSIOF0_TXD)
157 #define GPSR5_17 FM(MSIOF0_SCK)
195 #define GPSR6_13 FM(SSI_SDATA5)
196 #define GPSR6_12 FM(SSI_WS5)
197 #define GPSR6_11 FM(SSI_SCK5)
211 #define GPSR7_3 FM(GP7_03)
212 #define GPSR7_2 FM(HDMI0_CEC)
213 #define GPSR7_1 FM(AVS2)
[all …]
Dpfc-r8a77990.c65 #define GPSR1_20 FM(CLKOUT)
92 #define GPSR2_21 FM(AVB_PHY_INT)
94 #define GPSR2_19 FM(AVB_RD3)
98 #define GPSR2_15 FM(AVB_RXC)
99 #define GPSR2_14 FM(AVB_RX_CTL)
108 #define GPSR2_5 FM(QSPI0_SSL)
189 #define IP0_3_0 FM(QSPI0_SPCLK) FM(HSCK4_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0…
190 #define IP0_7_4 FM(QSPI0_MOSI_IO0) FM(HCTS4_N_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) …
191 #define IP0_11_8 FM(QSPI0_MISO_IO1) FM(HRTS4_N_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) …
192 #define IP0_15_12 FM(QSPI0_IO2) FM(HTX4_A) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, 0) F_(0, …
[all …]
Dpfc-r8a77995.c44 #define GPSR0_1 FM(USB0_OVC)
45 #define GPSR0_0 FM(USB0_PWEN)
108 #define GPSR2_5 FM(VI4_DATA4)
113 #define GPSR2_0 FM(VI4_CLK)
132 #define GPSR4_27 FM(TX2)
133 #define GPSR4_26 FM(RX2)
144 #define GPSR4_15 FM(MSIOF0_RXD)
145 #define GPSR4_14 FM(MSIOF0_TXD)
146 #define GPSR4_13 FM(MSIOF0_SYNC)
147 #define GPSR4_12 FM(MSIOF0_SCK)
[all …]
Dpfc-r8a77970.c67 #define GPSR1_19 FM(AVB0_AVTP_MATCH)
68 #define GPSR1_18 FM(AVB0_LINK)
69 #define GPSR1_17 FM(AVB0_PHY_INT)
70 #define GPSR1_16 FM(AVB0_MAGIC)
71 #define GPSR1_15 FM(AVB0_MDC)
72 #define GPSR1_14 FM(AVB0_MDIO)
73 #define GPSR1_13 FM(AVB0_TXCREFCLK)
74 #define GPSR1_12 FM(AVB0_TD3)
75 #define GPSR1_11 FM(AVB0_TD2)
76 #define GPSR1_10 FM(AVB0_TD1)
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dfsel.ll2 …7 -enable-no-infs-fp-math -enable-no-nans-fp-math -mattr=-vsx | FileCheck -check-prefix=CHECK-FM %s
3 …nable-no-infs-fp-math -enable-no-nans-fp-math -mattr=+vsx | FileCheck -check-prefix=CHECK-FM-VSX %s
17 ; CHECK-FM: @zerocmp1
18 ; CHECK-FM: fsel 1, 1, 2, 3
19 ; CHECK-FM: blr
21 ; CHECK-FM-VSX: @zerocmp1
22 ; CHECK-FM-VSX: fsel 1, 1, 2, 3
23 ; CHECK-FM-VSX: blr
36 ; CHECK-FM: @zerocmp2
37 ; CHECK-FM: fneg [[REG:[0-9]+]], 1
[all …]
Dqpx-rounding-ops.ll2 …=powerpc64-unknown-linux-gnu -mcpu=a2q -enable-unsafe-fp-math | FileCheck -check-prefix=CHECK-FM %s
13 ; CHECK-FM: test1:
14 ; CHECK-FM: qvfrim 1, 1
26 ; CHECK-FM: test2:
27 ; CHECK-FM: qvfrim 1, 1
39 ; CHECK-FM: test3:
40 ; CHECK-FM-NOT: qvfrin
52 ; CHECK-FM: test4:
53 ; CHECK-FM-NOT: qvfrin
65 ; CHECK-FM: test5:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfsel.ll2 …7 -enable-no-infs-fp-math -enable-no-nans-fp-math -mattr=-vsx | FileCheck -check-prefix=CHECK-FM %s
3 …nable-no-infs-fp-math -enable-no-nans-fp-math -mattr=+vsx | FileCheck -check-prefix=CHECK-FM-VSX %s
17 ; CHECK-FM: @zerocmp1
18 ; CHECK-FM: fsel 1, 1, 2, 3
19 ; CHECK-FM: blr
21 ; CHECK-FM-VSX: @zerocmp1
22 ; CHECK-FM-VSX: fsel 1, 1, 2, 3
23 ; CHECK-FM-VSX: blr
36 ; CHECK-FM: @zerocmp2
37 ; CHECK-FM: fneg [[REG:[0-9]+]], 1
[all …]
Dqpx-rounding-ops.ll2 …=powerpc64-unknown-linux-gnu -mcpu=a2q -enable-unsafe-fp-math | FileCheck -check-prefix=CHECK-FM %s
13 ; CHECK-FM: test1:
14 ; CHECK-FM: qvfrim 1, 1
26 ; CHECK-FM: test2:
27 ; CHECK-FM: qvfrim 1, 1
39 ; CHECK-FM: test3:
40 ; CHECK-FM-NOT: qvfrin
52 ; CHECK-FM: test4:
53 ; CHECK-FM-NOT: qvfrin
65 ; CHECK-FM: test5:
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp85 const FIDMap& FM, in ReportControlFlow() argument
111 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM, in ReportControlFlow()
116 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM, in ReportControlFlow()
138 const FIDMap& FM, in ReportEvent() argument
158 EmitLocation(o, SM, L, FM, indent); in ReportEvent()
170 FM, indent + 1); in ReportEvent()
198 const FIDMap& FM, const SourceManager &SM,
207 const FIDMap& FM, const SourceManager &SM, in ReportCall() argument
216 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true, in ReportCall()
225 ReportPiece(o, *callEnterWithinCaller, FM, SM, LangOpts, in ReportCall()
[all …]
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp43 FIDMap FM; in writeARCDiagsToPlist() local
50 AddFID(FM, Fids, SM, D.getLocation()); in writeARCDiagsToPlist()
54 AddFID(FM, Fids, SM, RI->getBegin()); in writeARCDiagsToPlist()
55 AddFID(FM, Fids, SM, RI->getEnd()); in writeARCDiagsToPlist()
103 EmitLocation(o, SM, D.getLocation(), FM, 2); in writeARCDiagsToPlist()
113 FM, 4); in writeARCDiagsToPlist()
/external/u-boot/include/
Dfm_eth.h72 .port = FM##idx##_DTSEC##n, \
86 .port = FM##idx##_10GEC##n, \
100 .port = FM##idx##_10GEC##n, \
113 .port = FM##idx##_10GEC##n, \
129 .port = FM##idx##_10GEC##n, \
144 .port = FM##idx##_DTSEC##n, \
157 .port = FM##idx##_10GEC##n, \
/external/clang/include/clang/Basic/
DPlistSupport.h91 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation() argument
102 EmitInteger(o, GetFID(FM, SM, Loc)) << '\n'; in EmitLocation()
107 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange() argument
112 EmitLocation(o, SM, R.getBegin(), FM, indent + 1); in EmitRange()
113 EmitLocation(o, SM, R.getEnd(), FM, indent + 1); in EmitRange()
/external/clang/lib/Lex/
DHeaderMap.cpp51 const HeaderMap *HeaderMap::Create(const FileEntry *FE, FileManager &FM) { in Create() argument
56 auto FileBuffer = FM.getBufferForFile(FE); in Create()
200 StringRef Filename, FileManager &FM) const { in LookupFile()
207 return FM.getFile(Dest); in LookupFile()
/external/strace/xlat/
Dv4l2_control_classes.in5 V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */
11 V4L2_CTRL_CLASS_FM_RX 0x00a10000 /* FM Receiver controls */
/external/clang/test/Index/
Dcomplete-macro-args.c22 #define FM(x) x
24 FM(p->x, a);
/external/clang/include/clang/Lex/
DHeaderMap.h74 static const HeaderMap *Create(const FileEntry *FE, FileManager &FM);
81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaSchedule.td22 def FM : FuncUnit;
57 [L0, L1, FST0, FST1, U0, U1, FA, FM], [], [
77 InstrItinData<s_fmul , [InstrStage<6, [FM]>]>,
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dalternate_country_names.txt45 FM; Micronesia; Fed. Sts. Micronesia
46 FM; Micronesia; Federated States of Micronesia
47 FM; Micronesia; Micronesia, Fed. Sts.
48 FM; Micronesia; Micronesia, Federated States of
49 FM; ; Micronesia (Federated States of)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AsmPrinter.h32 FaultMaps FM; variable
136 FM.reset(); in doInitialization()
/external/clang/lib/Analysis/
DThreadSafety.cpp190 FactID addLock(FactManager &FM, std::unique_ptr<FactEntry> Entry) { in addLock() argument
191 FactID F = FM.newFact(std::move(Entry)); in addLock()
196 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) { in removeLock() argument
202 if (FM[FactIDs[i]].matches(CapE)) { in removeLock()
208 if (FM[FactIDs[n-1]].matches(CapE)) { in removeLock()
215 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { in findLockIter() argument
217 return FM[ID].matches(CapE); in findLockIter()
221 FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock() argument
223 return FM[ID].matches(CapE); in findLock()
225 return I != end() ? &FM[*I] : nullptr; in findLock()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use-table.cc23 #define FM USE_FM /* CONS_FINAL_MOD */ macro
75 …/* 00B0 */ O, O, FM, FM, O, O, O, O, O, O, O, O, …
108 …, O, O, O, O, O, O, O, O, O, O, B, O, FM, O,
204 …/* 0F30 */ B, B, B, B, O, FM, O, FM, O, CMAbv, O, O, …
213 /* 0FC0 */ O, O, O, O, O, O, FM, O,
260 …, VPre, VPre, VPst, VPst, VMAbv, VMPst, VPst, VMAbv, VMAbv, FM, FAbv, CMAbv, FM, FM,
261 …/* 17D0 */ FM, VAbv, H, FM, O, O, O, O, O, O, O, O, …
272 …/* 1930 */ FPst, FPst, VMBlw, FPst, FPst, FPst, FPst, FPst, FPst, FBlw, VAbv, FM, …
304 …VPre, VPre, VAbv, VMAbv, VMAbv, VMAbv, VMAbv, VMAbv, VMAbv, VAbv, FM, FM, O, O, …
341 …/* 1C30 */ FAbv, FAbv, FAbv, FAbv, VMPre, VMPre, FM, CMBlw, O, O, O, O, …
[all …]
/external/llvm/lib/Target/X86/
DX86AsmPrinter.h31 FaultMaps FM; variable
125 : AsmPrinter(TM, std::move(Streamer)), SM(*this), FM(*this) {} in X86AsmPrinter()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DOpts.td53 def FM : Separate<[ "/", "-" ], "FM">;
/external/icu/icu4c/source/data/region/
Duk.txt114 FM{"Мікронезія"}
308 FM{"Федеративні Штати Мікронезії"}

12345678910>>...18