Displaying 3 results from an estimated 3 matches for "0b11111".
Did you mean:
0b111110
2013 Feb 17
0
[LLVMdev] [llvm-c] LLVMAttribute possible bug
Thank you guys for the fast replies (!), now I can continue without worrying
about it.
-- Moritz
On 2/17/2013 1:46 PM, Daniel Murphy wrote:
> These values are masks for numbers. LLVMAlignment uses 5 bits, so the
> mask is 31 (0b11111) and these bits (16-20) cannot be used by other
> flags so the next available bit is 21. Same thing for LLVMStackAlignment.
On 2/17/2013 1:53 PM, Benjamin Kramer wrote:
> This is intentional. LLVMAlignment is not just a bit, it's a 5 bit value so we reserve 5 bits for it. Same for the...
2013 Feb 22
48
[PATCH v3 00/46] initial arm v8 (64-bit) support
This round implements all of the review comments from V2 and all patches
are now acked. Unless there are any objections I intend to apply later
this morning.
Ian.
2013 Jan 23
132
[PATCH 00/45] initial arm v8 (64-bit) support
First off, Apologies for the massive patch series...
This series boots a 32-bit dom0 kernel to a command prompt on an ARMv8
(AArch64) model. The kernel is the same one as I am currently using with
the 32 bit hypervisor
I haven''t yet tried starting a guest or anything super advanced like
that ;-). Also there is not real support for 64-bit domains at all,
although in one or two places I