Searched refs:STFH (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1089 expandRXYPseudo(MI, SystemZ::ST, SystemZ::STFH); in expandPostRAPseudo() 1261 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
|
D | SystemZInstrInfo.td | 527 // Expands to ST, STY or STFH, depending on the choice of register. 531 def STFH : StoreRXY<"stfh", 0xE3CB, store, GRH32, 4>,
|
/external/v8/src/s390/ |
D | constants-s390.h | 833 STFH = 0xE3CB, // Store High (32) enumerator
|
D | simulator-s390.h | 1118 EVALUATE(STFH);
|
D | simulator-s390.cc | 1339 EvalTable[STFH] = &Simulator::Evaluate_STFH; in EvalTableInit() 11559 EVALUATE(STFH) { in EVALUATE() argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 358 #define STFH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,cb) macro
|