Searched refs:CDLFBR (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | fpext.stdout.exp | 19 CDLFBR 0.000000 20 CDLFBR 1.000000 21 CDLFBR 4294967295.000000 22 CDLFBR 2147483648.000000 23 CDLFBR 2147483647.000000 24 CDLFBR 0.000000 25 CDLFBR 4294967295.000000 26 CDLFBR 0.000000 27 CDLFBR 4294967295.000000 187 CDLFBR 0.000000 [all …]
|
D | fpext.c | 116 DO_INSN_L2F64(CDLFBR, round); \
|
D | opcodes.h | 136 #define CDLFBR(m3,m4,r1,r2) RRF_UUFR(b391,m3,m4,r1,r2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 195 def CDLFBR : UnaryRRF4<"cdlfbr", 0xB391, FP64, GR32>; 203 def : Pat<(f64 (uint_to_fp GR32:$src)), (CDLFBR 0, GR32:$src, 0)>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 946 case CDLFBR: in DecodeFourByte()
|
D | constants-s390.h | 256 CDLFBR = 0xB391, // Convert From Logical (32 to long BFP) enumerator
|
D | simulator-s390.h | 841 EVALUATE(CDLFBR);
|
D | simulator-s390.cc | 1062 EvalTable[CDLFBR] = &Simulator::Evaluate_CDLFBR; in EvalTableInit() 3802 case CDLFBR: in DecodeFourByteFloatingPointIntConversion() 3813 if (op == CDLFBR) { in DecodeFourByteFloatingPointIntConversion() 4305 case CDLFBR: in DecodeFourByteFloatingPoint() 9067 EVALUATE(CDLFBR) { in EVALUATE() argument 9068 DCHECK_OPCODE(CDLFBR); in EVALUATE()
|
D | assembler-s390.cc | 2962 rrfe_form(CDLFBR, m3, Condition(0), Register::from_code(r1.code()), r2); in cdlfbr()
|