Home
last modified time | relevance | path

Searched refs:SQXBR (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-sqrt-03.ll7 ; There's no memory form of SQXBR.
/external/v8/src/s390/
Dconstants-s390.h797 SQXBR = 0xB316, // Square Root (extended BFP) enumerator
Dsimulator-s390.h798 EVALUATE(SQXBR);
Dsimulator-s390.cc1019 EvalTable[SQXBR] = &Simulator::Evaluate_SQXBR; in EvalTableInit()
8727 EVALUATE(SQXBR) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td302 def SQXBR : UnaryRRE<"sqxb", 0xB316, fsqrt, FP128, FP128>;