Searched refs:RISBGN (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | risbg-03.ll | 1 ; Test use of RISBG vs RISBGN on zEC12. 5 ; On zEC12, we generally prefer RISBGN.
|
D | int-conv-13.ll | 269 ; Check that we still get a RISBGN if the source is in a register.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | risbg-03.ll | 1 ; Test use of RISBG vs RISBGN on zEC12. 5 ; On zEC12, we generally prefer RISBGN.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 986 Opcode = SystemZ::RISBGN; in tryRISBGZero() 1049 Opcode = SystemZ::RISBGN; in tryRxSBG()
|
D | SystemZInstrInfo.cpp | 850 NewOpcode = SystemZ::RISBGN; in convertToThreeAddress() 1345 case SystemZ::RISBGN: return SystemZ::RISBG; in getLoadAndTest()
|
D | SystemZInstrInfo.td | 1245 def RISBGN : RotateSelectRIEf<"risbgn", 0xEC59, GR64, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1017 Opcode = SystemZ::RISBGN; in tryRISBGZero() 1087 Opcode = SystemZ::RISBGN; in tryRxSBG()
|
D | SystemZInstrInfo.cpp | 1112 NewOpcode = SystemZ::RISBGN; in convertToThreeAddress() 1658 case SystemZ::RISBGN: return SystemZ::RISBG; in getLoadAndTest()
|
D | SystemZInstrInfo.td | 1394 def RISBGN : RotateSelectRIEf<"risbgn", 0xEC59, GR64, GR64>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1139 EVALUATE(RISBGN);
|
D | constants-s390.h | 1546 V(risbgn, RISBGN, \
|
D | simulator-s390.cc | 1426 EvalTable[RISBGN] = &Simulator::Evaluate_RISBGN; in EvalTableInit() 9285 EVALUATE(RISBGN) { in EVALUATE() argument
|