Searched refs:LLH (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-06.ll | 35 ; 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.
|
D | int-conv-11.ll | 179 ; Same again with i16, which should use LLH(H).
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 410 // 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>;
|
D | SystemZInstrInfo.cpp | 936 expandRXYPseudo(MI, SystemZ::LLH, SystemZ::LLHH); in expandPostRAPseudo()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 284 #define LLH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,95) macro
|