MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / DEF_OP

Function DEF_OP

FEXCore/Source/Interface/Core/JIT/MoveOps.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10namespace FEXCore::CPU {
11DEF_OP(Copy) {
12 auto Op = IROp->C<IR::IROp_Copy>();
13
14 mov(ARMEmitter::Size::i64Bit, GetReg(Node), GetReg(Op->Source));
15}
16
17DEF_OP(RMWHandle) {
18 mov(ARMEmitter::Size::i64Bit, GetReg(Node), GetReg(IROp->Args[0]));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected