Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-div-01.ll122 ; Check the high end of the DSGF range.
146 ; Check the high end of the negative aligned DSGF range.
157 ; Check the low end of the DSGF range.
181 ; Check that DSGF allows an index.
210 ; Check that divisions of spilled values can use DSGF rather than DSGFR.
Dint-div-03.ll115 ; Check the high end of the DSGF range.
141 ; Check the high end of the negative aligned DSGF range.
153 ; Check the low end of the DSGF range.
179 ; Check that DSGF allows an index.
/external/v8/src/s390/
Dconstants-s390.h416 DSGF = 0xE31D, // Divide Single (64<-32) enumerator
Dsimulator-s390.h1046 EVALUATE(DSGF);
Dsimulator-s390.cc1267 EvalTable[DSGF] = &Simulator::Evaluate_DSGF; in EvalTableInit()
10914 EVALUATE(DSGF) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1199 def DSGF : BinaryRXY<"dsgf", 0xE31D, z_sdivrem32, GR128, load, 4>;