/external/llvm/test/CodeGen/SystemZ/ |
D | args-08.ll | 13 %mret = call { i64, i64, i64, i64 } @bar1() 14 %ret = extractvalue { i64, i64, i64, i64 } %mret, 3 27 %mret = call { i64, i64, i64, i64, i64 } @bar2() 28 %ret = extractvalue { i64, i64, i64, i64, i64 } %mret, 4 40 %mret = call { double, double, double, double } @bar3() 41 %ret = extractvalue { double, double, double, double } %mret, 3 54 %mret = call { double, double, double, double, double } @bar4() 55 %ret = extractvalue { double, double, double, double, double } %mret, 4
|
D | vec-args-07.ll | 14 %mret = call { <2 x double>, <2 x double>, 21 <2 x double>, <2 x double> } %mret, 7 36 %mret = call { <2 x double>, <2 x double>, 45 <2 x double> } %mret, 8
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | args-08.ll | 13 %mret = call { i64, i64, i64, i64 } @bar1() 14 %ret = extractvalue { i64, i64, i64, i64 } %mret, 3 27 %mret = call { i64, i64, i64, i64, i64 } @bar2() 28 %ret = extractvalue { i64, i64, i64, i64, i64 } %mret, 4 40 %mret = call { double, double, double, double } @bar3() 41 %ret = extractvalue { double, double, double, double } %mret, 3 54 %mret = call { double, double, double, double, double } @bar4() 55 %ret = extractvalue { double, double, double, double, double } %mret, 4
|
D | vec-args-07.ll | 24 %mret = call { <2 x double>, <2 x double>, 31 <2 x double>, <2 x double> } %mret, 7 54 %mret = call { <2 x double>, <2 x double>, 63 <2 x double> } %mret, 8
|
/external/usrsctp/usrsctplib/ |
D | user_mbuf.c | 112 struct mbuf *mret; in m_get() local 125 mret = SCTP_ZONE_GET(zone_mbuf, struct mbuf); in m_get() 127 mb_ctor_mbuf(mret, &mbuf_mb_args, 0); in m_get() 136 if (mret) { in m_get() 138 if (! (mret->m_type == type) ) { in m_get() 139 mbuf_constructor_dup(mret, 0, type); in m_get() 142 mbuf_constructor_dup(mret, 0, type); in m_get() 146 return mret; in m_get() 154 struct mbuf *mret; in m_gethdr() local 165 mret = SCTP_ZONE_GET(zone_mbuf, struct mbuf); in m_gethdr() [all …]
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | priv-valid.s | 20 # CHECK-INST: mret 22 mret label
|
D | priv-invalid.s | 3 mret 0x10 # CHECK: :[[@LINE]]:6: error: invalid operand for instruction label
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | interrupt-attr-nocall.ll | 41 ; CHECK-RV32-NEXT: mret 58 ; CHECK-RV32IF-NEXT: mret 75 ; CHECK-RV32IFD-NEXT: mret 108 ; CHECK-RV32-NEXT: mret 130 ; CHECK-RV32IF-NEXT: mret 152 ; CHECK-RV32IFD-NEXT: mret 208 ; CHECK-RV32-NEXT: mret 227 ; CHECK-RV32IF-NEXT: mret 246 ; CHECK-RV32IFD-NEXT: mret 304 ; CHECK-RV32-NEXT: mret [all …]
|
D | interrupt-attr.ll | 17 ; Checking for special return instructions (uret, sret, mret). 36 ; CHECK-NEXT: mret 91 ; CHECK-RV32-NEXT: mret 194 ; CHECK-RV32-F-NEXT: mret 297 ; CHECK-RV32-FD-NEXT: mret 336 ; CHECK-RV64-NEXT: mret 439 ; CHECK-RV64-F-NEXT: mret 542 ; CHECK-RV64-FD-NEXT: mret 592 ; CHECK-RV32-NEXT: mret 698 ; CHECK-RV32-F-NEXT: mret [all …]
|
/external/ppp/pppd/include/net/ |
D | ppp-comp.h | 71 int (*compress) __P((void *state, PACKETPTR *mret,
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 1984 struct mbuf *mret; in sctp_add_addr_to_mbuf() local 2006 mret = m; in sctp_add_addr_to_mbuf() 2009 mret = m; in sctp_add_addr_to_mbuf() 2010 while (SCTP_BUF_NEXT(mret) != NULL) { in sctp_add_addr_to_mbuf() 2011 mret = SCTP_BUF_NEXT(mret); in sctp_add_addr_to_mbuf() 2013 SCTP_BUF_NEXT(mret) = sctp_get_mbuf_for_msg(plen, 0, M_NOWAIT, 1, MT_DATA); in sctp_add_addr_to_mbuf() 2014 if (SCTP_BUF_NEXT(mret) == NULL) { in sctp_add_addr_to_mbuf() 2018 mret = SCTP_BUF_NEXT(mret); in sctp_add_addr_to_mbuf() 2019 paramh = mtod(mret, struct sctp_paramhdr *); in sctp_add_addr_to_mbuf() 2034 SCTP_BUF_LEN(mret) += plen; in sctp_add_addr_to_mbuf() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 539 def MRET : Priv<"mret", 0b0011000>, Sched<[]> {
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 589 def MRET : Priv<"mret", 0b0011000>, Sched<[]> {
|