Home
last modified time | relevance | path

Searched refs:RST (Results 1 – 25 of 71) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td215 Defs = [LR8, X2], Uses = [CTR8, RM], RST = 2 in {
562 let Pattern = [(set i64:$RST, readcyclecounter)] in
621 "li $RST, $D", IIC_IntSimple,
779 [(set i64:$RST, (add i64:$RA,
1273 "lha $RST, $addr", IIC_LdStLHA,
1278 [(set i64:$RST,
1328 "lbz $RST, $addr", IIC_LdStLoad,
1332 "lhz $RST, $addr", IIC_LdStLoad,
1336 "lwz $RST, $addr", IIC_LdStLoad,
1395 "ld $RST, $addr", IIC_LdStLD,
[all …]
H A DPPCInstrDFP.td20 "dadd", "$RST, $RA, $RB", IIC_FPGeneral, []>;
94 "dctdp", "$RST, $RB", IIC_FPGeneral, []>;
97 defm DRSP: XForm_26r<59, 770, (outs f8rc:$RST), (ins f8rc:$RB),
98 "drsp", "$RST, $RB", IIC_FPGeneral, []>;
100 "drdpq", "$RST, $RB", IIC_FPGeneral, []>;
134 "dxex", "$RST, $RB", NoItinerary, []>;
136 "dxexq", "$RST, $RB", NoItinerary, []>;
137 defm DIEX: XForm_base_r3xo_r<59, 866, (outs f8rc:$RST),
139 "diex", "$RST, $RA, $RB", []>;
140 defm DIEXQ: XForm_base_r3xo_r<63, 866, (outs fpairrc:$RST),
[all …]
H A DPPCInstrInfo.td1581 Defs = [LR, R2], Uses = [CTR, RM], RST = 2 in {
1946 "lbz $RST, $addr", IIC_LdStLoad,
1950 "lha $RST, $addr", IIC_LdStLHA,
1954 "lhz $RST, $addr", IIC_LdStLoad,
1958 "lwz $RST, $addr", IIC_LdStLoad,
1963 "lfs $RST, $addr", IIC_LdStLFD,
1966 "lfd $RST, $addr", IIC_LdStLFD,
1994 "lfsu $RST, $addr", IIC_LdStLFDU,
2301 [(set i32:$RST, (add i32:$RA,
2841 "mffs $RST", IIC_IntMFFS,
[all …]
H A DPPCInstrHTM.td40 let RST = 0;
45 (outs), (ins u5imm:$RST, gprc:$RA, gprc:$RB),
46 "tabortwc. $RST, $RA, $RB", IIC_SprMTSPR, []>,
50 (outs), (ins u5imm:$RST, gprc:$RA, u5imm:$RB),
51 "tabortwci. $RST, $RA, $RB", IIC_SprMTSPR, []>,
55 (outs), (ins u5imm:$RST, gprc:$RA, gprc:$RB),
56 "tabortdc. $RST, $RA, $RB", IIC_SprMTSPR, []>,
60 (outs), (ins u5imm:$RST, gprc:$RA, u5imm:$RB),
61 "tabortdci. $RST, $RA, $RB", IIC_SprMTSPR, []>,
72 let RST = 0;
[all …]
H A DPPCInstrP10.td187 bits<5> RST;
201 let Inst{38-42} = RST{4-0};
261 bits<5> RST;
678 "plxssp $RST, $addr", "plxssp $RST, $D",
684 "plxsd $RST, $addr", "plxsd $RST, $D",
737 "plwa $RST, $addr", "plwa $RST, $D",
743 "pld $RST, $addr", "pld $RST, $D",
794 "pstb $RST, $addr", "pstb $RST, $D", IIC_LdStLFD>;
799 "psth $RST, $addr", "psth $RST, $D", IIC_LdStLFD>;
804 "pstw $RST, $addr", "pstw $RST, $D", IIC_LdStLFD>;
[all …]
H A DPPCInstrFormats.td240 bits<5> RST;
268 bits<5> RST;
295 let RST = 0;
304 let RST = R;
335 let RST = 0;
440 bits<5> RST;
462 let RST = 0;
468 let RST = T;
484 bits<5> RST;
508 let RST = 0;
[all …]
H A DPPCInstrAltivec.td413 "lvebx $RST, $addr", IIC_LdStLoad,
416 "lvehx $RST, $addr", IIC_LdStLoad,
419 "lvewx $RST, $addr", IIC_LdStLoad,
422 "lvx $RST, $addr", IIC_LdStLoad,
425 "lvxl $RST, $addr", IIC_LdStLoad,
430 "lvsl $RST, $addr", IIC_LdStLoad,
434 "lvsr $RST, $addr", IIC_LdStLoad,
440 "stvebx $RST, $addr", IIC_LdStStore,
443 "stvehx $RST, $addr", IIC_LdStStore,
449 "stvx $RST, $addr", IIC_LdStStore,
[all …]
H A DPPCInstrSPE.td798 def SPELWZ : DForm_1<32, (outs spe4rc:$RST), (ins (memri $D, $RA):$addr),
799 "lwz $RST, $addr", IIC_LdStLoad,
800 [(set f32:$RST, (load iaddr:$addr))]>;
801 def SPELWZX : XForm_1<31, 23, (outs spe4rc:$RST), (ins (memrr $RA, $RB):$addr),
802 "lwzx $RST, $addr", IIC_LdStLoad,
803 [(set f32:$RST, (load xaddr:$addr))]>;
804 def SPESTW : DForm_1<36, (outs), (ins spe4rc:$RST, (memri $D, $RA):$addr),
805 "stw $RST, $addr", IIC_LdStStore,
806 [(store f32:$RST, iaddr:$addr)]>;
808 "stwx $RST, $addr", IIC_LdStStore,
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dti,pcm3168a.txt30 - reset-gpios : Optional reset gpio line connected to RST pin of the codec.
31 The RST line is low active:
32 RST = low: device power-down
33 RST = high: device is enabled
H A Dti,pcm3168a.yaml36 GPIO line connected to the active-low RST pin of the codec.
37 RST = low: device power-down
38 RST = high: device is enabled
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp802 : BaseTy(Builder), RST(RST) {} in DiagTextDocPrinter()
822 RST.push_back(""); in VisitMulti()
835 size_t Start = RST.size(); in VisitMulti()
863 RST[I] += "|"; in VisitMulti()
867 RST.insert(RST.begin() + Start, EmptyLinePrefix); in VisitMulti()
868 RST.insert(RST.end(), EmptyLinePrefix); in VisitMulti()
872 RST.push_back(""); in VisitText()
873 auto &S = RST.back(); in VisitText()
877 RST.back() += " |nbsp| "; in VisitText()
906 RST.emplace_back(); in VisitSelect()
[all …]
/freebsd-14.2/share/examples/ipfilter/rules/
H A Dexample.82 # block all incoming TCP connections but send back a TCP-RST for ones to
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Dfsl,mu.yaml76 has 4 channels except RST channel which only has 1 channel.
84 4 - RST channel
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dauo_pixcir_ts.txt23 <&gpf 5 1 GPIO_LEVEL_LOW>; /* RST */
H A Dzforce_ts.txt26 reset-gpios = <&gpio5 9 0>; /* RST */
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Domap3-sbc-t3730.dts25 OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */
H A Domap3-sbc-t3530.dts25 OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */
H A Domap3-sbc-t3517.dts48 OMAP3_CORE1_IOPAD(0x21ec, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_98 - SB-T35 USB HUB RST */
H A Dimx7-colibri-eval-v3.dtsi28 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* SODIMM 30 / RST */
H A Dste-hrefv60plus.dtsi351 * Display Interface 1 uses GPIO 65 for RST (reset).
352 * Display Interface 2 uses GPIO 66 for RST (reset).
H A Dimx7-colibri-iris.dtsi19 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* SODIMM 30 / RST */
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/
H A Dfeiyang,fy07024di26a30d.yaml56 reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */
H A Dsitronix,st7701.yaml74 reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */
/freebsd-14.2/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-oceanic-5205-5inmfd.dts48 reset-gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>; /* CTP-RST: PH11 */
H A Dsun50i-a64-amarula-relic.dts43 reset-gpios = <&pio 4 14 GPIO_ACTIVE_LOW>; /* CSI-RST-R: PE14 */
125 reset-gpios = <&pio 7 8 GPIO_ACTIVE_HIGH>; /* CTP-RST: PH8 */

123