Home
last modified time | relevance | path

Searched refs:ALGF (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-add-04.ll17 ; 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.
Dint-add-10.ll51 ; 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/
Dint-add-04.ll17 ; 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.
Dint-add-10.ll51 ; 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.
Dint-uadd-03.ll67 ; 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/
Dsimulator-s390.h990 EVALUATE(ALGF);
Dconstants-s390.h847 V(algf, ALGF, 0xE31A) /* type = RXY_A ADD LOGICAL (64<-32) */ \
Dsimulator-s390.cc1278 EvalTable[ALGF] = &Simulator::Evaluate_ALGF; in EvalTableInit()
7830 EVALUATE(ALGF) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td316 (instregex "ALGF$")>;
318 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGF(I|R)$")>;
DSystemZScheduleZEC12.td327 (instregex "ALGF$")>;
329 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGF(I|R)$")>;
DSystemZScheduleZ13.td354 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGF(I|R)$")>;
DSystemZScheduleZ14.td355 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGF(I|R)$")>;
DSystemZInstrInfo.td967 def ALGF : BinaryRXY<"algf", 0xE31A, z_uadd, GR64, azextloadi32, 4>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc75 5078U, // ALGF
1702 // A, ADB, AEB, AG, AGF, AH, AHY, AL, ALC, ALCG, ALG, ALGF, ALY, AY, DDB,...
DSystemZGenDisassemblerTables.inc1027 /* 755 */ MCD_OPC_Decode, 54, 110, // Opcode: ALGF
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td934 def ALGF : BinaryRXY<"algf", 0xE31A, addc, GR64, azextloadi32, 4>;
1693 (ALGF GR64:$src1, bdxaddr20only:$addr)>;