Home
last modified time | relevance | path

Searched refs:SRAG (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dshift-07.ll5 ; Check the low end of the SRAG range.
14 ; Check the high end of the defined SRAG range.
Dshift-12.ll66 ; Test removal of AND mask from SRAG.
/external/v8/src/s390/
Ddisasm-s390.cc1139 case SRAG: in DecodeSixByte()
Dconstants-s390.h800 SRAG = 0xEB0A, // Shift Right Single (64) enumerator
Dsimulator-s390.h1131 EVALUATE(SRAG);
Dassembler-s390.cc2518 rsy_form(SRAG, r1, r3, opnd, 0); in srag()
2522 rsy_form(SRAG, r1, r3, r0, opnd.immediate()); in srag()
Dsimulator-s390.cc1352 EvalTable[SRAG] = &Simulator::Evaluate_SRAG; in EvalTableInit()
4697 case SRAG: { in DecodeSixByte()
4712 } else if (op == SRAG) { in DecodeSixByte()
11661 EVALUATE(SRAG) { in EVALUATE() argument
11662 DCHECK_OPCODE(SRAG); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1224 def SRAG : BinaryRSY<"srag", 0xEB0A, sra, GR64>;
1738 (SRAG GR64:$val, (NILL GR32:$shift, uimm32:$imm), 0)>;