Home
last modified time | relevance | path

Searched refs:DSG (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-div-04.ll86 ; Check the high end of the DSG range.
110 ; Check the high end of the negative aligned DSG range.
121 ; Check the low end of the DSG range.
145 ; Check that DSG allows an index.
158 ; Check that divisions of spilled values can use DSG rather than DSGR.
/external/netperf/
DAUTHORS39 Jonathan Stone <jonathan@DSG.Stanford.EDU>
/external/v8/src/s390/
Dconstants-s390.h415 DSG = 0xE30D, // Divide Single (64) enumerator
Dsimulator-s390.h1033 EVALUATE(DSG);
Dsimulator-s390.cc1254 EvalTable[DSG] = &Simulator::Evaluate_DSG; in EvalTableInit()
10812 EVALUATE(DSG) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1200 def DSG : BinaryRXY<"dsg", 0xE30D, z_sdivrem64, GR128, load, 8>;