Displaying 4 results from an estimated 4 matches for "disab".
Did you mean:
disa
2006 Apr 15
2
[LLVMdev] Re: how to code a loop in llvm assembly
...mething
like this C code is necessary:
int foo(int n, int x) {
while(n > x) --n;
return n;
}
The extra stuff is for circumventing the optimizer. If you write
int foo(int n) {
while(n) --n;
return 0;
}
the optimizer will reduce it to a ret int 0, which teach us nothing.
An option for disabing optimizations would be very helpful for
learners.
BTW, Simon, is there a reason for writing LLVM assembler and not
generating LLVM code directly? The later is simpler and relieves you
from some nasty burdens. It doesn't require you to generate SSA
conformant code, for instance. Relating to...
2006 Apr 15
6
[LLVMdev] how to code a loop in llvm assembly
Hi,
I've read over the "LLVM Language Reference Manual"
a few times, and writing some ll code, but i'm stuck at
a very basic point. How to decrement a counter variable ?
int %count(int %n) {
EntryBlock:
%cond = seteq int %n, 0
br bool %cond, label %Exit, label %Next
Next:
; how to decrement n ?
%new_n = sub int %n, 1
br label %EntryBlock
Exit:
ret int 0
}
I guess I
2020 Feb 15
0
Teo En Ming's Manual for Setting Up Samba 4.11.6 and CentOS 8.1 (1911) Linux Server QEMU/KVM Virtual Machine as an Active Directory Domain Controller (AD DC)
...307 --interactive
Output:
Realm [TEO-EN-MING.CORP]: TEO-EN-MING.CORP
Domain [TEO-EN-MING]: TEO-EN-MING
Server Role (dc, member, standalone) [dc]: dc
DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE) [SAMBA_INTERNAL]: SAMBA_INTERNAL
DNS forwarder IP address (write 'none' to disable forwarding) [8.8.8.8]: 8.8.8.8
Administrator password:
Retype password:
INFO 2020-02-14 22:56:13,700 pid:2609 /usr/local/samba/lib64/python3.6/site-packages/samba/provision/__init__.py #2128: Looking up IPv4 addresses
WARNING 2020-02-14 22:56:13,702 pid:2609 /usr/local/samba/lib64/python3.6/si...
2013 Mar 12
14
vpmu=1 and running 'perf top' within a PVHVM guest eventually hangs dom0 and hypervisor has stuck vCPUS. Romley-EP (model=45, stepping=2)
...0x2b] enabled)
(XEN) Processor #43 6:13 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x2d] enabled)
(XEN) Processor #45 6:13 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x2f] enabled)
(XEN) Processor #47 6:13 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x20] lapic_id[0xff] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x21] lapic_id[0xff] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x22] lapic_id[0xff] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x23] lapic_id[0xff] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x24] lapic_id[0xff] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x25] lapic_id[0xff] disabled)
(XEN)...