Wiring up the LIR flow.
This commit is contained in:
16
src/alloy/backend/x64/lowering/lowering_lir_opcodes.inl
Normal file
16
src/alloy/backend/x64/lowering/lowering_lir_opcodes.inl
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* 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_LIR_OPCODE_R32_R32(MOV_I32);
|
||||
DEFINE_LIR_OPCODE_R32_R32(XOR_I32);
|
||||
DEFINE_LIR_OPCODE_R32(DEC_I32);
|
||||
DEFINE_LIR_OPCODE_R32_R32(SUB_I32);
|
||||
DEFINE_LIR_OPCODE_R32_R32(IMUL_I32);
|
||||
DEFINE_LIR_OPCODE_R32_R32_C32(IMUL_I32_AUX);
|
||||
DEFINE_LIR_OPCODE_R32(DIV_I32);
|
||||
Reference in New Issue
Block a user