Home
last modified time | relevance | path

Searched refs:retn (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_mont.c165 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()
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_mont.c165 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td3093 // Apply 'ret' behavior to 'retn'
3094 def : MnemonicAlias<"retn", "retw", "att">, Requires<[In16BitMode]>;
3095 def : MnemonicAlias<"retn", "retl", "att">, Requires<[In32BitMode]>;
3096 def : MnemonicAlias<"retn", "retq", "att">, Requires<[In64BitMode]>;
3097 def : MnemonicAlias<"retn", "ret", "intel">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc1116 if (Features.test(Feature_In16BitModeBit)) // "retn"
1707 Mnemonic = "ret"; // "retn"