Searched refs:CLFDTR (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | dfpext.stdout.exp | 47 CLFDTR round=1 a234000000000011 -> 0 cc=3 48 CLFDTR round=1 2238000000000000 -> 0 cc=0 49 CLFDTR round=1 2238000000000001 -> 1 cc=2 50 CLFDTR round=1 2234000000000014 -> 1 cc=2 51 CLFDTR round=1 2234000000000015 -> 2 cc=2 52 CLFDTR round=1 2234000000000016 -> 2 cc=2 53 CLFDTR round=1 2244000000000016 -> 16000 cc=2 54 CLFDTR round=1 2254000000000016 -> 160000000 cc=2 55 CLFDTR round=1 2244000000000016 -> 16000 cc=2 56 CLFDTR round=1 2264000000000016 -> 4294967295 cc=3 [all …]
|
D | dfpext.c | 184 DO_INSN_D2L(CLFDTR, round, _Decimal64); \
|
D | opcodes.h | 180 #define CLFDTR(m3,m4,r1,r2) RRF_UURF(b943,m3,m4,r1,r2) macro
|
/external/v8/src/s390/ |
D | constants-s390.h | 340 CLFDTR = 0xB943, // Convert To Logical (long DFP to 32) enumerator
|
D | simulator-s390.h | 959 EVALUATE(CLFDTR);
|
D | simulator-s390.cc | 1180 EvalTable[CLFDTR] = &Simulator::Evaluate_CLFDTR; in EvalTableInit() 10108 EVALUATE(CLFDTR) { in EVALUATE() argument
|