Searched refs:ALGF (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-04.ll | 17 ; Check ALGF with no displacement. 28 ; Check the high end of the aligned ALGF range. 54 ; Check the high end of the negative aligned ALGF range. 66 ; Check the low end of the ALGF range. 92 ; Check that ALGF allows an index. 106 ; Check that additions of spilled values can use ALGF rather than ALGFR.
|
D | int-add-10.ll | 51 ; Test ALGF with no offset. 66 ; Check the high end of the ALGF range. 100 ; Check the high end of the negative aligned ALGF range. 116 ; Check the low end of the ALGF range. 150 ; Check that ALGF allows an index.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-add-04.ll | 17 ; Check ALGF with no displacement. 28 ; Check the high end of the aligned ALGF range. 54 ; Check the high end of the negative aligned ALGF range. 66 ; Check the low end of the ALGF range. 92 ; Check that ALGF allows an index. 106 ; Check that additions of spilled values can use ALGF rather than ALGFR.
|
D | int-add-10.ll | 51 ; Test ALGF with no offset. 66 ; Check the high end of the ALGF range. 100 ; Check the high end of the negative aligned ALGF range. 116 ; Check the low end of the ALGF range. 150 ; Check that ALGF allows an index.
|
D | int-uadd-03.ll | 67 ; Check ALGF with no displacement. 84 ; Check the high end of the aligned ALGF range. 122 ; Check the high end of the negative aligned ALGF range. 140 ; Check the low end of the ALGF range. 178 ; Check that ALGF allows an index. 198 ; Check that additions of spilled values can use ALGF rather than ALGFR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 990 EVALUATE(ALGF);
|
D | constants-s390.h | 847 V(algf, ALGF, 0xE31A) /* type = RXY_A ADD LOGICAL (64<-32) */ \
|
D | simulator-s390.cc | 1278 EvalTable[ALGF] = &Simulator::Evaluate_ALGF; in EvalTableInit() 7830 EVALUATE(ALGF) { in EVALUATE() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ196.td | 316 (instregex "ALGF$")>; 318 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGF(I|R)$")>;
|
D | SystemZScheduleZEC12.td | 327 (instregex "ALGF$")>; 329 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGF(I|R)$")>;
|
D | SystemZScheduleZ13.td | 354 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGF(I|R)$")>;
|
D | SystemZScheduleZ14.td | 355 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGF(I|R)$")>;
|
D | SystemZInstrInfo.td | 967 def ALGF : BinaryRXY<"algf", 0xE31A, z_uadd, GR64, azextloadi32, 4>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 75 5078U, // ALGF 1702 // A, ADB, AEB, AG, AGF, AH, AHY, AL, ALC, ALCG, ALG, ALGF, ALY, AY, DDB,...
|
D | SystemZGenDisassemblerTables.inc | 1027 /* 755 */ MCD_OPC_Decode, 54, 110, // Opcode: ALGF
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 934 def ALGF : BinaryRXY<"algf", 0xE31A, addc, GR64, azextloadi32, 4>; 1693 (ALGF GR64:$src1, bdxaddr20only:$addr)>;
|