Searched refs:CLFXTR (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | dfpext.stdout.exp | 98 CLFXTR round=1 a207c0000000000000000011 -> 0 cc=3 99 CLFXTR round=1 220800000000000000000000 -> 0 cc=0 100 CLFXTR round=1 220800000000000000000001 -> 1 cc=2 101 CLFXTR round=1 2207c0000000000000000014 -> 1 cc=2 102 CLFXTR round=1 2207c0000000000000000015 -> 2 cc=2 103 CLFXTR round=1 2207c0000000000000000016 -> 2 cc=2 104 CLFXTR round=1 2208c0000000000000000016 -> 16000 cc=2 105 CLFXTR round=1 2209c0000000000000000016 -> 160000000 cc=2 106 CLFXTR round=1 2208c0000000000000000016 -> 16000 cc=2 107 CLFXTR round=1 220ac0000000000000000016 -> 4294967295 cc=3 [all …]
|
D | dfpext.c | 187 DO_INSN_D2L(CLFXTR, round, _Decimal128); \
|
D | opcodes.h | 182 #define CLFXTR(m3,m4,r1,r2) RRF_UURF(b94b,m3,m4,r1,r2) macro
|
/external/v8/src/s390/ |
D | constants-s390.h | 346 CLFXTR = 0xB94B, // Convert To Logical (extended DFP to 32) enumerator
|
D | simulator-s390.h | 962 EVALUATE(CLFXTR);
|
D | simulator-s390.cc | 1183 EvalTable[CLFXTR] = &Simulator::Evaluate_CLFXTR; in EvalTableInit() 10126 EVALUATE(CLFXTR) { in EVALUATE() argument
|