Home
last modified time | relevance | path

Searched refs:LLGHR (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-08.ll116 ; Test a case where we spill the source of at least one LLGHR. We want
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp946 unsigned OpCode = (RISBG.Mask == 0xff ? SystemZ::LLGCR : SystemZ::LLGHR); in tryRISBGZero()
DSystemZInstrInfo.td479 def LLGHR : UnaryRRE<"llgh", 0xB985, zext16, GR64, GR64>;
/external/valgrind/none/tests/s390x/
Dopcodes.h282 #define LLGHR(r1,r2) RRE_RR(b985,00,r1,r2) macro