Displaying 5 results from an estimated 5 matches for "cmpu".
Did you mean:
cmpl
2012 Nov 26
2
[LLVMdev] RFC: change BoundsChecking.cpp to use address-based tests
...r inbounds i64* %memobj, i64 %elements
%end = getelementptr inbounds i64* %ptr, i64 1
%ilowerbound = ptrtoint i64* %memobj to i64
%iupperbound = ptrtoint i64* %upperbound to i64
%iptr = ptrtoint i64* %ptr to i64
%iend = ptrtoint i64* %end to i64
%cmpl = icmp ult %iptr, %ilowerbound
%cmpu = icmp ult %iupperbound, %iend
%9 = or i1 %cmpl, %cmpu
br i1 %11, label %trap, label %12
┆ ┆
│ │
╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴┢━━━━━━━┪╶╶╶╶╶UpperBound
↑ ┃ ┃
· ┇ ┇
·...
2012 Nov 26
0
[LLVMdev] RFC: change BoundsChecking.cpp to use address-based tests
...ts
> %end = getelementptr inbounds i64* %ptr, i64 1
>
> %ilowerbound = ptrtoint i64* %memobj to i64
> %iupperbound = ptrtoint i64* %upperbound to i64
> %iptr = ptrtoint i64* %ptr to i64
> %iend = ptrtoint i64* %end to i64
>
> %cmpl = icmp ult %iptr, %ilowerbound
> %cmpu = icmp ult %iupperbound, %iend
>
> %9 = or i1 %cmpl, %cmpu
> br i1 %11, label %trap, label %12
>
> ┆ ┆
> │ │
> ╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴┢━━━━━━━┪╶╶╶╶╶UpperBound
> ↑ ┃ ┃
> · ┇...
2012 Dec 04
2
[LLVMdev] RFC: change BoundsChecking.cpp to use address-based tests
...bounds i64* %ptr, i64 1
>>
>> %ilowerbound = ptrtoint i64* %memobj to i64
>> %iupperbound = ptrtoint i64* %upperbound to i64
>> %iptr = ptrtoint i64* %ptr to i64
>> %iend = ptrtoint i64* %end to i64
>>
>> %cmpl = icmp ult %iptr, %ilowerbound
>> %cmpu = icmp ult %iupperbound, %iend
>>
>> %9 = or i1 %cmpl, %cmpu
>> br i1 %11, label %trap, label %12
>>
>> ┆ ┆
>> │ │
>> ╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴┢━━━━━━━┪╶╶╶╶╶UpperBound
>> ↑ ┃...
2014 Aug 17
9
[PATCH 01/10] bios/fan: add support for maxwell's fan management table v2
Re-use the therm-exported fan structure with only two minor modifications:
- pwm_freq: u16 -> u32;
- add fan_type (toggle or PWM)
v2:
- Do not memset the table to 0 as it erases the pre-set default values
Signed-off-by: Martin Peres <martin.peres at free.fr>
---
drm/Kbuild | 1 +
drm/core/include/subdev/bios/fan.h | 1 +
drm/core/subdev/bios/fan.c | 1
2006 Jul 26
5
linux-2.6-xen.hg
Hi,
Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being
updated? if not, what''s the preferred Linux tree to track that has all
of the Xen bits?
Thanks,
Muli
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel