Home
last modified time | relevance | path

Searched refs:ALCG (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-add-08.ll35 ; Test the highest aligned offset that is in range of both ALG and ALCG.
84 ; Test the lowest displacement that is in range of both ALG and ALCG.
99 ; Test the next doubleword down, which is out of range of the ALCG.
114 ; Check that additions of spilled values can use ALG and ALCG rather than
/external/llvm/test/CodeGen/SystemZ/
Dint-add-08.ll35 ; Test the highest aligned offset that is in range of both ALG and ALCG.
84 ; Test the lowest displacement that is in range of both ALG and ALCG.
99 ; Test the next doubleword down, which is out of range of the ALCG.
114 ; Check that additions of spilled values can use ALG and ALCG rather than
/external/v8/src/s390/
Dsimulator-s390.h1043 EVALUATE(ALCG);
Dconstants-s390.h902 V(alcg, ALCG, 0xE388) /* type = RXY_A ADD LOGICAL WITH CARRY (64) */ \
Dsimulator-s390.cc1331 EvalTable[ALCG] = &Simulator::Evaluate_ALCG; in EvalTableInit()
8398 EVALUATE(ALCG) { in EVALUATE() argument
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc70 5239U, // ALCG
1702 // A, ADB, AEB, AG, AGF, AH, AHY, AL, ALC, ALCG, ALG, ALGF, ALY, AY, DDB,...
DSystemZGenDisassemblerTables.inc1113 /* 1102 */ MCD_OPC_Decode, 49, 110, // Opcode: ALCG
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td947 def ALCG : BinaryRXY<"alcg", 0xE388, adde, GR64, load, 8>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td984 def ALCG : BinaryRXY<"alcg", 0xE388, z_addcarry, GR64, load, 8>;