Searched refs:RNSBG (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | rnsbg-01.ll | 1 ; Test sequences that can use RNSBG. 45 ; Test a case with just a left shift. This can't use RNSBG. 67 ; Test a case with just a rotate. This can't use RNSBG. 93 ; We can do the whole thing using RNSBG. 116 ; shifted bits. We can't use RNSBG for the shift, but we can for the OR 142 ; bits. The whole thing can be done using RNSBG. 166 ; can use RNSBG. 191 ; We can't use RNSBG for the ASHR in that case, but we can for the rest. 259 ; Check the handling of zext and AND, which isn't suitable for RNSBG.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | rnsbg-01.ll | 1 ; Test sequences that can use RNSBG. 45 ; Test a case with just a left shift. This can't use RNSBG. 67 ; Test a case with just a rotate. This can't use RNSBG. 93 ; We can do the whole thing using RNSBG. 116 ; shifted bits. We can't use RNSBG for the shift, but we can for the OR 142 ; bits. The whole thing can be done using RNSBG. 166 ; can use RNSBG. 191 ; We can't use RNSBG for the ASHR in that case, but we can for the rest. 259 ; Check the handling of zext and AND, which isn't suitable for RNSBG.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 750 if (RxSBG.Opcode == SystemZ::RNSBG) in expandRxSBG() 760 if (RxSBG.Opcode == SystemZ::RNSBG) in expandRxSBG() 784 if (RxSBG.Opcode != SystemZ::RNSBG) in expandRxSBG() 826 if (RxSBG.Opcode != SystemZ::RNSBG) { in expandRxSBG() 858 if (RxSBG.Opcode == SystemZ::RNSBG) { in expandRxSBG() 885 if (RxSBG.Opcode == SystemZ::RNSBG || Opcode == ISD::SRA) { in expandRxSBG() 1266 if (tryRxSBG(Node, SystemZ::RNSBG)) in Select()
|
D | SystemZInstrInfo.td | 1263 def RNSBG : RotateSelectRIEf<"rnsbg", 0xEC54, GR64, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 767 if (RxSBG.Opcode == SystemZ::RNSBG) in expandRxSBG() 777 if (RxSBG.Opcode == SystemZ::RNSBG) in expandRxSBG() 801 if (RxSBG.Opcode != SystemZ::RNSBG) in expandRxSBG() 843 if (RxSBG.Opcode != SystemZ::RNSBG) { in expandRxSBG() 882 if (RxSBG.Opcode == SystemZ::RNSBG) { in expandRxSBG() 909 if (RxSBG.Opcode == SystemZ::RNSBG || Opcode == ISD::SRA) { in expandRxSBG() 1466 if (tryRxSBG(Node, SystemZ::RNSBG)) in Select()
|
D | SystemZInstrInfo.td | 1412 def RNSBG : RotateSelectRIEf<"rnsbg", 0xEC54, GR64, GR64>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1135 EVALUATE(RNSBG);
|
D | constants-s390.h | 1539 V(rnsbg, RNSBG, \
|
D | simulator-s390.cc | 1422 EvalTable[RNSBG] = &Simulator::Evaluate_RNSBG; in EvalTableInit() 9267 EVALUATE(RNSBG) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 815 1376785506U, // RNSBG 1895 // RISBG, RISBG32, RISBHG, RISBLG, RNSBG, ROSBG, RXSBG
|
D | SystemZGenDisassemblerTables.inc | 1445 /* 2494 */ MCD_OPC_Decode, 154, 6, 135, 1, // Opcode: RNSBG
|