Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dfp-sqrt-01.ll17 ; Check the low end of the SQEB range.
27 ; Check the high end of the aligned SQEB range.
63 ; Check that SQEB allows indices.
77 ; to use SQEB if possible.
/external/v8/src/s390/
Dconstants-s390.h795 SQEB = 0xED14, // Square Root (short BFP) enumerator
Dsimulator-s390.h1220 EVALUATE(SQEB);
Dsimulator-s390.cc1441 EvalTable[SQEB] = &Simulator::Evaluate_SQEB; in EvalTableInit()
12395 EVALUATE(SQEB) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td304 def SQEB : UnaryRXE<"sqeb", 0xED14, loadu<fsqrt>, FP32, 4>;