Searched refs:AGSI (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-add-12.ll | 63 ; 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.
|
D | int-sadd-09.ll | 91 ; 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.
|
D | int-ssub-09.ll | 91 ; 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/ |
D | int-add-12.ll | 63 ; 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/ |
D | SystemZInstrInfo.cpp | 897 MI.getDebugLoc(), get(SystemZ::AGSI)) in foldMemoryOperandImpl() 923 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|
D | SystemZInstrInfo.td | 909 def AGSI : BinarySIY<"agsi", 0xEB7A, add, imm64sx8>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 653 case AGSI: in DecodeSpecial()
|
D | simulator-s390.h | 1104 EVALUATE(AGSI);
|
D | constants-s390.h | 949 V(agsi, AGSI, 0xEB7A) /* type = SIY ADD IMMEDIATE (64<-8) */ \
|
D | simulator-s390.cc | 1391 EvalTable[AGSI] = &Simulator::Evaluate_AGSI; in EvalTableInit() 8964 EVALUATE(AGSI) { in EVALUATE() argument 8965 DCHECK_OPCODE(AGSI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 60 75807U, // AGSI 1569 // AGSI, ASI, CGHSI, CHHSI, CHSI, CLFHSI, CLGHSI, CLHHSI, CLI, CLIY, MVGH... 1643 // AGSI, ASI
|
D | SystemZGenDisassemblerTables.inc | 1215 /* 1525 */ MCD_OPC_Decode, 39, 124, // Opcode: AGSI
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1159 MI.getDebugLoc(), get(SystemZ::AGSI)) in foldMemoryOperandImpl() 1184 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|
D | SystemZISelDAGToDAG.cpp | 1316 NewOpc = SystemZ::AGSI; in tryFoldLoadStoreIntoMemOperand()
|
D | SystemZInstrInfo.td | 932 def AGSI : BinarySIY<"agsi", 0xEB7A, add, imm64sx8>;
|