Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dshift-06.ll5 ; Check the low end of the SRLG range.
14 ; Check the high end of the defined SRLG range.
Dshift-12.ll76 ; Test removal of AND mask from SRLG.
Dinsert-05.ll83 ; Check that SRLG is still used if some of the high bits are known to be 0
/external/v8/src/s390/
Ddisasm-s390.cc1178 case SRLG: in DecodeSixByte()
Dassembler-s390.cc1691 rsy_form(SRLG, r1, r3, opnd, 0); in srlg()
1696 rsy_form(SRLG, r1, r3, r0, opnd.immediate()); in srlg()
Dsimulator-s390.h1143 EVALUATE(SRLG);
Dsimulator-s390.cc1369 EvalTable[SRLG] = &Simulator::Evaluate_SRLG; in EvalTableInit()
4688 case SRLG: { in DecodeSixByte()
5054 case SRLG: { in DecodeSixByteBitShift()
5072 } else if (op == SRLG) { in DecodeSixByteBitShift()
11915 EVALUATE(SRLG) { in EVALUATE() argument
11916 DCHECK_OPCODE(SRLG); in EVALUATE()
Dconstants-s390.h164 V(srlg, SRLG, 0xEB0C) /* type = RSY_A SHIFT RIGHT SINGLE LOGICAL (64) */ \
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1218 def SRLG : BinaryRSY<"srlg", 0xEB0C, srl, GR64>;
1741 (SRLG GR64:$val, (NILL GR32:$shift, uimm32:$imm), 0)>;