Searched refs:SRST (Results 1 – 24 of 24) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | memchr-nobuiltin.ll | 1 ; Test that memchr won't be converted to SRST if calls are
|
D | memchr-01.ll | 1 ; Test memchr using SRST, with a weird but usable prototype.
|
D | strlen-nobuiltin.ll | 1 ; Test that strlen/strnlen won't be converted to SRST if calls are
|
D | strlen-01.ll | 1 ; Test strlen using SRST, i64 version.
|
D | strlen-02.ll | 1 ; Test strlen using SRST, i32 version.
|
D | memchr-02.ll | 1 ; Test memchr using SRST, with the correct prototype.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | memchr-nobuiltin.ll | 1 ; Test that memchr won't be converted to SRST if calls are
|
D | strlen-nobuiltin.ll | 1 ; Test that strlen/strnlen won't be converted to SRST if calls are
|
D | strlen-01.ll | 1 ; Test strlen using SRST, i64 version.
|
D | memchr-01.ll | 1 ; Test memchr using SRST, with the correct prototype.
|
/external/u-boot/include/ |
D | sym53c8xx.h | 95 #define SRST 0x40 /* mod: reset chip */ macro
|
/external/v8/src/s390/ |
D | simulator-s390.h | 702 EVALUATE(SRST);
|
D | constants-s390.h | 1237 V(srst, SRST, 0xB25E) /* type = RRE SEARCH STRING */ \
|
D | simulator-s390.cc | 993 EvalTable[SRST] = &Simulator::Evaluate_SRST; in EvalTableInit() 5243 EVALUATE(SRST) { in EVALUATE() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ196.td | 674 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
|
D | SystemZScheduleZEC12.td | 712 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
|
D | SystemZScheduleZ13.td | 738 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
|
D | SystemZScheduleZ14.td | 757 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
|
D | SystemZInstrInfo.td | 2023 defm SRST : StringRRE<"srst", 0xB25E, z_search_string>;
|
D | SystemZISelLowering.cpp | 7259 return emitStringWrapper(MI, MBB, SystemZ::SRST); in EmitInstrWithCustomInserter()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 862 4202155U, // SRST
|
D | SystemZGenDisassemblerTables.inc | 286 /* 761 */ MCD_OPC_Decode, 201, 6, 31, // Opcode: SRST
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1652 defm SRST : StringRRE<"srst", 0xb25e, z_search_string>;
|
D | SystemZISelLowering.cpp | 6231 return emitStringWrapper(MI, MBB, SystemZ::SRST); in EmitInstrWithCustomInserter()
|