Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1077 expandRXYPseudo(MI, SystemZ::L, SystemZ::LFH); in expandPostRAPseudo()
1260 LoadOpcode = SystemZ::LFH; in getLoadStoreOpcodes()
DSystemZInstrInfo.td490 // Expands to L, LY or LFH, depending on the choice of register.
494 def LFH : UnaryRXY<"lfh", 0xE3CA, load, GRH32, 4>,
/external/v8/src/s390/
Dsimulator-s390.h1127 EVALUATE(LFH);
Dconstants-s390.h959 V(lfh, LFH, 0xE3CA) /* type = RXY_A LOAD HIGH (32) */ \
Dsimulator-s390.cc1353 EvalTable[LFH] = &Simulator::Evaluate_LFH; in EvalTableInit()
11772 EVALUATE(LFH) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h264 #define LFH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,ca) macro