Searched refs:SRLG (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | shift-06.ll | 5 ; Check the low end of the SRLG range. 14 ; Check the high end of the defined SRLG range.
|
D | shift-12.ll | 76 ; Test removal of AND mask from SRLG.
|
D | insert-05.ll | 83 ; Check that SRLG is still used if some of the high bits are known to be 0
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1127 case SRLG: in DecodeSixByte()
|
D | constants-s390.h | 807 SRLG = 0xEB0C, // Shift Right Single Logical (64) enumerator
|
D | simulator-s390.h | 1133 EVALUATE(SRLG);
|
D | assembler-s390.cc | 2452 rsy_form(SRLG, r1, r3, opnd, 0); in srlg() 2457 rsy_form(SRLG, r1, r3, r0, opnd.immediate()); in srlg()
|
D | simulator-s390.cc | 1354 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/ |
D | SystemZInstrInfo.td | 1218 def SRLG : BinaryRSY<"srlg", 0xEB0C, srl, GR64>; 1741 (SRLG GR64:$val, (NILL GR32:$shift, uimm32:$imm), 0)>;
|