Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dmemcpy-02.ll334 ; ...likewise STGRL.
Dspill-01.ll354 ; Likewise LGRL and STGRL.
/external/v8/src/s390/
Dsimulator-s390.h722 EVALUATE(STGRL);
Dconstants-s390.h769 V(stgrl, STGRL, 0xC4B) /* type = RIL_B STORE RELATIVE LONG (64) */ \
Dsimulator-s390.cc948 EvalTable[STGRL] = &Simulator::Evaluate_STGRL; in EvalTableInit()
8229 EVALUATE(STGRL) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h363 #define STGRL(r1,i2) RIL_RP(c4,r1,b,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td543 def STGRL : StoreRILPC<"stgrl", 0xC4B, aligned_store, GR64>;