Home
last modified time | relevance | path

Searched refs:STHRL (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dmemcpy-02.ll290 ; Test that we use LHRL and STHRL for i16.
Dand-08.ll323 ; Test that we use NC even where LHRL and STHRL are available.
/external/v8/src/s390/
Dconstants-s390.h840 STHRL = 0xC47, // Store Halfword Relative Long enumerator
Dsimulator-s390.h713 EVALUATE(STHRL);
Dsimulator-s390.cc934 EvalTable[STHRL] = &Simulator::Evaluate_STHRL; in EvalTableInit()
8114 EVALUATE(STHRL) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h361 #define STHRL(r1,i2) RIL_RP(c4,r1,7,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td703 def STHRL : StoreRILPC<"sthrl", 0xC47, aligned_truncstorei16, GR32>;
708 def : StoreGR64PC<STHRL, aligned_truncstorei16>;