/external/valgrind/none/tests/s390x/ |
dfp-2.c | 260 void srxt(_Decimal128 in, unsigned long amount) function 269 printf("SRXT "); 318 srxt(d128, 10); 319 srxt(-d128, 2); 320 srxt(0.DL, 2); 321 srxt(-0.DL, 2);
|
dfp-2.stdout.exp | 31 SRXT 2206c0000000000014d2e7971a1 -> 2206c00000000000000000a3 32 SRXT a206c0000000000014d2e7971a1 -> a206c0000000000049c5de2c3 33 SRXT 220800000000000000000000 -> 220800000000000000000000 34 SRXT a20800000000000000000000 -> a20800000000000000000000
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/ |
zarch-z9-ec.s | 57 srxt %f5,%f4,3(%r1,%r4)
|
zarch-z9-ec.d | 63 .*: ed 41 40 03 50 49 [ ]*srxt %f5,%f4,3\(%r1,%r4\)
|
/toolchain/binutils/binutils-2.27/opcodes/ |
msp430-decode.opc | 270 encode_rep_zc (int srxt, int dsxt, LocalData *ld) 274 msp430->repeat_reg = srxt & 1; 276 msp430->zc = (srxt & 2) ? 1 : 0;
|
msp430-decode.c | 271 encode_rep_zc (int srxt, int dsxt, LocalData *ld) 275 msp430->repeat_reg = srxt & 1; 277 msp430->zc = (srxt & 2) ? 1 : 0; [all...] |
s390-opc.txt | [all...] |
/external/v8/src/s390/ |
simulator-s390.h | 1244 EVALUATE(SRXT);
|
constants-s390.h | 330 V(srxt, SRXT, \ [all...] |
simulator-s390.cc | [all...] |
/external/valgrind/VEX/priv/ |
host_s390_defs.c | [all...] |
guest_s390_toIR.c | [all...] |