Home
last modified time | relevance | path

Searched refs:CDLGBR (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/none/tests/s390x/
Dfpext.stdout.exp28 CDLGBR 0.000000
29 CDLGBR 1.000000
30 CDLGBR 4294967295.000000
31 CDLGBR 2147483648.000000
32 CDLGBR 2147483647.000000
33 CDLGBR 4294967296.000000
34 CDLGBR 18446744073709551616.000000
35 CDLGBR 9223372036854775808.000000
36 CDLGBR 9223372036854775808.000000
196 CDLGBR 0.000000
[all …]
Dfpext.c117 DO_INSN_L2F64(CDLGBR, round); \
Dopcodes.h138 #define CDLGBR(m3,m4,r1,r2) RRF_UUFR(b3a1,m3,m4,r1,r2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td199 def CDLGBR : UnaryRRF4<"cdlgbr", 0xB3A1, FP64, GR64>;
207 def : Pat<(f64 (uint_to_fp GR64:$src)), (CDLGBR 0, GR64:$src, 0)>;
/external/v8/src/s390/
Ddisasm-s390.cc949 case CDLGBR: in DecodeFourByte()
Dconstants-s390.h258 CDLGBR = 0xB3A1, // Convert From Logical (64 to long BFP) enumerator
Dsimulator-s390.h853 EVALUATE(CDLGBR);
Dsimulator-s390.cc1074 EvalTable[CDLGBR] = &Simulator::Evaluate_CDLGBR; in EvalTableInit()
3803 case CDLGBR: in DecodeFourByteFloatingPointIntConversion()
3821 } else if (op == CDLGBR) { in DecodeFourByteFloatingPointIntConversion()
4306 case CDLGBR: in DecodeFourByteFloatingPoint()
9315 EVALUATE(CDLGBR) { in EVALUATE() argument
9316 DCHECK_OPCODE(CDLGBR); in EVALUATE()
Dassembler-s390.cc2954 rrfe_form(CDLGBR, Condition(0), Condition(0), Register::from_code(r1.code()), in cdlgbr()