Displaying 20 results from an estimated 33 matches for "regid".
Did you mean:
egid
2013 Sep 14
2
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
On Sat, Sep 14, 2013 at 04:51:52PM -0400, Gene Cumm wrote:
> On Sat, Sep 14, 2013 at 3:20 PM, Regid Ichira <regid23 at nt1.in> wrote:
>
> > label xp
> > com32 chain.c32
> > append hd0 1 ntldr=/ntldr
>
> > 2. Installed by
> > From xp cmd prompt:
> > c:\downloadedPrograms\syslinux\syslinux.exe --active \
> >...
2016 Dec 11
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...e:$src2, node:$src3) , [{
if (MaskedGatherSDNode *mgNode = dyn_cast<MaskedGatherSDNode>(N))
return (mgNode->getIndex().getValueType() == MVT::v128i16 ||
mgNode->getBasePtr().getValueType() == MVT::v128i16);
return false;
}]>;
foreach RegId = 0-31 in
def Mask#RegId : MipsReg<0, "Mask"#RegId>, DwarfRegNum<[!add(RegId, 10)]>;
def VK128: RegisterClass<"Connex", [v128i1], 32, (sequence "Mask%u", 0, 31)>;
def VK128Opnd : RegisterOperand<VK128> {
let ParserMatch...
2016 Dec 09
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hi Alex,
I don’t know too much about recent MIPS, but have recently been doing something similar for the new ARM SVE architecture, so hopefully this will get you closer to what you need:
If you’re looking where I think you are (lib/Target/X86/X86InstrAVX512.td), ‘GatherNode’ is a template argument, not a definition.
It allows a PatFrag be passed into the avx512_gather multiclass definition.
2016 Dec 12
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...t; if (MaskedGatherSDNode *mgNode = dyn_cast<MaskedGatherSDNode>(N))
> return (mgNode->getIndex().getValueType() == MVT::v128i16 ||
> mgNode->getBasePtr().getValueType() == MVT::v128i16);
> return false;
> }]>;
>
> foreach RegId = 0-31 in
> def Mask#RegId : MipsReg<0, "Mask"#RegId>, DwarfRegNum<[!add(RegId, 10)]>;
> def VK128: RegisterClass<"Connex", [v128i1], 32, (sequence "Mask%u", 0, 31)>;
> def VK128Opnd : RegisterOperand<VK128> {
>...
2012 Jan 23
1
patch: Shouldn't the synopsis of upsmon.8 mention the -K flag?
--- upsmon.8 2012-01-23 11:52:34.000000000 +0200
+++ upsmon.8.mod 2012-01-23 11:53:27.000000000 +0200
@@ -35,7 +35,7 @@ upsmon \- UPS monitor and shutdown contr
.sp
\fBupsmon\fR \-c \fIcommand\fR
.sp
-\fBupsmon\fR [\-D] [\-p] [\-u \fIuser\fR]
+\fBupsmon\fR [\-D] [\-K] [\-p] [\-u \fIuser\fR]
.SH "DESCRIPTION"
.sp
\fBupsmon\fR is the client process that is responsible for
2013 Mar 17
2
syslinux.exe, on XP, fails to run on a USB stick
I was trying to set up a USB stick with syslinux.exe, on a
XP machine. Had the following problems:
1. Tried:
1.1 from XP native cmd shell:
E:\>syslinux\syslinux.exe --directory /syslinux --install
--force --mbr --active e:
1.2 and a similar command from cygwin.
where e: is the USB stick.
With cygwin I got a segmentation fault.
With XP
2013 Sep 15
0
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
On Sat, Sep 14, 2013 at 7:39 PM, Regid Ichira <regid23 at nt1.in> wrote:
> On Sat, Sep 14, 2013 at 04:51:52PM -0400, Gene Cumm wrote:
>> On Sat, Sep 14, 2013 at 3:20 PM, Regid Ichira <regid23 at nt1.in> wrote:
> Without --force I get:
> Not a removable drive (use -f to override)
> I tried now without -...
2013 Feb 12
1
revisiting #613643 - Should include/nut_version.h be removed from nut_2.4.3.orig.tar.gz?
Regid,
You suggested we remove nut_version.h from the .orig.tar.gz for NUT:
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613643>
The original intent was that nut_version.h would be generated from "make dist" (or "make distcheck*") when the official nut-X.Y.Z.tar.gz tarb...
2011 Dec 09
2
Patching doc/syslinux.txt, partialy because #647603 on Debian
My reason for patching circa line 225 is that I think it is
clearer. The reason for patching circa line 575 is
http://bugs.debian.org/647603. They concluded that a .0 file is
recognized not only by PXELINUX. And what is NBP?
--- a/doc/syslinux.txt 2011-12-07 04:53:29.201556663 +0200
+++ b/doc/syslinux.txt 2011-12-07 04:50:11.000000000 +0200
@@ -221,7 +221,6 @@ LABEL label
The following
2016 Dec 09
5
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello.
I read on page 4 of http://www.cs.fsu.edu/~whalley/cda5155/chap4.pdf that gather and
scatter operations exist for Mips, named LVI and SVI, respectively.
Did anyone think of implementing in the LLVM Mips back end (part of the MSA vector
instructions) gather and scatter operations?
If so, can you share with me the TableGen spec? (I tried to start from LD_DESC_BASE,
but it
2016 Dec 15
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...rSDNode *mgNode = dyn_cast<MaskedGatherSDNode>(N))
>> return (mgNode->getIndex().getValueType() == MVT::v128i16 ||
>> mgNode->getBasePtr().getValueType() == MVT::v128i16);
>> return false;
>> }]>;
>>
>> foreach RegId = 0-31 in
>> def Mask#RegId : MipsReg<0, "Mask"#RegId>, DwarfRegNum<[!add(RegId, 10)]>;
>> def VK128: RegisterClass<"Connex", [v128i1], 32, (sequence "Mask%u", 0, 31)>;
>> def VK128Opnd : RegisterOperand<VK128>...
2012 Jan 23
1
[nut-commits] svn commit r3407 - trunk/docs/man
...<aquette at alioth.debian.org>:
> Author: aquette
> Date: Mon Jan 23 10:11:18 2012
> New Revision: 3407
> URL: http://trac.networkupstools.org/projects/nut/changeset/3407
>
> Log:
> Add the missing '-K' (Test for the shutdown flag) to upsmon synopsis (reported by Regid Ichira)
>
> Modified:
> ? trunk/docs/man/upsmon.txt
>
> Modified: trunk/docs/man/upsmon.txt
> ==============================================================================
> --- trunk/docs/man/upsmon.txt ? Fri Jan 20 18:22:02 2012 ? ? ? ?(r3406)
> +++ trunk/docs/man/upsmon....
2013 Feb 11
4
[syslinux.exe] Failures to use\install on xp+ntfs
I made several attepmts using the tree of 5.01 2013.
My syslinux.cfg file has
display /path_to/syslinux.cfg
directive.
1. The installation, with a --directory option, was successful.
After boot I got syslinux boot prompt. The syslinux.cfg was not
displayed. I guess that means the MBR was there, but not the
partition boot sector.
Then I noticed the thread at
2013 Sep 14
4
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
Platform: MS XP
1. cfg file:
prompt 1
timeout 150
display /downloadedPrograms/syslinux/syslinux.cfg
default xp
label xp
com32 chain.c32
append hd0 1 ntldr=/ntldr
label de
com32 chain.c32
append hd0 2
label memtest
linux memtest86+.bin
label hello
com32 hello.c32
2. Installed by
>From xp cmd prompt:
2019 Jan 13
1
[PATCH v2] drm/nouveau/volt/gf117: fix speedo readout register
GF117 appears to use the same register as GK104 (but still with the
general Fermi readout mechanism).
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108980
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
v1 -> v2: split out different regid into separate file.
.../drm/nouveau/include/nvkm/subdev/volt.h | 1 +
.../gpu/drm/nouveau/nvkm/engine/device/base.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/volt/Kbuild | 1 +
.../gpu/drm/nouveau/nvkm/subdev/volt/gf117.c | 60 +++++++++++++++++++
4 files changed, 63 insertions(+), 1 delet...
2010 Apr 15
1
Having extlinux report the installed vesrion
1) With a running linux system, is there a switch to run extlinux with,
?? and read on the terminal the extlinux.sys version that is
?? installed?
2) Is there a directive to add to the conf file, to see that information
?? while booting?
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
2011 Dec 13
0
Scheduling 2.6.3 release
....3 release for this week (ie, before going on deserved
holidays), around Thursday or Friday.
Apart from what is already there, I'd like to see:
- the latest nut-scanner developments (lowered runtime deps, thanks to
libltdl, and IPMI scan)
- the krauler lang_id patch
- a few warning fixes (from Regid), if possible
If you have anything stagging on your side, or if I've missed something,
please reply back so that I can take it into account.
There will quite probably
cheers,
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com
Network UPS Tools (NUT) Project Leader...
2012 Apr 21
1
[regid23@yahoo.com: Bug#669667: faq.html: missing separator between two distinct shell command s]
...sh.com/faq.html (I ship a copy of the FAQ in the Debian
package). Could somebody make this adjustment on the OpenSSH web site?
Thanks,
--
Colin Watson [cjwatson at debian.org]
-------------- next part --------------
An embedded message was scrubbed...
From: Regid Ichira <regid23 at yahoo.com>
Subject: Bug#669667: faq.html: missing separator between two distinct shell command s
Date: Fri, 20 Apr 2012 13:34:28 -0700 (PDT)
Size: 6437
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20120421/2b4a5d43/attachment-0001.mht>
2013 Apr 16
1
syslinux.exe: Does -o option not yet implemented?
C:\syslinux>syslinux.exe -o xp c:
At least one specified option not yet implemented for this installer.
C:\syslinux>syslinux.exe -o xp -d . c:
At least one specified option not yet implemented for this installer.
syslinux.cfg has a lebel xp statement.
Am I doing something wrong? If not, shouldn't
http://www.syslinux.org/wiki/index.php/SYSLINUX#NT.2F2K.2FXP
get fixed?
2013 Sep 14
0
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
On Sat, Sep 14, 2013 at 3:20 PM, Regid Ichira <regid23 at nt1.in> wrote:
> label xp
> com32 chain.c32
> append hd0 1 ntldr=/ntldr
> 2. Installed by
> From xp cmd prompt:
> c:\downloadedPrograms\syslinux\syslinux.exe --active \
> --directory /downloadedPrograms/syslinu...