Home
last modified time | relevance | path

Searched refs:LFH (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp940 expandRXYPseudo(MI, SystemZ::L, SystemZ::LFH); in expandPostRAPseudo()
1120 LoadOpcode = SystemZ::LFH; in getLoadStoreOpcodes()
DSystemZInstrInfo.td322 // Expands to L, LY or LFH, depending on the choice of register.
326 def LFH : UnaryRXY<"lfh", 0xE3CA, load, GRH32, 4>,
/external/valgrind/none/tests/s390x/
Dopcodes.h264 #define LFH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,ca) macro