Searched refs:SRAG (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/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 | simulator-s390.h | 1079 EVALUATE(SRAG);
|
D | constants-s390.h | 158 V(srag, SRAG, 0xEB0A) /* type = RSY_A SHIFT RIGHT SINGLE (64) */ \
|
D | simulator-s390.cc | 1367 EvalTable[SRAG] = &Simulator::Evaluate_SRAG; in EvalTableInit() 8661 EVALUATE(SRAG) { in EVALUATE() argument 8662 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)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1374 def SRAG : BinaryRSY<"srag", 0xEB0A, shiftop<sra>, GR64>; 2178 (SRAG GR64:$val, (NILL GR32:$shift, imm32zx16trunc:$imm), 0)>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 856 977278031U, // SRAG
|
D | SystemZGenDisassemblerTables.inc | 1185 /* 1406 */ MCD_OPC_Decode, 195, 6, 119, // Opcode: SRAG
|