Home
last modified time | relevance | path

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

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