Update s390 opcode list.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12451
This commit is contained in:
Florian Krohm 2012-03-19 13:22:21 +00:00
parent afdb2d63bc
commit cebbd02e94

View File

@ -33,7 +33,7 @@ cdr,"compare (long)","not implemented",
cds,"compare double and swap","not implemented","open bugzilla"
ce,"compare (short)","not implemented",
cer,"compare (short)","not implemented",
cfc,"compare and form codeword","not implemented","issued by gcc"
cfc,"compare and form codeword","not implemented",
ch,"compare halfword",implemented,
cl,"compare logical",implemented,
clc,"compare logical",implemented,
@ -181,7 +181,7 @@ sll,"shift left single logical",implemented,
slr,"subtract logical",implemented,
sp,"subtract decimal","not implemented",
spka,"set PSW key from address",N/A,"privileged instruction"
spm,"set program mask","not implemented","issued by gcc"
spm,"set program mask","not implemented",
spt,"set CPU timer",N/A,"privileged instruction"
spx,"set prefix",N/A,"privileged instruction"
sqdr,"square root (long)","not implemented",
@ -231,11 +231,11 @@ tpi,"test pending interruption",N/A,"privileged instruction"
tprot,"test protection",N/A,"privileged instruction"
tr,translate,implemented,
trace,trace,N/A,"privileged instruction"
trt,"translate and test","not implemented","issued by gcc"
trt,"translate and test","not implemented",
ts,"test and set","won't do","deprecated instruction"
tsch,"test subchannel",N/A,"privileged instruction"
unpk,unpack,"not implemented",
upt,"update tree","not implemented","issued by gcc"
upt,"update tree","not implemented",
x,"exclusive OR",implemented,
xc,"exclusive OR",implemented,
xi,"exclusive OR",implemented,
@ -347,7 +347,7 @@ tceb,"test data class short bfp",implemented,
siga,"signal adapter","not implemented",
cuutf,"convert unicode to utf-8","not implemented",
cutfu,"convert utf-8 to unicode","not implemented",
plo,"perform locked operation","not implemented","issued by gcc"
plo,"perform locked operation","not implemented",
bsa,"branch and set authority",N/A,"privileged instruction"
rp,"resume program",N/A,"privileged instruction"
sckpf,"set clock programmable field",N/A,"privileged instruction"

1 a add implemented
33 cds compare double and swap not implemented open bugzilla
34 ce compare (short) not implemented
35 cer compare (short) not implemented
36 cfc compare and form codeword not implemented issued by gcc
37 ch compare halfword implemented
38 cl compare logical implemented
39 clc compare logical implemented
181 slr subtract logical implemented
182 sp subtract decimal not implemented
183 spka set PSW key from address N/A privileged instruction
184 spm set program mask not implemented issued by gcc
185 spt set CPU timer N/A privileged instruction
186 spx set prefix N/A privileged instruction
187 sqdr square root (long) not implemented
231 tprot test protection N/A privileged instruction
232 tr translate implemented
233 trace trace N/A privileged instruction
234 trt translate and test not implemented issued by gcc
235 ts test and set won't do deprecated instruction
236 tsch test subchannel N/A privileged instruction
237 unpk unpack not implemented
238 upt update tree not implemented issued by gcc
239 x exclusive OR implemented
240 xc exclusive OR implemented
241 xi exclusive OR implemented
347 siga signal adapter not implemented
348 cuutf convert unicode to utf-8 not implemented
349 cutfu convert utf-8 to unicode not implemented
350 plo perform locked operation not implemented issued by gcc
351 bsa branch and set authority N/A privileged instruction
352 rp resume program N/A privileged instruction
353 sckpf set clock programmable field N/A privileged instruction