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.cc1127 case SRLG: in DecodeSixByte()
Dconstants-s390.h807 SRLG = 0xEB0C, // Shift Right Single Logical (64) enumerator
Dsimulator-s390.h1133 EVALUATE(SRLG);
Dassembler-s390.cc2452 rsy_form(SRLG, r1, r3, opnd, 0); in srlg()
2457 rsy_form(SRLG, r1, r3, r0, opnd.immediate()); in srlg()
Dsimulator-s390.cc1354 EvalTable[SRLG] = &Simulator::Evaluate_SRLG; in EvalTableInit()
4668 case SRLG: { in DecodeSixByte()
5034 case SRLG: { in DecodeSixByteBitShift()
5052 } else if (op == SRLG) { in DecodeSixByteBitShift()
11696 EVALUATE(SRLG) { in EVALUATE() argument
11697 DCHECK_OPCODE(SRLG); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1218 def SRLG : BinaryRSY<"srlg", 0xEB0C, srl, GR64>;
1741 (SRLG GR64:$val, (NILL GR32:$shift, uimm32:$imm), 0)>;