Searched refs:RET (Results 51 - 75 of 85) sorted by relevance

1234

/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm46 .asg A4,RET
56 ||[!B0] MVK 0,RET
78 MV A19,RET ; return value
86 ||[!B0] MVK 0,RET
104 MV A19,RET ; return value
112 ||[!B0] MVK 0,RET
137 ||[!B0] MVK 0,RET
152 || MV A1,RET ; keep carry flag in RET
162 ||[!B0] MVK 0,RET
[all...]
/freebsd-13-stable/lib/libc/arm/string/
H A Dmemcmp.S147 RET
181 RET
H A Dmemset.S235 RET /* Exit */
260 RET /* Exit */
/freebsd-13-stable/sys/arm/arm/
H A Dbcopy_page.S113 RET
141 RET
H A Dcpu_asm-v6.S234 RET
260 RET
270 RET
H A Dblockio.S189 RET
205 RET
238 RET
266 RET
H A Dlocore-v6.S545 RET
551 RET
H A Din_cksum_arm.S280 RET
H A Dbcopyinout_xscale.S283 RET
431 RET
669 RET
817 RET
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp179 #define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \
180 extern "C" SANITIZER_INTERFACE_ATTRIBUTE RET WRAP(FN)(ARGS) \
182 extern "C" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE RET FN( \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h52 RET
H A DARCISelLowering.cpp151 case ARCISD::RET:
152 return "ARCISD::RET";
681 return DAG.getNode(ARCISD::RET, dl, MVT::Other, RetOps);
/freebsd-13-stable/sys/arm/include/
H A Dasm.h224 # define RET bx lr macro
229 # define RET mov pc, lr macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S320 #define RET r1:0 define
323 RET = convert_ud2df(ROOT) // set up mantissa, maybe set inexact flag define
337 #undef RET
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh99 RET=0
105 OPTS="${OPTS} ${opt}" || RET=1
110 return "${RET}"
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h61 template <typename RET, typename... Ps>
62 class CheckerFn<RET(Ps...)> {
63 using Func = RET (*)(void *, Ps...);
72 RET operator()(Ps... ps) const {
/freebsd-13-stable/lib/libc/arm/gen/
H A Ddivsi3.S51 RET
74 RET
379 RET
390 RET
/freebsd-13-stable/sys/libkern/arm/
H A Ddivsi3.S51 RET
76 RET
385 RET
396 RET
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp308 OutMI.setOpcode(AArch64::RET);
313 OutMI.setOpcode(AArch64::RET);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp178 if (slot->getOpcode() == SP::RET || slot->getOpcode() == SP::TLS_CALL)
188 slot->setDesc(Subtarget->getInstrInfo()->get(SP::RET));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp101 // Treat RET specially as it is only instruction with 2 delay slots
103 if (I->getOpcode() == Lanai::RET) {
104 // RET is generated as part of epilogue generation and hence we know
106 // insert RET above them.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h358 const uint16_t *RET) {
374 RegEncodingTable = RET;
346 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const LaneBitmask *RUMS, const char *Strings, const char *ClassStrings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp118 case MSP430::RET:
/freebsd-13-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h186 #define RET() do { \ macro
/freebsd-13-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h241 #define RET() do { \ macro

Completed in 230 milliseconds

1234