Searched refs:SLGF (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-sub-03.ll | 17 ; Check SLGF with no displacement. 28 ; Check the high end of the aligned SLGF range. 54 ; Check the high end of the negative aligned SLGF range. 66 ; Check the low end of the SLGF range. 92 ; Check that SLGF allows an index. 106 ; Check that subtractions of spilled values can use SLGF rather than SLGFR.
|
D | int-sub-06.ll | 51 ; Test SLGF with no offset. 66 ; Check the high end of the SLGF range. 100 ; Check the high end of the negative aligned SLGF range. 116 ; Check the low end of the SLGF range. 150 ; Check that SLGF allows an index.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-sub-03.ll | 17 ; Check SLGF with no displacement. 28 ; Check the high end of the aligned SLGF range. 54 ; Check the high end of the negative aligned SLGF range. 66 ; Check the low end of the SLGF range. 92 ; Check that SLGF allows an index. 106 ; Check that subtractions of spilled values can use SLGF rather than SLGFR.
|
D | int-sub-06.ll | 51 ; Test SLGF with no offset. 66 ; Check the high end of the SLGF range. 100 ; Check the high end of the negative aligned SLGF range. 116 ; Check the low end of the SLGF range. 150 ; Check that SLGF allows an index.
|
D | int-usub-03.ll | 68 ; Check SLGF with no displacement. 86 ; Check the high end of the aligned SLGF range. 126 ; Check the high end of the negative aligned SLGF range. 145 ; Check the low end of the SLGF range. 185 ; Check that SLGF allows an index. 206 ; Check that subtractions of spilled values can use SLGF rather than SLGFR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 991 EVALUATE(SLGF);
|
D | constants-s390.h | 848 V(slgf, SLGF, 0xE31B) /* type = RXY_A SUBTRACT LOGICAL (64<-32) */ \
|
D | simulator-s390.cc | 1279 EvalTable[SLGF] = &Simulator::Evaluate_SLGF; in EvalTableInit() 7836 EVALUATE(SLGF) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 984 def SLGF : BinaryRXY<"slgf", 0xE31B, subc, GR64, azextloadi32, 4>; 1700 (SLGF GR64:$src1, bdxaddr20only:$addr)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ196.td | 351 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLGF(I|R)$")>;
|
D | SystemZScheduleZEC12.td | 362 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLGF(I|R)$")>;
|
D | SystemZScheduleZ13.td | 385 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLGF(I|R)$")>;
|
D | SystemZScheduleZ14.td | 386 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLGF(I|R)$")>;
|
D | SystemZInstrInfo.td | 1056 def SLGF : BinaryRXY<"slgf", 0xE31B, z_usub, GR64, azextloadi32, 4>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 838 5096U, // SLGF
|
D | SystemZGenDisassemblerTables.inc | 1029 /* 762 */ MCD_OPC_Decode, 177, 6, 110, // Opcode: SLGF
|