Home
last modified time | relevance | path

Searched refs:SRST (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dmemchr-nobuiltin.ll1 ; Test that memchr won't be converted to SRST if calls are
Dmemchr-01.ll1 ; Test memchr using SRST, with a weird but usable prototype.
Dstrlen-nobuiltin.ll1 ; Test that strlen/strnlen won't be converted to SRST if calls are
Dstrlen-02.ll1 ; Test strlen using SRST, i32 version.
Dstrlen-01.ll1 ; Test strlen using SRST, i64 version.
Dmemchr-02.ll1 ; Test memchr using SRST, with the correct prototype.
/external/v8/src/s390/
Dsimulator-s390.h765 EVALUATE(SRST);
Dconstants-s390.h1271 V(srst, SRST, 0xB25E) /* type = RRE SEARCH STRING */ \
Dsimulator-s390.cc991 EvalTable[SRST] = &Simulator::Evaluate_SRST; in EvalTableInit()
8509 EVALUATE(SRST) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1652 defm SRST : StringRRE<"srst", 0xb25e, z_search_string>;
DSystemZISelLowering.cpp6231 return emitStringWrapper(MI, MBB, SystemZ::SRST); in EmitInstrWithCustomInserter()