Home
last modified time | relevance | path

Searched refs:SQDBR (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp236 Changed |= shortenOn01(MI, SystemZ::SQDBR); in processBlock()
DSystemZInstrFP.td301 def SQDBR : UnaryRRE<"sqdb", 0xB315, fsqrt, FP64, FP64>;
/external/llvm/test/CodeGen/SystemZ/
Dfp-sqrt-02.ll78 ; Test a case where we spill the source of at least one SQDBR. We want
/external/v8/src/s390/
Ddisasm-s390.cc997 case SQDBR: in DecodeFourByte()
Dconstants-s390.h794 SQDBR = 0xB315, // Square Root (long BFP) enumerator
Dsimulator-s390.h797 EVALUATE(SQDBR);
Dsimulator-s390.cc1018 EvalTable[SQDBR] = &Simulator::Evaluate_SQDBR; in EvalTableInit()
4156 case SQDBR: in DecodeFourByteFloatingPoint()
4248 } else if (op == SQDBR) { in DecodeFourByteFloatingPoint()
8717 EVALUATE(SQDBR) { in EVALUATE() argument
8718 DCHECK_OPCODE(SQDBR); in EVALUATE()
Dassembler-s390.cc2772 rre_form(SQDBR, Register::from_code(r1.code()), in sqdbr()