Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-usub-11.ll92 ; 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.
Dint-uadd-11.ll87 ; 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.
/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.cpp1327 NewOpc = SystemZ::ALGSI; in tryFoldLoadStoreIntoMemOperand()
DSystemZInstrInfo.td972 def ALGSI : BinarySIY<"algsi", 0xEB7E, null_frag, imm64sx8>;
/external/v8/src/s390/
Dsimulator-s390.h1105 EVALUATE(ALGSI);
Dconstants-s390.h950 V(algsi, ALGSI, \
Dsimulator-s390.cc1392 EvalTable[ALGSI] = &Simulator::Evaluate_ALGSI; in EvalTableInit()
8987 EVALUATE(ALGSI) { in EVALUATE() argument