Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-06.ll35 ; Check LLH with no displacement.
45 ; Check the high end of the LLH range.
69 ; Check the high end of the negative LLH range.
80 ; Check the low end of the LLH range.
104 ; Check that LLH allows an index
118 ; to use LLH if possible.
Dint-conv-11.ll179 ; Same again with i16, which should use LLH(H).
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td410 // while zero-extending loads have only the long LLH.
496 // 32-bit extensions from 16-bit memory. LLHMux expands to LLH or LLHH,
500 def LLH : UnaryRXY<"llh", 0xE395, azextloadi16, GR32, 2>;
DSystemZInstrInfo.cpp936 expandRXYPseudo(MI, SystemZ::LLH, SystemZ::LLHH); in expandPostRAPseudo()
/external/valgrind/none/tests/s390x/
Dopcodes.h284 #define LLH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,95) macro