search for: i16v

Displaying 6 results from an estimated 6 matches for "i16v".

Did you mean: i16
2019 Sep 27
2
Maybe a TableGen bug?
..., 0, 0, 0, 0, 0, 0 }; string Namespace = "ABC"; dag OutOperandList = (outs GPR_OUT:$rs1); dag InOperandList = (ins SGPR32:$rbase, MGPR_ST:$roffset, uimm2:$rshift); string AsmString = "LOAD [$rbase + ( $roffset << $rshift )], $rs1"; list<dag> Pattern = [(set i16v:$rs1, (load (add i32:$rbase, (shl (*sext (i16 (bitconvert i16v:$roffset))*), i32:$rshift))))]; ..... i16v is a new type we added, same as i16, only name differ. While -gen-dag-isel, hit the following issue: Value type size is target-dependent. Ask TLI. UNREACHABLE executed at /home/nancy/rpp_llvm/...
2014 Nov 10
4
Boot fails in a VMware player VM - syslinux 6.03
...t in the ISO file # $SLINT/isolinux is already populated with what's needed for BIOS booting # # Fifth step: provide stuff needed for UEFI booting # ================================================= # mkdir -p $SLINT/EFI/BOOT cp -a $SLINT/isolinux/{f2.txt,initrd.img,isolinux.cfg,message.txt,ter-i16v.psf} $SLINT/EFI/BOOT SYSLINUX_SRC="/32-14.1/home/didier/logiciels/syslinux-6.03" ( cd $SLINT/EFI/BOOT cp $SYSLINUX_SRC/efi64/efi/syslinux.efi bootx64.efi cp $SYSLINUX_SRC/efi64/com32/elflink/ldlinux/ldlinux.e64 . cp $SLINT/kernels/huge.s/bzImage . mv isolinux.cfg syslinux.cfg se...
2014 Nov 11
0
Boot fails in a VMware player VM - syslinux 6.03
> > You are probably imitating / following some procedure used by > > Slackware to create EFI-compatible ISO images. The problem, as > > mentioned in a recent email this last week, is the particularities of > > the documents regarding, in this case, grub2 as EFI bootloader (as > > oppose to documents covering EFI bootloaders in general and clearly > >
2014 Nov 16
3
Syslinux 6.03, kernel not relocatable.
...er thing I can do, like moving the kernel elsewhere in the image? Currently the tree is: . |-- EFI | `-- BOOT | |-- bootx64.efi | |-- bzImage | |-- f2.txt | |-- initrd.img | |-- ldlinux.c32 | |-- ldlinux.e64 | |-- ldlinux.sys | |-- memtest | |-- message.txt | |-- setpkg | |-- syslinux.cfg | `-- ter-i16v.psf |-- README_SLINT.TXT `-- SLINT_DATE TIA and best regards, Didier
2014 Nov 13
2
Boot fails in a VMware player VM - syslinux 6.03
...ns/slackware-14/%5Bann%5D-syslinux-6-03-has-been-released-4175521209/ Here is the tree: . |-- EFI | `-- BOOT | |-- bootx64.efi | |-- bzImage | |-- f2.txt | |-- initrd.img | |-- ldlinux.c32 | |-- ldlinux.e64 | |-- ldlinux.sys | |-- memtest | |-- message.txt | |-- setpkg | |-- syslinux.cfg | `-- ter-i16v.psf |-- README_SLINT.TXT `-- SLINT_DATE Best regards, Didier
2014 Nov 10
2
Boot fails in a VMware player VM - syslinux 6.03
On 10/11/2014 04:02, Ady wrote: > >> Hi there, >> >> I failed to boot an installer in a VMware player (Version6.0.3 >> build-1895310) >> using syslinux 6.03, be it off an hybrid ISO image and an USB stick. >> >> Booting succeeds if the VM is set to use a BIOS firmware with both media, >> but fails using an efi firmware. >>