Home
last modified time | relevance | path

Searched refs:ALSI (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-uadd-10.ll86 ; Check the high end of the aligned ALSI range.
120 ; Check the low end of the ALSI range.
154 ; Check that ALSI does not allow indices.
173 ; Check that adding 127 to a spilled value can use ALSI.
305 ; Check that adding -128 to a spilled value can use ALSI.
Dint-usub-10.ll127 ; Check the low end of the ALSI range.
163 ; Check that ALSI does not allow indices.
183 ; Check that subtracting 128 from a spilled value can use ALSI.
315 ; Check that subtracting -127 from a spilled value can use ALSI.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1199 Opcode = (Opcode == SystemZ::ALFI ? SystemZ::ALSI : SystemZ::ALGSI); in foldMemoryOperandImpl()
1214 Opcode = (Opcode == SystemZ::SLFI ? SystemZ::ALSI : SystemZ::ALGSI); in foldMemoryOperandImpl()
DSystemZISelDAGToDAG.cpp1325 NewOpc = SystemZ::ALSI; in tryFoldLoadStoreIntoMemOperand()
DSystemZInstrInfo.td971 def ALSI : BinarySIY<"alsi", 0xEB6E, null_frag, imm32sx8>;
/external/v8/src/s390/
Dsimulator-s390.h1103 EVALUATE(ALSI);
Dconstants-s390.h947 V(alsi, ALSI, \
Dsimulator-s390.cc1390 EvalTable[ALSI] = &Simulator::Evaluate_ALSI; in EvalTableInit()
8958 EVALUATE(ALSI) { in EVALUATE() argument