Searched refs:CELFBR (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | fpext.stdout.exp | 1 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 …]
|
D | fpext.c | 114 DO_INSN_L2F32(CELFBR, round); \
|
D | opcodes.h | 144 #define CELFBR(m3,m4,r1,r2) RRF_UUFR(b390,m3,m4,r1,r2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 194 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/ |
D | disasm-s390.cc | 931 case CELFBR: in DecodeFourByte()
|
D | constants-s390.h | 274 CELFBR = 0xB390, // Convert From Logical (32 to short BFP) enumerator
|
D | simulator-s390.h | 840 EVALUATE(CELFBR);
|
D | simulator-s390.cc | 1061 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()
|
D | assembler-s390.cc | 2946 rrfe_form(CELFBR, m3, Condition(0), Register::from_code(r1.code()), r2); in celfbr()
|