Home
last modified time | relevance | path

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

/external/valgrind/none/tests/s390x/
Dfpext.stdout.exp1 CELFBR 0.000000
2 CELFBR 1.000000
3 CELFBR 4294967296.000000
4 CELFBR 2147483648.000000
5 CELFBR 2147483648.000000
6 CELFBR 0.000000
7 CELFBR 4294967296.000000
8 CELFBR 0.000000
9 CELFBR 4294967296.000000
169 CELFBR 0.000000
[all …]
Dfpext.c114 DO_INSN_L2F32(CELFBR, round); \
Dopcodes.h144 #define CELFBR(m3,m4,r1,r2) RRF_UUFR(b390,m3,m4,r1,r2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td194 def CELFBR : UnaryRRF4<"celfbr", 0xB390, FP32, GR32>;
202 def : Pat<(f32 (uint_to_fp GR32:$src)), (CELFBR 0, GR32:$src, 0)>;
/external/v8/src/s390/
Ddisasm-s390.cc931 case CELFBR: in DecodeFourByte()
Dconstants-s390.h274 CELFBR = 0xB390, // Convert From Logical (32 to short BFP) enumerator
Dsimulator-s390.h840 EVALUATE(CELFBR);
Dsimulator-s390.cc1061 EvalTable[CELFBR] = &Simulator::Evaluate_CELFBR; in EvalTableInit()
3807 case CELFBR: in DecodeFourByteFloatingPointIntConversion()
3817 } else if (op == CELFBR) { in DecodeFourByteFloatingPointIntConversion()
4309 case CELFBR: in DecodeFourByteFloatingPoint()
9058 EVALUATE(CELFBR) { in EVALUATE() argument
9059 DCHECK_OPCODE(CELFBR); in EVALUATE()
Dassembler-s390.cc2946 rrfe_form(CELFBR, m3, Condition(0), Register::from_code(r1.code()), r2); in celfbr()