Home
last modified time | relevance | path

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

/external/valgrind/none/tests/s390x/
Dfpext.stdout.exp112 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 …]
Dfpext.c127 DO_INSN_F2L(CLGDBR, round, double); \
Dopcodes.h185 #define CLGDBR(m3,m4,r1,r2) RRF_UURF(b3ad,m3,m4,r1,r2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td240 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/
Ddisasm-s390.cc964 case CLGDBR: in DecodeFourByte()
Dconstants-s390.h348 CLGDBR = 0xB3AD, // Convert To Logical (long BFP to 64) enumerator
Dsimulator-s390.h862 EVALUATE(CLGDBR);
Dsimulator-s390.cc1083 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()
Dassembler-s390.cc2907 rrfe_form(CLGDBR, m3, m4, r1, Register::from_code(r2.code())); in clgdbr()