Searched refs:SQDBR (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 236 Changed |= shortenOn01(MI, SystemZ::SQDBR); in processBlock()
|
D | SystemZInstrFP.td | 301 def SQDBR : UnaryRRE<"sqdb", 0xB315, fsqrt, FP64, FP64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 264 Changed |= shortenOn01(MI, SystemZ::SQDBR); in processBlock()
|
D | SystemZInstrFP.td | 357 def SQDBR : UnaryRRE<"sqdbr", 0xB315, fsqrt, FP64, FP64>;
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sqrt-02.ll | 78 ; Test a case where we spill the source of at least one SQDBR. We want
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-sqrt-02.ll | 78 ; Test a case where we spill the source of at least one SQDBR. We want
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 541 case SQDBR: in DecodeSpecial()
|
D | simulator-s390.h | 743 EVALUATE(SQDBR);
|
D | constants-s390.h | 1263 V(sqdbr, SQDBR, 0xB315) /* type = RRE SQUARE ROOT (long BFP) */ \
|
D | simulator-s390.cc | 1032 EvalTable[SQDBR] = &Simulator::Evaluate_SQDBR; in EvalTableInit() 5571 EVALUATE(SQDBR) { in EVALUATE() argument 5572 DCHECK_OPCODE(SQDBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 850 4201370U, // SQDBR
|
D | SystemZGenDisassemblerTables.inc | 351 /* 1062 */ MCD_OPC_Decode, 189, 6, 5, // Opcode: SQDBR
|