| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCInstrFormats.td | 210 class SCForm<bits<6> opcode, bits<1> xo, 219 let Inst{30} = xo; 379 class DSForm_1<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr, 390 let Inst{30-31} = xo; 394 class DXForm<bits<6> opcode, bits<5> xo, dag OOL, dag IOL, string asmstr, 405 let Inst{26-30} = xo; 410 class DQ_RD6_RS5_DQ12<bits<6> opcode, bits<3> xo, dag OOL, dag IOL, 422 let Inst{29-31} = xo; 425 class DQForm_RTp5_RA17_MEM<bits<6> opcode, bits<4> xo, dag OOL, dag IOL, 436 let Inst{28-31} = xo; [all …]
|
| D | PPCInstrPrefix.td | 107 class VXForm_VTB5_RC<bits<10> xo, bits<5> R, dag OOL, dag IOL, string asmstr, 120 let Inst{22-31} = xo; 125 multiclass VXForm_VTB5_RCr<bits<10> xo, bits<5> R, dag OOL, dag IOL, 129 def NAME : VXForm_VTB5_RC<xo, R, OOL, IOL, 133 def _rec : VXForm_VTB5_RC<xo, R, OOL, IOL, 258 class XForm_XT6_IMM5_VB5<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, 269 let Inst{21-30} = xo; 273 class 8RR_XX4Form_IMM8_XTAB6<bits<6> opcode, bits<2> xo, 298 let Inst{58-59} = xo; 305 class VXForm_RD5_N3_VB5<bits<11> xo, dag OOL, dag IOL, string asmstr, [all …]
|
| D | PPCInstrAltivec.td | 268 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty> 269 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 275 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy, 277 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 283 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy, 285 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 291 class VX1_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty> 292 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB), 298 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy, 300 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB), [all …]
|
| D | PPCInstrSPE.td | 14 class EFXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr, 26 let Inst{21-31} = xo; 29 class EFXForm_2<bits<11> xo, dag OOL, dag IOL, string asmstr, 31 EFXForm_1<xo, OOL, IOL, asmstr, itin, pattern> { 35 class EFXForm_2a<bits<11> xo, dag OOL, dag IOL, string asmstr, 37 EFXForm_1<xo, OOL, IOL, asmstr, itin, pattern> { 41 class EFXForm_3<bits<11> xo, dag OOL, dag IOL, string asmstr, 52 let Inst{21-31} = xo; 55 class EVXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr, 67 let Inst{21-31} = xo; [all …]
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | xo.rst | 2 .. index:: --libxo, xo 4 The "xo" Utility 7 The `xo` utility allows command line access to the functionality of 8 the libxo library. Using `xo`, shell scripts can emit XML, JSON, and 19 The `xo` utility accepts a format string suitable for `xo_emit` and 22 xo "The {k:name} weighs {:weight/%d} pounds.\n" fish 6 45 xo --wrap top/a/b/c '{:tag}' value 77 xo --open top/data 78 xo --depth 2 '{tag}' value 79 xo --close top/data [all …]
|
| /freebsd-12-stable/usr.bin/xo/ |
| D | Makefile | 8 .PATH: ${LIBXOSRC}/xo 10 PROG= xo 11 MAN= xo.1 19 LIBADD= xo util
|
| /freebsd-12-stable/contrib/libxo/xo/ |
| D | Makefile.am | 24 bin_PROGRAMS = xo program 26 xo_SOURCES = xo.c 37 man_MANS = xo.1 39 EXTRA_DIST = xo.1
|
| /freebsd-12-stable/sbin/savecore/ |
| D | savecore.c | 106 printheader(xo_handle_t *xo, const struct kerneldumpheader *h, in printheader() argument 114 xo_flush_h(xo); in printheader() 115 xo_emit_h(xo, "{Lwc:Dump header from device}{:dump_device/%s}\n", in printheader() 117 xo_emit_h(xo, "{P: }{Lwc:Architecture}{:architecture/%s}\n", in printheader() 119 xo_emit_h(xo, in printheader() 123 xo_emit_h(xo, "{P: }{Lwc:Dump Length}{:dump_length_bytes/%lld}\n", in printheader() 125 xo_emit_h(xo, "{P: }{Lwc:Blocksize}{:blocksize/%d}\n", in printheader() 141 xo_emit_h(xo, "{P: }{Lwc:Compression}{:compression/%s}\n", comp_str); in printheader() 143 xo_emit_h(xo, "{P: }{Lwc:Dumptime}{:dumptime/%s}", ctime(&t)); in printheader() 144 xo_emit_h(xo, "{P: }{Lwc:Hostname}{:hostname/%s}\n", h->hostname); in printheader() [all …]
|
| D | Makefile | 9 LIBADD= z xo
|
| /freebsd-12-stable/usr.bin/xo/tests/ |
| D | Makefile | 9 .PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved 37 LIBADD+= xo
|
| D | functional_test.sh | 36 XO=$(atf_config_get usr.bin.xo.test_xo /usr/bin/xo)
|
| /freebsd-12-stable/crypto/openssl/crypto/md5/asm/ |
| D | md5-586.pl | 36 @xo=( 60 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one 71 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 94 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 122 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)); 140 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 165 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
|
| /freebsd-12-stable/sys/arm/amlogic/aml8726/ |
| D | aml8726_rtc.c | 68 uint16_t xo; member 300 CSR_WRITE_4(sc, AML_RTC_4_REG, ((sc->init.xo >> 8) & 0xff)); in aml8726_rtc_initialize() 304 ((uint32_t)(sc->init.xo & 0xff) << 24) | AML_RTC_AS | in aml8726_rtc_initialize() 382 sc->init.xo = 0x3c0a; in aml8726_rtc_attach() 389 sc->init.xo = 0x180a; in aml8726_rtc_attach()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_posix_libcdep.cpp | 245 u32 xo = (inst >> 1) & 0x3FF; in IsStackOverflow() local 254 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181)))) in IsStackOverflow()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | ppcfbsd-tdep.c | 233 #define insn_ds(opcd, rts, ra, d, xo) \ argument 238 | ((xo) & 0x3)) 240 #define insn_xfx(opcd, rts, spr, xo) \ argument 245 | (((xo) & 0x3ff) << 1))
|
| /freebsd-12-stable/contrib/libxo/tests/xo/ |
| D | Makefile.am | 51 XO=../../xo/xo
|
| /freebsd-12-stable/sys/gnu/dts/arm64/qcom/ |
| D | sm8150.dtsi | 23 xo_board: xo-board { 519 clock-names = "xo"; 570 clock-names = "xo"; 603 clock-names = "xo"; 666 clock-names = "xo"; 787 clock-names = "xo"; 854 clock-names = "xo", "alternate";
|
| /freebsd-12-stable/usr.bin/wc/ |
| D | Makefile | 5 LIBADD= xo
|
| /freebsd-12-stable/usr.bin/last/ |
| D | Makefile | 5 LIBADD= xo
|
| /freebsd-12-stable/usr.sbin/lastlogin/ |
| D | Makefile | 5 LIBADD= xo
|
| /freebsd-12-stable/usr.bin/nfsstat/ |
| D | Makefile | 7 LIBADD+= devstat xo
|
| /freebsd-12-stable/usr.sbin/arp/ |
| D | Makefile | 7 LIBADD= xo
|
| /freebsd-12-stable/usr.sbin/sesutil/ |
| D | Makefile | 7 LIBADD= xo
|
| /freebsd-12-stable/usr.bin/vmstat/ |
| D | Makefile | 8 LIBADD= devstat kvm memstat xo util
|
| /freebsd-12-stable/bin/ps/ |
| D | Makefile | 15 LIBADD= m kvm jail xo
|