Home
last modified time | relevance | path

Searched refs:eret (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c439 int eret; in acceptor_complete() local
444 &ctx->initiator_mech_types, &buf_len, eret); in acceptor_complete()
445 if (eret) { in acceptor_complete()
446 *minor_status = eret; in acceptor_complete()
/freebsd/sys/arm64/include/
H A Dasm.h129 eret; \
/freebsd/sys/arm/include/
H A Dasm.h184 #define ERET eret
/freebsd/sys/arm64/arm64/
H A Dlocore.S333 eret
435 eret
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMips32r6InstrInfo.td109 class ERET_MMR6_ENC : POOL32A_ERET_FM_MMR6<"eret", 0x3cd>;
110 class DERET_MMR6_ENC : POOL32A_ERET_FM_MMR6<"eret", 0b1110001101>;
455 class ERET_MMR6_DESC : ER_FT<"eret", II_ERET>;
H A DMicroMipsInstrInfo.td1017 def ERET_MM : MMRel, ER_FT<"eret", II_ERET>, ER_FM_MM<0x3cd>,
H A DMipsInstrInfo.td2199 def ERET : MMRel, ER_FT<"eret", II_ERET>, ER_FM<0x18, 0x0>, INSN_MIPS3_32;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2824 def ERET : ABI<0b0001, (outs), (ins), NoItinerary, "eret", "", []>,
H A DARMInstrThumb2.td4288 def t2ERET : InstAlias<"eret${p}", (t2SUBS_PC_LR 0, pred:$p), 1>,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1984 // 0100 eret
H A DAArch64InstrInfo.td3082 def ERET : SpecialReturn<0b0100, "eret">;