More X64 backend skeleton work.
This commit is contained in:
15
src/alloy/backend/x64/lir/lir_opcodes.inl
Normal file
15
src/alloy/backend/x64/lir/lir_opcodes.inl
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* Xenia : Xbox 360 Emulator Research Project *
|
||||
******************************************************************************
|
||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
DEFINE_OPCODE(
|
||||
LIR_OPCODE_MOV_I32,
|
||||
"mov.i32",
|
||||
LIR_OPCODE_SIG_X,
|
||||
0);
|
||||
Reference in New Issue
Block a user