Searched refs:SRAG (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | shift-07.ll | 5 ; Check the low end of the SRAG range. 14 ; Check the high end of the defined SRAG range.
|
D | shift-12.ll | 66 ; Test removal of AND mask from SRAG.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1139 case SRAG: in DecodeSixByte()
|
D | constants-s390.h | 800 SRAG = 0xEB0A, // Shift Right Single (64) enumerator
|
D | simulator-s390.h | 1131 EVALUATE(SRAG);
|
D | assembler-s390.cc | 2518 rsy_form(SRAG, r1, r3, opnd, 0); in srag() 2522 rsy_form(SRAG, r1, r3, r0, opnd.immediate()); in srag()
|
D | simulator-s390.cc | 1352 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/ |
D | SystemZInstrInfo.td | 1224 def SRAG : BinaryRSY<"srag", 0xEB0A, sra, GR64>; 1738 (SRAG GR64:$val, (NILL GR32:$shift, uimm32:$imm), 0)>;
|