Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ DEF_OP
Function
DEF_OP
FEXCore/Source/Interface/Core/JIT/EncryptionOps.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace FEXCore::CPU {
11
12
DEF_OP(VAESImc) {
13
auto Op = IROp->C<IR::IROp_VAESImc>();
14
aesimc(GetVReg(Node), GetVReg(Op->Vector));
15
}
16
17
DEF_OP(VAESEnc) {
18
const auto Op = IROp->C<IR::IROp_VAESEnc>();
Callers
nothing calls this directly
Calls
5
Q
Method · 0.80
W
Method · 0.80
X
Method · 0.80
S
Method · 0.80
D
Method · 0.80
Tested by
no test coverage detected