Searched refs:CLGDBR (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | fpext.stdout.exp | 112 CLGDBR 0 cc=3 113 CLGDBR 0 cc=0 114 CLGDBR 1 cc=2 115 CLGDBR 1 cc=2 116 CLGDBR 2 cc=2 117 CLGDBR 2 cc=2 118 CLGDBR 16000 cc=2 119 CLGDBR 160000000 cc=2 120 CLGDBR 1600000000000 cc=2 121 CLGDBR 18446744073709551615 cc=3 [all …]
|
D | fpext.c | 127 DO_INSN_F2L(CLGDBR, round, double); \
|
D | opcodes.h | 185 #define CLGDBR(m3,m4,r1,r2) RRF_UURF(b3ad,m3,m4,r1,r2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 240 def CLGDBR : UnaryRRF4<"clgdbr", 0xB3AD, GR64, FP64>; 249 def : Pat<(i64 (fp_to_uint FP64:$src)), (CLGDBR 5, FP64:$src, 0)>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 964 case CLGDBR: in DecodeFourByte()
|
D | constants-s390.h | 348 CLGDBR = 0xB3AD, // Convert To Logical (long BFP to 64) enumerator
|
D | simulator-s390.h | 862 EVALUATE(CLGDBR);
|
D | simulator-s390.cc | 1083 EvalTable[CLGDBR] = &Simulator::Evaluate_CLGDBR; in EvalTableInit() 3806 case CLGDBR: in DecodeFourByteFloatingPointIntConversion() 3839 } else if (op == CLGDBR) { in DecodeFourByteFloatingPointIntConversion() 4310 case CLGDBR: in DecodeFourByteFloatingPoint() 9472 EVALUATE(CLGDBR) { in EVALUATE() argument 9473 DCHECK_OPCODE(CLGDBR); in EVALUATE()
|
D | assembler-s390.cc | 2907 rrfe_form(CLGDBR, m3, m4, r1, Register::from_code(r2.code())); in clgdbr()
|