Searched refs:STFH (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1392 expandRXYPseudo(MI, SystemZ::ST, SystemZ::STFH); in expandPostRAPseudo() 1574 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
|
D | SystemZInstrInfo.td | 446 // Expands to ST, STY or STFH, depending on the choice of register. 450 def STFH : StoreRXY<"stfh", 0xE3CB, store, GRH32, 4>,
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1066 EVALUATE(STFH);
|
D | constants-s390.h | 926 V(stfh, STFH, 0xE3CB) /* type = RXY_A STORE HIGH (32) */ \
|
D | simulator-s390.cc | 1354 EvalTable[STFH] = &Simulator::Evaluate_STFH; in EvalTableInit() 8559 EVALUATE(STFH) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 874 13636924U, // STFH
|
D | SystemZGenDisassemblerTables.inc | 1153 /* 1276 */ MCD_OPC_Decode, 213, 6, 115, // Opcode: STFH
|