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

1234

/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl71 .asg A4,RET
536 ||[!A0] MVK -1,RET
539 ||[!A1] MVK -1,RET
576 || MVK -2,RET ; unknown bit length
648 MVK 0,RET
725 MVK 0,RET
840 MVK 0,RET
980 MVK 0,RET
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp192 auto MIB = MIRBuilder.buildInstrNoInsert(X86::RET).addImm(0);
H A DX86ExpandPseudo.cpp311 case X86::RET: {
H A DX86FrameLowering.cpp170 case X86::RET:
2720 // The MOV R10, RAX needs to be in a different block, since the RET we emit in
/freebsd-13-stable/lib/libc/arm/string/
H A Dmemmove.S410 RET
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp412 MCInstBuilder(AArch64::RET).addReg(AArch64::LR), *STI);
H A DAArch64ExpandPseudoInsts.cpp913 // RET, but we need the undef flag here to appease the MachineVerifier
916 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::RET))
H A DAArch64InstrInfo.cpp5653 /// RET
5666 /// RET I2
5667 /// RET
5683 /// RET
5686 /// * Frame construction overhead: 1 (RET)
5715 /// RET
5889 // v8.3a RET can be replaced by RETAA/RETAB and no AUT instruction is
5891 // will have a RET instruction so we assume the worst.
6558 // If v8.3a features are available we can replace a RET instruction by
6561 MBBAUT->getOpcode() == AArch64::RET) {
[all...]
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c161 RET, /* single immediate 16-bit operand */ enumerator in enum:__anon8768
2233 /* [C,0] */ IND(dis_opC0), IND(dis_opC1), TNSyp("ret",RET), TNSyp("ret",NORM),
2235 /* [C,8] */ TNSyp("enter",ENTER), TNSyp("leave",NORM), TNS("lret",RET), TNS("lret",NORM),
4616 case RET:
/freebsd-13-stable/sys/dev/hwpmc/
H A Dpmc_events.h1303 __PMC_EV(OCTEON, RET) \

Completed in 207 milliseconds

1234