Home
last modified time | relevance | path

Searched refs:DSGF (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/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/
Dsimulator-s390.h993 EVALUATE(DSGF);
Dconstants-s390.h850 V(dsgf, DSGF, 0xE31D) /* type = RXY_A DIVIDE SINGLE (64<-32) */ \
Dsimulator-s390.cc1281 EvalTable[DSGF] = &Simulator::Evaluate_DSGF; in EvalTableInit()
7856 EVALUATE(DSGF) { in EVALUATE() argument
7857 DCHECK_OPCODE(DSGF); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1325 def DSGF : BinaryRXY<"dsgf", 0xE31D, null_frag, GR128, load, 4>;
1333 (DSGF (AEXT128 GR64:$src1), bdxaddr20only:$src2)>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc537 5102U, // DSGF
DSystemZGenDisassemblerTables.inc1033 /* 778 */ MCD_OPC_Decode, 132, 4, 111, // Opcode: DSGF
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1199 def DSGF : BinaryRXY<"dsgf", 0xE31D, z_sdivrem32, GR128, load, 4>;