Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h839 STHH = 0xE3C7, // Store Halfword High (16) enumerator
Dsimulator-s390.h1115 EVALUATE(STHH);
Dsimulator-s390.cc1336 EvalTable[STHH] = &Simulator::Evaluate_STHH; in EvalTableInit()
11541 EVALUATE(STHH) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1085 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
DSystemZInstrInfo.td697 // STH, STHY or STHH, depending on the choice of register.
701 def STHH : StoreRXY<"sthh", 0xE3C7, truncstorei16, GRH32, 2>,
/external/valgrind/none/tests/s390x/
Dopcodes.h360 #define STHH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,c7) macro