Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-add-12.ll63 ; Check the high end of the aligned AGSI range.
89 ; Check the low end of the AGSI range.
115 ; Check that AGSI does not allow indices.
130 ; Check that adding 127 to a spilled value can use AGSI.
213 ; Check that adding -128 to a spilled value can use AGSI.
Dint-sadd-09.ll91 ; Check the high end of the aligned AGSI range.
127 ; Check the low end of the AGSI range.
163 ; Check that AGSI does not allow indices.
183 ; Check that adding 127 to a spilled value can use AGSI.
315 ; Check that adding -128 to a spilled value can use AGSI.
Dint-ssub-09.ll91 ; Check the high end of the aligned AGSI range.
127 ; Check the low end of the AGSI range.
163 ; Check that AGSI does not allow indices.
183 ; Check that subtracting 128 to a spilled value can use AGSI.
315 ; Check that subtracting -127 from a spilled value can use AGSI.
/external/llvm/test/CodeGen/SystemZ/
Dint-add-12.ll63 ; Check the high end of the aligned AGSI range.
89 ; Check the low end of the AGSI range.
115 ; Check that AGSI does not allow indices.
130 ; Check that adding 127 to a spilled value can use AGSI.
213 ; Check that adding -128 to a spilled value can use AGSI.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp897 MI.getDebugLoc(), get(SystemZ::AGSI)) in foldMemoryOperandImpl()
923 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
DSystemZInstrInfo.td909 def AGSI : BinarySIY<"agsi", 0xEB7A, add, imm64sx8>;
/external/v8/src/s390/
Ddisasm-s390.cc653 case AGSI: in DecodeSpecial()
Dsimulator-s390.h1104 EVALUATE(AGSI);
Dconstants-s390.h949 V(agsi, AGSI, 0xEB7A) /* type = SIY ADD IMMEDIATE (64<-8) */ \
Dsimulator-s390.cc1391 EvalTable[AGSI] = &Simulator::Evaluate_AGSI; in EvalTableInit()
8964 EVALUATE(AGSI) { in EVALUATE() argument
8965 DCHECK_OPCODE(AGSI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc60 75807U, // AGSI
1569 // AGSI, ASI, CGHSI, CHHSI, CHSI, CLFHSI, CLGHSI, CLHHSI, CLI, CLIY, MVGH...
1643 // AGSI, ASI
DSystemZGenDisassemblerTables.inc1215 /* 1525 */ MCD_OPC_Decode, 39, 124, // Opcode: AGSI
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1159 MI.getDebugLoc(), get(SystemZ::AGSI)) in foldMemoryOperandImpl()
1184 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
DSystemZISelDAGToDAG.cpp1316 NewOpc = SystemZ::AGSI; in tryFoldLoadStoreIntoMemOperand()
DSystemZInstrInfo.td932 def AGSI : BinarySIY<"agsi", 0xEB7A, add, imm64sx8>;