Searched refs:ROSBG (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | rosbg-01.ll | 1 ; Test sequences that can use ROSBG. 65 ; Test a case with just a rotate. This can't use ROSBG. 112 ; Check the handling of zext and OR, which can use ROSBG.
|
D | rxsbg-01.ll | 114 ; Check the handling of zext and XOR, which can use ROSBG.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | rosbg-01.ll | 1 ; Test sequences that can use ROSBG. 65 ; Test a case with just a rotate. This can't use ROSBG. 112 ; Check the handling of zext and OR, which can use ROSBG.
|
D | rxsbg-01.ll | 114 ; Check the handling of zext and XOR, which can use ROSBG.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1038 if (Opcode == SystemZ::ROSBG && (RxSBG[I].Mask & 0xff) == 0) in tryRxSBG() 1045 if (Opcode == SystemZ::ROSBG && detectOrAndInsertion(Op0, RxSBG[I].Mask)) { in tryRxSBG() 1241 if (tryRxSBG(Node, SystemZ::ROSBG)) in Select()
|
D | SystemZInstrInfo.td | 1264 def ROSBG : RotateSelectRIEf<"rosbg", 0xEC56, GR64, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1076 if (Opcode == SystemZ::ROSBG && (RxSBG[I].Mask & 0xff) == 0) in tryRxSBG() 1083 if (Opcode == SystemZ::ROSBG && detectOrAndInsertion(Op0, RxSBG[I].Mask)) { in tryRxSBG() 1439 if (tryRxSBG(Node, SystemZ::ROSBG)) in Select()
|
D | SystemZInstrInfo.td | 1413 def ROSBG : RotateSelectRIEf<"rosbg", 0xEC56, GR64, GR64>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1137 EVALUATE(ROSBG);
|
D | constants-s390.h | 1543 V(rosbg, ROSBG, 0xEC56) /* type = RIE_F ROTATE THEN OR SELECTED BITS (64) */ \
|
D | simulator-s390.cc | 1424 EvalTable[ROSBG] = &Simulator::Evaluate_ROSBG; in EvalTableInit() 9273 EVALUATE(ROSBG) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 816 1376785513U, // ROSBG 1895 // RISBG, RISBG32, RISBHG, RISBLG, RNSBG, ROSBG, RXSBG
|
D | SystemZGenDisassemblerTables.inc | 1449 /* 2512 */ MCD_OPC_Decode, 155, 6, 135, 1, // Opcode: ROSBG
|