MCPcopy 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

10namespace FEXCore::CPU {
11
12DEF_OP(VAESImc) {
13 auto Op = IROp->C<IR::IROp_VAESImc>();
14 aesimc(GetVReg(Node), GetVReg(Op->Vector));
15}
16
17DEF_OP(VAESEnc) {
18 const auto Op = IROp->C<IR::IROp_VAESEnc>();

Callers

nothing calls this directly

Calls 5

QMethod · 0.80
WMethod · 0.80
XMethod · 0.80
SMethod · 0.80
DMethod · 0.80

Tested by

no test coverage detected