Home
last modified time | relevance | path

Searched refs:LLHR (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-06.ll117 ; Test a case where we spill the source of at least one LLHR. We want
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp951 OpCode = (RISBG.Mask == 0xff ? SystemZ::LLCR : SystemZ::LLHR); in tryRISBGZero()
DSystemZInstrInfo.cpp928 expandZExtPseudo(MI, SystemZ::LLHR, 16); in expandPostRAPseudo()
DSystemZInstrInfo.td470 // Expands to LLHR or RISB[LH]G, depending on the choice of registers.
473 def LLHR : UnaryRRE<"llh", 0xB995, zext16, GR32, GR32>;
/external/valgrind/none/tests/s390x/
Dopcodes.h286 #define LLHR(r1,r2) RRE_RR(b995,00,r1,r2) macro