Searched refs:DSGF (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-div-01.ll | 122 ; 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.
|
D | int-div-03.ll | 115 ; 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/ |
D | int-div-01.ll | 122 ; 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.
|
D | int-div-03.ll | 115 ; 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/ |
D | simulator-s390.h | 993 EVALUATE(DSGF);
|
D | constants-s390.h | 850 V(dsgf, DSGF, 0xE31D) /* type = RXY_A DIVIDE SINGLE (64<-32) */ \
|
D | simulator-s390.cc | 1281 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/ |
D | SystemZInstrInfo.td | 1325 def DSGF : BinaryRXY<"dsgf", 0xE31D, null_frag, GR128, load, 4>; 1333 (DSGF (AEXT128 GR64:$src1), bdxaddr20only:$src2)>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 537 5102U, // DSGF
|
D | SystemZGenDisassemblerTables.inc | 1033 /* 778 */ MCD_OPC_Decode, 132, 4, 111, // Opcode: DSGF
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1199 def DSGF : BinaryRXY<"dsgf", 0xE31D, z_sdivrem32, GR128, load, 4>;
|