Searched refs:CDLGBR (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | fpext.stdout.exp | 28 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 …]
|
D | fpext.c | 117 DO_INSN_L2F64(CDLGBR, round); \
|
D | opcodes.h | 138 #define CDLGBR(m3,m4,r1,r2) RRF_UUFR(b3a1,m3,m4,r1,r2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 199 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/ |
D | disasm-s390.cc | 949 case CDLGBR: in DecodeFourByte()
|
D | constants-s390.h | 258 CDLGBR = 0xB3A1, // Convert From Logical (64 to long BFP) enumerator
|
D | simulator-s390.h | 853 EVALUATE(CDLGBR);
|
D | simulator-s390.cc | 1074 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()
|
D | assembler-s390.cc | 2954 rrfe_form(CDLGBR, Condition(0), Condition(0), Register::from_code(r1.code()), in cdlgbr()
|