Home
last modified time | relevance | path

Searched refs:ALGHSIK (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-usub-09.ll24 ; Check the high end of the ALGHSIK range.
56 ; Check the high end of the negative ALGHSIK range.
72 ; Check the low end of the ALGHSIK range.
88 ; Test the next value down, which cannot use either ALGHSIK or SLGFI.
Dint-uadd-09.ll23 ; Check the high end of the ALGHSIK range.
53 ; Check the high end of the negative ALGHSIK range.
68 ; Check the low end of the ALGHSIK range.
83 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
Dint-add-16.ll38 ; Test the upper end of the ALGHSIK range.
66 ; Test the lower end of the ALGHSIK range.
80 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
/external/llvm/test/CodeGen/SystemZ/
Dint-add-16.ll38 ; Test the upper end of the ALGHSIK range.
66 ; Test the lower end of the ALGHSIK range.
80 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc78 37755037U, // ALGHSIK
1721 // AGHIK, AGRK, AHIK, ALGHSIK, ALGRK, ALHSIK, ALRK, ARK, AsmCGRJ, AsmCLGR...
1820 // AGHIK, AGRK, AHIK, ALGHSIK, ALGRK, ALHSIK, ALRK, ARK, AsmCGRJ, AsmCLGR...
1843 // AGHIK, AHIK, ALGHSIK, ALHSIK
DSystemZGenDisassemblerTables.inc1598 /* 3167 */ MCD_OPC_Decode, 57, 150, 1, // Opcode: ALGHSIK
/external/v8/src/s390/
Dsimulator-s390.h1150 EVALUATE(ALGHSIK);
Dconstants-s390.h1462 V(alghsik, ALGHSIK, \
Dsimulator-s390.cc1437 EvalTable[ALGHSIK] = &Simulator::Evaluate_ALGHSIK; in EvalTableInit()
9339 EVALUATE(ALGHSIK) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td954 def ALGHSIK : BinaryRIE<"alghsik", 0xECDB, z_uadd, GR64, imm64sx16>,
1067 (ALGHSIK GR64:$src1, imm64sx16n:$src2)>,
DSystemZScheduleZ196.td317 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGHSIK$")>;
DSystemZScheduleZEC12.td328 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGHSIK$")>;
DSystemZScheduleZ13.td353 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGHSIK$")>;
DSystemZScheduleZ14.td354 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGHSIK$")>;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td925 def ALGHSIK : BinaryRIE<"alghsik", 0xECDB, addc, GR64, imm64sx16>,