qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 15/35] tcg-s390: Query instruction extensions th


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 15/35] tcg-s390: Query instruction extensions that are installed.
Date: Thu, 10 Jun 2010 15:19:25 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Thunderbird/3.0.4

On 06/10/2010 03:28 AM, Aurelien Jarno wrote:
>> +    asm volatile(".word 0xb2b0,0x1000"
>> +                 : "=r"(r0) : "0"(0), "r"(r1) : "memory", "cc");
> 
> Wouldn't it be possible to use the instruction directly instead of
> dumping the opcode values? Same below

No, they aren't recognized by older assemblers.  For instance, the one shipped
with RHEL 5.5, and possibly even by Debian Lenny (I don't currently have access
to that machine to check). Apparently some of these are quite new insns -- 2008 
era.

That said, all the hardware to which either I or agraf have access are the 
latest
z10 machines.  Frankly I expect that to be true of most if not all machines, 
since
I think it's just a microcode update which everyone with an active support 
contract
can get.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]