Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-02.ll117 ; Test a case where we spill the source of at least one LLCR. We want
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp901 expandZExtPseudo(MI, SystemZ::LLCR, 8); in expandPostRAPseudo()
DSystemZInstrInfo.td466 // Expands to LLCR or RISB[LH]G, depending on the choice of registers.
469 def LLCR : UnaryRRE<"llc", 0xB994, zext8, GR32, GR32>;
/external/valgrind/none/tests/s390x/
Dopcodes.h279 #define LLCR(r1,r2) RRE_RR(b994,00,r1,r2) macro