Home
last modified time | relevance | path

Searched refs:xo (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td210 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 …]
DPPCInstrPrefix.td107 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 …]
DPPCInstrAltivec.td268 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 …]
DPPCInstrSPE.td14 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/
Dxo.rst2 .. 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/
DMakefile8 .PATH: ${LIBXOSRC}/xo
10 PROG= xo
11 MAN= xo.1
19 LIBADD= xo util
/freebsd-12-stable/contrib/libxo/xo/
DMakefile.am24 bin_PROGRAMS = xo program
26 xo_SOURCES = xo.c
37 man_MANS = xo.1
39 EXTRA_DIST = xo.1
/freebsd-12-stable/sbin/savecore/
Dsavecore.c106 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 …]
DMakefile9 LIBADD= z xo
/freebsd-12-stable/usr.bin/xo/tests/
DMakefile9 .PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved
37 LIBADD+= xo
Dfunctional_test.sh36 XO=$(atf_config_get usr.bin.xo.test_xo /usr/bin/xo)
/freebsd-12-stable/crypto/openssl/crypto/md5/asm/
Dmd5-586.pl36 @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/
Daml8726_rtc.c68 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/
Dsanitizer_posix_libcdep.cpp245 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/
Dppcfbsd-tdep.c233 #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/
DMakefile.am51 XO=../../xo/xo
/freebsd-12-stable/sys/gnu/dts/arm64/qcom/
Dsm8150.dtsi23 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/
DMakefile5 LIBADD= xo
/freebsd-12-stable/usr.bin/last/
DMakefile5 LIBADD= xo
/freebsd-12-stable/usr.sbin/lastlogin/
DMakefile5 LIBADD= xo
/freebsd-12-stable/usr.bin/nfsstat/
DMakefile7 LIBADD+= devstat xo
/freebsd-12-stable/usr.sbin/arp/
DMakefile7 LIBADD= xo
/freebsd-12-stable/usr.sbin/sesutil/
DMakefile7 LIBADD= xo
/freebsd-12-stable/usr.bin/vmstat/
DMakefile8 LIBADD= devstat kvm memstat xo util
/freebsd-12-stable/bin/ps/
DMakefile15 LIBADD= m kvm jail xo

1234