Home
last modified time | relevance | path

Searched refs:LLHR (Results 1 – 4 of 4) 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/
DSystemZInstrInfo.cpp903 expandZExtPseudo(MI, SystemZ::LLHR, 16); in expandPostRAPseudo()
DSystemZInstrInfo.td460 // Expands to LLHR or RISB[LH]G, depending on the choice of registers.
463 def LLHR : UnaryRRE<"llh", 0xB995, zext16, GR32, GR32>;
/external/valgrind/main/none/tests/s390x/
Dopcodes.h286 #define LLHR(r1,r2) RRE_RR(b995,00,r1,r2) macro