Home
last modified time | relevance | path

Searched refs:RISBGN (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Drisbg-03.ll1 ; Test use of RISBG vs RISBGN on zEC12.
5 ; On zEC12, we generally prefer RISBGN.
Dint-conv-13.ll269 ; Check that we still get a RISBGN if the source is in a register.
/external/llvm/test/CodeGen/SystemZ/
Drisbg-03.ll1 ; Test use of RISBG vs RISBGN on zEC12.
5 ; On zEC12, we generally prefer RISBGN.
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp986 Opcode = SystemZ::RISBGN; in tryRISBGZero()
1049 Opcode = SystemZ::RISBGN; in tryRxSBG()
DSystemZInstrInfo.cpp850 NewOpcode = SystemZ::RISBGN; in convertToThreeAddress()
1345 case SystemZ::RISBGN: return SystemZ::RISBG; in getLoadAndTest()
DSystemZInstrInfo.td1245 def RISBGN : RotateSelectRIEf<"risbgn", 0xEC59, GR64, GR64>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1017 Opcode = SystemZ::RISBGN; in tryRISBGZero()
1087 Opcode = SystemZ::RISBGN; in tryRxSBG()
DSystemZInstrInfo.cpp1112 NewOpcode = SystemZ::RISBGN; in convertToThreeAddress()
1658 case SystemZ::RISBGN: return SystemZ::RISBG; in getLoadAndTest()
DSystemZInstrInfo.td1394 def RISBGN : RotateSelectRIEf<"risbgn", 0xEC59, GR64, GR64>;
/external/v8/src/s390/
Dsimulator-s390.h1139 EVALUATE(RISBGN);
Dconstants-s390.h1546 V(risbgn, RISBGN, \
Dsimulator-s390.cc1426 EvalTable[RISBGN] = &Simulator::Evaluate_RISBGN; in EvalTableInit()
9285 EVALUATE(RISBGN) { in EVALUATE() argument