Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-sub-05.ll39 ; Test the highest aligned offset that is in range of both SLG and SLBG.
91 ; Test the lowest displacement that is in range of both SLG and SLBG.
107 ; Test the next doubleword down, which is out of range of the SLBG.
123 ; Check that subtractions of spilled values can use SLG and SLBG rather than
/external/v8/src/s390/
Dconstants-s390.h769 SLBG = 0xE389, // Subtract Logical With Borrow (64) enumerator
Dsimulator-s390.h1096 EVALUATE(SLBG);
Dsimulator-s390.cc1317 EvalTable[SLBG] = &Simulator::Evaluate_SLBG; in EvalTableInit()
11415 EVALUATE(SLBG) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td997 def SLBG : BinaryRXY<"slbg", 0xE389, sube, GR64, load, 8>;