Searched refs:ALGSI (Results 1 – 8 of 8) sorted by relevance
92 ; Check the high end of the aligned ALGSI range.128 ; Check the low end of the ALGSI range.164 ; Check that ALGSI does not allow indices.184 ; Check that subtracting 128 from a spilled value can use ALGSI.
87 ; Check the high end of the aligned ALGSI range.121 ; Check the low end of the ALGSI range.155 ; Check that ALGSI does not allow indices.174 ; Check that adding 127 to a spilled value can use ALGSI.
1199 Opcode = (Opcode == SystemZ::ALFI ? SystemZ::ALSI : SystemZ::ALGSI); in foldMemoryOperandImpl()1214 Opcode = (Opcode == SystemZ::SLFI ? SystemZ::ALSI : SystemZ::ALGSI); in foldMemoryOperandImpl()
1327 NewOpc = SystemZ::ALGSI; in tryFoldLoadStoreIntoMemOperand()
972 def ALGSI : BinarySIY<"algsi", 0xEB7E, null_frag, imm64sx8>;
1105 EVALUATE(ALGSI);
950 V(algsi, ALGSI, \
1392 EvalTable[ALGSI] = &Simulator::Evaluate_ALGSI; in EvalTableInit()8987 EVALUATE(ALGSI) { in EVALUATE() argument