Searched refs:retn (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_mont.c | 165 int retn; in BN_from_montgomery() local 167 retn = bn_from_mont_fixed_top(ret, a, mont, ctx); in BN_from_montgomery() 171 return retn; in BN_from_montgomery() 177 int retn = 0; in bn_from_mont_fixed_top() local 183 retn = bn_from_montgomery_word(ret, t, mont); in bn_from_mont_fixed_top() 214 retn = 1; in bn_from_mont_fixed_top() 219 return retn; in bn_from_mont_fixed_top()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAsmAlias.td | 289 // Apply 'ret' behavior to 'retn' 290 def : MnemonicAlias<"retn", "retw", "att">, Requires<[In16BitMode]>; 291 def : MnemonicAlias<"retn", "retl", "att">, Requires<[In32BitMode]>; 292 def : MnemonicAlias<"retn", "retq", "att">, Requires<[In64BitMode]>; 293 def : MnemonicAlias<"retn", "ret", "intel">;
|