Searched refs:STHH (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 839 STHH = 0xE3C7, // Store Halfword High (16) enumerator
|
D | simulator-s390.h | 1115 EVALUATE(STHH);
|
D | simulator-s390.cc | 1336 EvalTable[STHH] = &Simulator::Evaluate_STHH; in EvalTableInit() 11541 EVALUATE(STHH) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1085 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 697 // STH, STHY or STHH, depending on the choice of register. 701 def STHH : StoreRXY<"sthh", 0xE3C7, truncstorei16, GRH32, 2>,
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 360 #define STHH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,c7) macro
|