Home
last modified time | relevance | path

Searched refs:SRST (Results 1 – 24 of 24) 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-01.ll1 ; Test strlen using SRST, i64 version.
Dstrlen-02.ll1 ; Test strlen using SRST, i32 version.
Dmemchr-02.ll1 ; Test memchr using SRST, with the correct prototype.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dmemchr-nobuiltin.ll1 ; Test that memchr won't be converted to SRST if calls are
Dstrlen-nobuiltin.ll1 ; Test that strlen/strnlen won't be converted to SRST if calls are
Dstrlen-01.ll1 ; Test strlen using SRST, i64 version.
Dmemchr-01.ll1 ; Test memchr using SRST, with the correct prototype.
/external/u-boot/include/
Dsym53c8xx.h95 #define SRST 0x40 /* mod: reset chip */ macro
/external/v8/src/s390/
Dsimulator-s390.h702 EVALUATE(SRST);
Dconstants-s390.h1237 V(srst, SRST, 0xB25E) /* type = RRE SEARCH STRING */ \
Dsimulator-s390.cc993 EvalTable[SRST] = &Simulator::Evaluate_SRST; in EvalTableInit()
5243 EVALUATE(SRST) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td674 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZScheduleZEC12.td712 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZScheduleZ13.td738 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZScheduleZ14.td757 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZInstrInfo.td2023 defm SRST : StringRRE<"srst", 0xB25E, z_search_string>;
DSystemZISelLowering.cpp7259 return emitStringWrapper(MI, MBB, SystemZ::SRST); in EmitInstrWithCustomInserter()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc862 4202155U, // SRST
DSystemZGenDisassemblerTables.inc286 /* 761 */ MCD_OPC_Decode, 201, 6, 31, // Opcode: SRST
/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()