Home
last modified time | relevance | path

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

/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/
Dconstants-s390.h188 ALCG = 0xE388, // Add Logical With Carry (64) enumerator
Dsimulator-s390.h1095 EVALUATE(ALCG);
Dsimulator-s390.cc1316 EvalTable[ALCG] = &Simulator::Evaluate_ALCG; in EvalTableInit()
11409 EVALUATE(ALCG) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td947 def ALCG : BinaryRXY<"alcg", 0xE388, adde, GR64, load, 8>;