Home
last modified time | relevance | path

Searched refs:RXSBG (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Drxsbg-01.ll1 ; Test sequences that can use RXSBG.
67 ; independent code). This can't use RXSBG.
80 ; ...and again with i64, which can use RXSBG for the rotate.
/external/llvm/test/CodeGen/SystemZ/
Drxsbg-01.ll1 ; Test sequences that can use RXSBG.
67 ; independent code). This can't use RXSBG.
80 ; ...and again with i64, which can use RXSBG for the rotate.
/external/v8/src/s390/
Dsimulator-s390.h1138 EVALUATE(RXSBG);
Dconstants-s390.h1544 V(rxsbg, RXSBG, \
Dsimulator-s390.cc1425 EvalTable[RXSBG] = &Simulator::Evaluate_RXSBG; in EvalTableInit()
9279 EVALUATE(RXSBG) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1247 if (tryRxSBG(Node, SystemZ::RXSBG)) in Select()
DSystemZInstrInfo.td1265 def RXSBG : RotateSelectRIEf<"rxsbg", 0xEC57, GR64, GR64>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc817 1376785520U, // RXSBG
1895 // RISBG, RISBG32, RISBHG, RISBLG, RNSBG, ROSBG, RXSBG
DSystemZGenDisassemblerTables.inc1451 /* 2521 */ MCD_OPC_Decode, 156, 6, 135, 1, // Opcode: RXSBG
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1445 if (tryRxSBG(Node, SystemZ::RXSBG)) in Select()
DSystemZInstrInfo.td1414 def RXSBG : RotateSelectRIEf<"rxsbg", 0xEC57, GR64, GR64>;